Changes between Initial Version and Version 1 of aiagent/stremablehttp
- Timestamp:
- 2025/10/12 10:26:36 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
aiagent/stremablehttp
v1 v1 1 = Streamable HTTPのテスト = 2 3 {{{ 4 $ curl -X POST http://localhost:8123/mcp -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d \ 5 '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test-client","version":"1.0.0"}}}' 6 (mcp-streamable-http-server) 7 }}}