Last active
January 22, 2026 07:55
-
-
Save wullemsb/b46c2a62720b80247ac75b223484b3b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers": { | |
| "MCPServer": { | |
| "type": "http", | |
| "url": "https://mcp.example.com/inlineParameter?version=v1&timeout=30000", | |
| "headers": { | |
| "X-API-Key": "your-api-key", | |
| "Authorization": "Bearer token123" | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment