Commit Graph

1 Commits

Author SHA1 Message Date
Lee Hanken
caa022c4d8 Add comprehensive configuration guide for multiple AI tools
New Documentation:
- CONFIGURATION.md: Complete setup guide for all major AI platforms
- Covers Claude Desktop, ChatGPT, Copilot, Gemini, and custom integrations
- Both stdio (local) and HTTP/SSE (remote) configuration options
- Troubleshooting section with common issues and solutions
- MCP protocol reference for developers
- Code examples in Python and Node.js

AI Tool Support Status:
-  Claude Desktop: stdio only (fully documented)
-  ChatGPT: Not supported (workarounds provided)
-  GitHub Copilot: Not supported (alternatives included)
-  Google Gemini: Not supported (integration examples)
-  Custom MCP clients: Full support (examples provided)

Key Sections:
- Connection method comparison (stdio vs HTTP/SSE)
- Quick start commands for testing
- Platform-specific configuration paths
- JSON-RPC 2.0 protocol examples
- Future compatibility roadmap
- Summary table of AI tool support

Updated README.md:
- Links to new CONFIGURATION.md guide
- Clear support status indicators
- Note about Claude Desktop stdio-only limitation

This addresses the current limitation where Claude Desktop doesn't
support HTTP/SSE connections, while preparing documentation for
future MCP adoption by other AI platforms.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-26 11:30:59 +00:00