summaryrefslogtreecommitdiff
path: root/internal/mcp
AgeCommit message (Expand)Author
2026-03-16Replace Summary: prefixes with standard Go package doc commentsPaul Buetow
2026-03-16Split mcp/server.go (962L) into server, handlers_prompt, handlers_toolPaul Buetow
2026-03-16Refactor oversized functions and split large test filesPaul Buetow
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-11Fix MCP transport to use JSONL instead of Content-Length framingPaul 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