Commit 4304d79
committed
feat(mcp): add multi-step wizard for adding MCP servers
Add a wizard flow for adding MCP servers with the following steps:
1. Choose source: Custom configuration or MCP Registry
2. For custom servers, choose transport type: Stdio or HTTP
3. Enter server details based on the selected transport
Features:
- Step 1: Choose between custom server or registry
- Step 2: Choose transport type (stdio for local, HTTP for remote)
- Step 3a: Stdio server form (name, command, args)
- Step 3b: HTTP server form (name, URL)
- Step 3c: Registry selection with search/filter
Also adds AddMcpServerHttp modal action for HTTP servers.1 parent 942b944 commit 4304d79
3 files changed
Lines changed: 817 additions & 39 deletions
0 commit comments