-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Description
config guide needs updating causing people not being able to use remote server
{
"mcpServers": {
"modern-remote-server": {
"type": "streamable-http",
"url": "https://your-modern-server.com/api/mcp-endpoint",
"headers": {
"X-API-Key": "your-secure-api-key"
},
"alwaysAllow": ["newToolA", "newToolB"],
"disabled": false
}
}
}
Streamable HTTP configuration parameters:
type (required): Must be set to "streamable-http".
url (required): The full URL of the remote MCP server's single endpoint (e.g., https://your-server.com/mcp).
headers (optional): An object containing custom HTTP headers to send with requests (e.g., for authentication tokens).
alwaysAllow (optional): An array of tool names from this server to automatically approve.
disabled (optional): Set to true to disable this server configuration.
source: https://docs.roocode.com/features/mcp/using-mcp-in-roo