forked from cardosofelipe/fast-next-template
fix(mcp-kb): Add missing /mcp/tools endpoint for tool discovery #75
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
/mcp/toolsendpoint required by the backend MCP client infrastructure. Without this endpoint, the backend cannot discover available KB tools.Expected Endpoints (per backend MCP client)
GET /health- ✅ ExistsGET /mcp/tools- ❌ Missing (this issue)POST /mcp- ❌ Missing (separate issue)Location
mcp-servers/knowledge-base/server.pyRequired Implementation
Related
cardosofelipe referenced this issue2026-01-04 00:50:16 +00:00