forked from cardosofelipe/fast-next-template
fix(mcp-kb): Add missing /mcp JSON-RPC endpoint for tool execution #74
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Description
The Knowledge Base MCP server is missing the
/mcpendpoint required by the backend MCP client infrastructure. Without this endpoint, the backend cannot execute KB tools via JSON-RPC 2.0.Expected Endpoints (per backend MCP client)
GET /health- ✅ ExistsGET /mcp/tools- ❌ MissingPOST /mcp- ❌ Missing (this issue)Location
mcp-servers/knowledge-base/server.pyRequired Implementation
Protocol
Must follow JSON-RPC 2.0 specification:
Related
cardosofelipe referenced this issue2026-01-04 00:50:16 +00:00