Skip to content

Commit a6f1258

Browse files
authored
Update mcp-neo4j-cypher command argument flags (#135)
Use `--server-xxx` for http server config flags
1 parent 3e41629 commit a6f1258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/mcp-neo4j-cypher/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ For custom HTTP configurations beyond the defaults:
105105

106106
```bash
107107
# Custom HTTP configuration
108-
mcp-neo4j-cypher --transport http --host 0.0.0.0 --port 8080 --path /api/mcp/
108+
mcp-neo4j-cypher --transport http --server-host 0.0.0.0 --server-port 8080 --server-path /api/mcp/
109109

110110
# Or using environment variables
111111
export NEO4J_TRANSPORT=http

0 commit comments

Comments
 (0)