Block a user
cardosofelipe
pushed to feature/57-knowledge-base-mcp-server at cardosofelipe/syndarix
2026-01-04 00:20:03 +00:00
cardosofelipe
pushed to feature/57-knowledge-base-mcp-server at cardosofelipe/syndarix
2026-01-04 00:08:59 +00:00
fix(mcp-kb): Race condition in update_document and non-transactional batch insert
fix(mcp-kb): Add missing /mcp/tools endpoint for tool discovery
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): SQL HAVING clause without GROUP BY breaks semantic search
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 JSON-RPC endpoint for tool execution
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): SQL HAVING clause without GROUP BY breaks semantic search
feat(knowledge-base): implement Knowledge Base MCP Server (#57)
cardosofelipe
created branch feature/57-knowledge-base-mcp-server in cardosofelipe/syndarix
2026-01-03 20:33:36 +00:00
cardosofelipe
pushed to feature/57-knowledge-base-mcp-server at 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