@nextnext/mcp-server 0.1.5 → 0.1.6

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -109167,6 +109167,7 @@ async function main() {
109167
109167
  const configLogger = createLogger(config3.settings?.logLevel || "info", useStderrOnly);
109168
109168
  const gateway = new GatewayServer(config3, configLogger);
109169
109169
  await gateway.start();
109170
+ gateway.setSessionId("stdio-local-session");
109170
109171
  const transport = new StdioServerTransport;
109171
109172
  await gateway.connect(transport);
109172
109173
  configLogger.info("MCP Gateway is now serving on stdio");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nextnext/mcp-server",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "NextNext MCP Server - A sovereign shopping agent with crypto wallet integration",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",