Align MCP setup with Codex JSON transport

This commit is contained in:
DCCONSTRUCTIONS
2026-05-23 20:40:51 +03:00
parent 526371014a
commit 6b3ecd6e1f
5 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ Call MCP tools through the JSON-RPC endpoint:
```bash
curl -sS http://127.0.0.1:4100/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-H 'Accept: application/json' \
-H 'MCP-Protocol-Version: 2025-06-18' \
-H "Authorization: Bearer $TOKEN" \
-d '{"jsonrpc":"2.0","id":"tools","method":"tools/list","params":{}}' | jq