mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 00:12:11 +00:00
tweak: allow mcp servers to include headers (#1096)
This commit is contained in:
parent
2051312d12
commit
a1fdeded3e
3 changed files with 6 additions and 1 deletions
|
|
@ -49,7 +49,10 @@ Add a remote MCP servers under `mcp.remotemcp`.
|
|||
"remotemcp": {
|
||||
"type": "remote",
|
||||
"url": "https://my-mcp-server.com",
|
||||
"enabled": true
|
||||
"enabled": true,
|
||||
"headers": {
|
||||
"Authorization": "Bearer MY_API_KEY"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue