MCP
Kafka MCP Server
Kafka MCP Server
  • Slack MCP Client in Go
  • CHANGELOG
  • index
  • guides
    • Prompt Template for Slack-Formatted Output
    • implementation
    • LLM Provider Refactoring Plan
    • markdown-slack-mapping
    • Recommendations: Connecting LLMs to External Tools (MCP)
    • Requirements for Slack MCP Client
    • Slack-Formatted Output Guide
    • Slack Configuration Guide
    • test
    • upgrade
  • helm-chart
    • Slack MCP Client Helm Chart
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. guides

test

├── internal │ ├── common │ │ ├── errors │ │ │ ├── app_errors.go │ │ │ └── errors.go │ │ ├── http │ │ │ └── client.go │ │ ├── logging │ │ │ └── logger.go │ │ └── types.go │ ├── config │ │ └── config.go │ ├── handlers │ │ └── llm_mcp_bridge.go │ │ ├── handler.go │ │ ├── gateway_handler.go │ │ ├── registry.go │ ├── llm │ │ ├── langchain.go │ │ ├── openai.go │ │ ├── provider.go │ │ └── registry.go │ ├── mcp │ │ ├── client.go │ │ ├── mcp.go │ │ └── server.go │ └── slack │ ├── client.go │ └── llm_client.go

PreviousSlack Configuration GuideNextupgrade

Last updated 8 days ago

Was this helpful?