summaryrefslogtreecommitdiff
path: root/internal/mcp/server.go
AgeCommit message (Expand)Author
2026-03-02io: use errors.Is for EOF checks in lsp and mcp servers (task 409)Paul Buetow
2026-03-02mcp: depend on SlashCommandSyncer interface instead of concrete type (task 410)Paul Buetow
2026-02-12feat: add automatic MCP prompt to slash command syncingPaul Buetow
2026-02-11feat: add MCP Tools support for prompt managementPaul Buetow
2026-02-11Fix MCP protocol version negotiation and null prompts arrayPaul Buetow
2026-02-10Refactor MCP server to meet project standards and remove built-in promptsPaul Buetow
2026-02-10Add MCP server implementation with comprehensive test coveragePaul Buetow