@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 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('This server communicates over stdin/stdout (MCP protocol).');
209
- console.log('It does NOT open a URL or port \u2014 it is used by MCP clients.');
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('To connect:');
212
- console.log(' 1. Open this folder in Claude Code, Cursor, or another MCP client');
213
- console.log(' 2. .mcp.json is auto-detected \u2014 your tools are ready to use');
214
- console.log(' 3. Try asking: "Use the hello tool to greet Alice"');
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('This server communicates over stdin/stdout (MCP protocol).');
921
- console.log('It does NOT open a URL or port \u2014 it is used by MCP clients.');
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('To connect:');
924
- console.log(' 1. Open this folder in Claude Code, Cursor, or another MCP client');
925
- console.log(' 2. .mcp.json is auto-detected \u2014 your tools are ready to use');
926
- console.log(' 3. Try asking: "Use the hello tool to greet Alice"');
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.23",
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": {