tweak: allow mcp servers to include headers (#1096)

This commit is contained in:
Aiden Cline 2025-07-17 09:11:48 -05:00 committed by GitHub
parent 2051312d12
commit a1fdeded3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 1 deletions

View file

@ -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"
}
}
}
}