Skip to content

Commit 5103885

Browse files
committed
refactor: replace custom HTTP client with official MCP SDK
Deleted custom HTTP test scripts and replaced with proper MCP client using streamablehttp_client from official SDK. Deleted: - start_http_server.sh (custom server wrapper) - test_http_agentic.sh (bash HTTP client) - test_http_agentic_tools.py (custom SSE parser) Added: - test_http_mcp.py - Uses mcp.client.streamable_http.streamablehttp_client - Properly follows MCP protocol - No manual SSE parsing or session management - Same test cases as STDIO version Usage: pip install mcp python-dotenv python3 test_http_mcp.py
1 parent 8be1868 commit 5103885

File tree

7 files changed

+139
-1293
lines changed

7 files changed

+139
-1293
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,3 +180,4 @@ SESSION-MEMORY.md
180180
.serena/
181181
.codegraph.toml
182182
/test_output/
183+
/test_output_http/

0 commit comments

Comments
 (0)