did't see w3c headers in my mcp server #60
Unanswered
zhoupan163
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
i use your code build ,and open opencode,this is my opencode.json,
{ "$schema": "http://aaa.com/36b6eb820464410c9c35242389b3e972/Pro/code-agent-admin/oc/config.json", "plugin": ["/home/user1/opencode-plugin-otel/src/index.ts"], "enabled_providers": [ "local" ], "mcp": { "my-mcp": { "type": "remote", "url": "http://10.16.186.3:8005/sse", "env": { "no_proxy": "172.29.", "NO_PROXY": "172.29." }, "enabled": true } }, "provider": { "local": { "npm": "@ai-sdk/openai-compatible", "name": "local", "options": { "baseURL": "http://models.com/v1", "apiKey": "sk-111111" }, "models": { "minimax2.7": { "id": "minimax2.7" } } } }, "model": "local/minimax2.7" }
I can see traces on my otel ui,but did not see w3c context in my mcp server
=== Request Headers ===
content-type: application/json
mcp-protocol-version: 2025-11-25
connection: keep-alive
user-agent: Bun/1.3.14
accept: /
host: 10.16.186.3:8005
accept-encoding: gzip, deflate, br, zstd
content-length: 93
Beta Was this translation helpful? Give feedback.
All reactions