{ "servers": { "mcp-server-remote": { "type": "http", "url": "https://...azurecontainerapps.io/mcp", "headers": { "Authorization": "Bearer ${input:JWT_TOKEN}" } }, "mcp-server": { "type": "http", "url": "http://localhost:3000/mcp", "headers": { "Authorization": "Bearer ${input:JWT_TOKEN}" } } }, "inputs": [ { "password": true, "id": "JWT_TOKEN", "description": "Enter the token for the MCP server", "type": "promptString" } ] }