Skip to content

Commit 93cfb69

Browse files
committed
docs: clarify HTTP test requirements and port 3003 default
1 parent 5fbf8ed commit 93cfb69

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

test_http_agentic_tools.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@
66
# Same test cases, same inputs, same output structure as STDIO version
77
#
88
# REQUIREMENTS:
9-
# - HTTP server running: ./start_http_server.sh
9+
# - HTTP server running on port 3003:
10+
# codegraph start http --port 3003
11+
# OR
12+
# ./start_http_server.sh
1013
# - Python dependencies:
11-
# uv sync # Recommended
14+
# pip install -r requirements-test.txt # Includes requests, python-dotenv
1215
# OR
13-
# pip install requests python-dotenv
16+
# uv sync
1417
#
1518
# Usage:
1619
# python3 test_http_agentic_tools.py

0 commit comments

Comments
 (0)