diff --git a/webview-ui/src/components/mcp/McpView.tsx b/webview-ui/src/components/mcp/McpView.tsx index 9143121..b923fe7 100644 --- a/webview-ui/src/components/mcp/McpView.tsx +++ b/webview-ui/src/components/mcp/McpView.tsx @@ -125,8 +125,8 @@ const McpView = ({ onDone }: McpViewProps) => { bottom: 0, display: "flex", flexDirection: "column", - overflow: "hidden", }}> + {/* Fixed Header */}
- MCP (Model Context Protocol) enables AI models to access external tools and data through standardized - interfaces. Add MCP servers to extend Claude's capabilities with custom functionality and real-time data - access. -
- {/* Server List */} + {/* Scrollable Content */}+ MCP (Model Context Protocol) enables AI models to access external tools and data through + standardized interfaces. Add MCP servers to extend Claude's capabilities with custom functionality + and real-time data access. +
- {/* Add Server UI */} -+ Enter the MCP server configuration in JSON format. You can find this configuration in + the setup instructions for your MCP server. The config defines how to start and connect + to the server, typically specifying a command and arguments. +
+