qwen-code/packages/cli/src/commands/mcp
tanzhenxin a3b95414de feat(mcp): auto-detect transport type from URL in mcp add command
- Automatically detect 'http' transport when commandOrUrl starts with http:// or https://
- Default to 'stdio' transport for non-URL commands
- Explicit --transport flag still takes precedence over auto-detection
- Update help text to indicate auto-detection capability

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-08 11:11:02 +08:00
..
add.test.ts feat(mcp): auto-detect transport type from URL in mcp add command 2026-02-08 11:11:02 +08:00
add.ts feat(mcp): auto-detect transport type from URL in mcp add command 2026-02-08 11:11:02 +08:00
list.test.ts refactor(debug): replace ConsolePatcher with debugLogger and update error reporting 2026-02-02 17:37:54 +08:00
list.ts fix(mcp): update OAuth client names and improve MCP commands 2026-02-08 10:46:48 +08:00
remove.test.ts fix(mcp): update OAuth client names and improve MCP commands 2026-02-08 10:46:48 +08:00
remove.ts fix(mcp): update OAuth client names and improve MCP commands 2026-02-08 10:46:48 +08:00