Skip to content

Commit 14e03da

Browse files
committed
fix: update test to use correct codegraph start http command
1 parent 1ecc96a commit 14e03da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_http_mcp_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
REQUIREMENTS:
66
- Binary built with: cargo build --release --features "ai-enhanced,autoagents-experimental,faiss,ollama,server-http"
7-
- Start server: ./target/release/codegraph-official serve --transport http --port 3000
7+
- Start server: ./target/release/codegraph start http --port 3000
88
99
Usage:
1010
python3 test_http_mcp_client.py

0 commit comments

Comments
 (0)