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" + } + } +}