@solongate/proxy 0.1.23 → 0.1.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/create.js +8 -6
- package/dist/index.js +8 -6
- package/package.json +1 -1
package/dist/create.js
CHANGED
|
@@ -205,13 +205,15 @@ await server.connect(transport);
|
|
|
205
205
|
console.log('');
|
|
206
206
|
console.log('${name} is running (stdio mode)');
|
|
207
207
|
console.log('');
|
|
208
|
-
console.log('
|
|
209
|
-
console.log('
|
|
208
|
+
console.log('MCP servers communicate over stdin/stdout \u2014 not HTTP.');
|
|
209
|
+
console.log('You need an MCP client to connect:');
|
|
210
210
|
console.log('');
|
|
211
|
-
console.log('
|
|
212
|
-
console.log('
|
|
213
|
-
console.log('
|
|
214
|
-
console.log('
|
|
211
|
+
console.log(' Claude Code Open this folder, .mcp.json is auto-detected');
|
|
212
|
+
console.log(' Claude Desktop Add to Settings > MCP Servers');
|
|
213
|
+
console.log(' Cursor Open this folder, .mcp.json is auto-detected');
|
|
214
|
+
console.log(' Windsurf Open this folder, .mcp.json is auto-detected');
|
|
215
|
+
console.log(' Cline VS Code extension, add server in settings');
|
|
216
|
+
console.log(' Zed Add to settings.json under mcp_servers');
|
|
215
217
|
console.log('');
|
|
216
218
|
console.log('Press Ctrl+C to stop.');
|
|
217
219
|
`
|
package/dist/index.js
CHANGED
|
@@ -917,13 +917,15 @@ await server.connect(transport);
|
|
|
917
917
|
console.log('');
|
|
918
918
|
console.log('${name} is running (stdio mode)');
|
|
919
919
|
console.log('');
|
|
920
|
-
console.log('
|
|
921
|
-
console.log('
|
|
920
|
+
console.log('MCP servers communicate over stdin/stdout \u2014 not HTTP.');
|
|
921
|
+
console.log('You need an MCP client to connect:');
|
|
922
922
|
console.log('');
|
|
923
|
-
console.log('
|
|
924
|
-
console.log('
|
|
925
|
-
console.log('
|
|
926
|
-
console.log('
|
|
923
|
+
console.log(' Claude Code Open this folder, .mcp.json is auto-detected');
|
|
924
|
+
console.log(' Claude Desktop Add to Settings > MCP Servers');
|
|
925
|
+
console.log(' Cursor Open this folder, .mcp.json is auto-detected');
|
|
926
|
+
console.log(' Windsurf Open this folder, .mcp.json is auto-detected');
|
|
927
|
+
console.log(' Cline VS Code extension, add server in settings');
|
|
928
|
+
console.log(' Zed Add to settings.json under mcp_servers');
|
|
927
929
|
console.log('');
|
|
928
930
|
console.log('Press Ctrl+C to stop.');
|
|
929
931
|
`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solongate/proxy",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "MCP security proxy \u00e2\u20ac\u201d protect any MCP server with policies, input validation, rate limiting, and audit logging. Zero code changes required.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|