From 613f3710a46b8f06668e5ca877dea8b9ff9a489d Mon Sep 17 00:00:00 2001 From: goulustis Date: Tue, 14 Oct 2025 17:50:26 +0800 Subject: [PATCH] add config --- configs/ws_mcp_config.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 configs/ws_mcp_config.json diff --git a/configs/ws_mcp_config.json b/configs/ws_mcp_config.json new file mode 100644 index 0000000..8bd9d06 --- /dev/null +++ b/configs/ws_mcp_config.json @@ -0,0 +1,8 @@ +{ + "mcpServers": { + "remote-http-server": { + "type": "http", + "url": "http://6.6.6.78:50051/mcp" + } + } +}