- Update graphiti_mcp_server.py to use HTTP transport as default - Modify start.sh to use --transport http instead of sse - Update all documentation to reference /mcp endpoint instead of /sse - Rename mcp_config_sse_example.json to mcp_config_http_example.json - HTTP transport provides better compatibility and is actively supported 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
No EOL
141 B
JSON
8 lines
No EOL
141 B
JSON
{
|
|
"mcpServers": {
|
|
"graphiti": {
|
|
"transport": "http",
|
|
"url": "http://localhost:8000/mcp"
|
|
}
|
|
}
|
|
} |