Block a user
fix(mcp-kb): Add missing /mcp/tools endpoint for tool discovery
security(mcp-kb): Add content size limits to prevent DoS attacks
fix(mcp-kb): SQL HAVING clause without GROUP BY breaks semantic search
fix(mcp-kb): Add missing /mcp JSON-RPC endpoint for tool execution
security(mcp-kb): Add content size limits to prevent DoS attacks
fix(mcp-kb): Race condition in update_document and non-transactional batch insert
fix(mcp-kb): Add missing /mcp/tools endpoint for tool discovery
test(mcp-kb): Add database layer tests - currently 0% coverage on 775 lines
fix(mcp-kb): Add missing /mcp JSON-RPC endpoint for tool execution
fix(mcp-kb): SQL HAVING clause without GROUP BY breaks semantic search
feat(knowledge-base): implement Knowledge Base MCP Server (#57)
cardosofelipe
pushed to feature/57-knowledge-base-mcp-server at cardosofelipe/syndarix
2026-01-03 20:33:36 +00:00
cardosofelipe
created branch feature/57-knowledge-base-mcp-server in cardosofelipe/syndarix
2026-01-03 20:33:36 +00:00
cardosofelipe
deleted branch feature/56-llm-gateway-mcp-server from cardosofelipe/syndarix
2026-01-03 19:56:56 +00:00
feat(llm-gateway): implement LLM Gateway MCP Server (#56)
feat(mcp): Implement LLM Gateway MCP Server
cardosofelipe
pushed to feature/56-llm-gateway-mcp-server at cardosofelipe/syndarix
2026-01-03 19:56:13 +00:00
feat(mcp): Implement LLM Gateway MCP Server
Implementation complete! PR #71 is ready for review.
Summary:
- All 4 MCP tools implemented:
chat_completion,list_models,get_usage,count_tokens - Multi-provider failover with…
feat(llm-gateway): implement LLM Gateway MCP Server (#56)