From fa62548b0139f5bc109686ec89258ba13eb02547 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sun, 1 Dec 2024 15:08:50 -0800 Subject: [PATCH] Edit mcpview --- webview-ui/src/components/mcp/McpView.tsx | 93 ++++++++++++++--------- 1 file changed, 58 insertions(+), 35 deletions(-) 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. +
+