mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
feat: add support to remote MCP servers for custom HTTP headers (#2477)
This commit is contained in:
@@ -76,6 +76,7 @@ export class MCPServerConfig {
|
||||
readonly url?: string,
|
||||
// For streamable http transport
|
||||
readonly httpUrl?: string,
|
||||
readonly headers?: Record<string, string>,
|
||||
// For websocket transport
|
||||
readonly tcp?: string,
|
||||
// Common
|
||||
|
||||
Reference in New Issue
Block a user