We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e41629 commit a6f1258Copy full SHA for a6f1258
servers/mcp-neo4j-cypher/README.md
@@ -105,7 +105,7 @@ For custom HTTP configurations beyond the defaults:
105
106
```bash
107
# Custom HTTP configuration
108
-mcp-neo4j-cypher --transport http --host 0.0.0.0 --port 8080 --path /api/mcp/
+mcp-neo4j-cypher --transport http --server-host 0.0.0.0 --server-port 8080 --server-path /api/mcp/
109
110
# Or using environment variables
111
export NEO4J_TRANSPORT=http
0 commit comments