Felipe Cardoso cardosofelipe
  • Joined on 2025-01-09
cardosofelipe closed issue cardosofelipe/syndarix#75 2026-01-04 00:03:42 +00:00
fix(mcp-kb): Add missing /mcp/tools endpoint for tool discovery
cardosofelipe closed issue cardosofelipe/syndarix#78 2026-01-04 00:03:42 +00:00
security(mcp-kb): Add content size limits to prevent DoS attacks
cardosofelipe closed issue cardosofelipe/syndarix#73 2026-01-04 00:03:42 +00:00
fix(mcp-kb): SQL HAVING clause without GROUP BY breaks semantic search
cardosofelipe closed issue cardosofelipe/syndarix#74 2026-01-04 00:03:42 +00:00
fix(mcp-kb): Add missing /mcp JSON-RPC endpoint for tool execution
cardosofelipe opened issue cardosofelipe/syndarix#78 2026-01-03 23:57:03 +00:00
security(mcp-kb): Add content size limits to prevent DoS attacks
cardosofelipe opened issue cardosofelipe/syndarix#77 2026-01-03 23:57:03 +00:00
fix(mcp-kb): Race condition in update_document and non-transactional batch insert
cardosofelipe opened issue cardosofelipe/syndarix#75 2026-01-03 23:57:02 +00:00
fix(mcp-kb): Add missing /mcp/tools endpoint for tool discovery
cardosofelipe opened issue cardosofelipe/syndarix#76 2026-01-03 23:57:02 +00:00
test(mcp-kb): Add database layer tests - currently 0% coverage on 775 lines
cardosofelipe opened issue cardosofelipe/syndarix#74 2026-01-03 23:57:02 +00:00
fix(mcp-kb): Add missing /mcp JSON-RPC endpoint for tool execution
cardosofelipe opened issue cardosofelipe/syndarix#73 2026-01-03 23:57:01 +00:00
fix(mcp-kb): SQL HAVING clause without GROUP BY breaks semantic search
cardosofelipe created pull request cardosofelipe/syndarix#72 2026-01-03 20:33:51 +00:00
feat(knowledge-base): implement Knowledge Base MCP Server (#57)
d0fc7f37ff 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 deleted branch feature/56-llm-gateway-mcp-server from cardosofelipe/syndarix 2026-01-03 19:56:56 +00:00
cardosofelipe closed pull request cardosofelipe/syndarix#71 2026-01-03 19:56:56 +00:00
feat(llm-gateway): implement LLM Gateway MCP Server (#56)
cardosofelipe closed issue cardosofelipe/syndarix#56 2026-01-03 19:56:45 +00:00
feat(mcp): Implement LLM Gateway MCP Server
cardosofelipe pushed to dev at cardosofelipe/syndarix 2026-01-03 19:56:43 +00:00
18d717e996 Merge pull request #71 from feature/56-llm-gateway-mcp-server
f482559e15 fix(llm-gateway): improve type safety and datetime consistency
6e8b0b022a feat(llm-gateway): implement LLM Gateway MCP Server (#56)
Compare 3 commits »
f482559e15 fix(llm-gateway): improve type safety and datetime consistency
cardosofelipe commented on issue cardosofelipe/syndarix#56 2026-01-03 19:32:01 +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…
cardosofelipe created pull request cardosofelipe/syndarix#71 2026-01-03 19:31:42 +00:00
feat(llm-gateway): implement LLM Gateway MCP Server (#56)