@solongate/proxy 0.1.19 → 0.1.20

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
@@ -229,6 +229,7 @@ dist/
229
229
  *.solongate-backup
230
230
  .env
231
231
  .env.local
232
+ .mcp.json
232
233
  `
233
234
  );
234
235
  }
package/dist/index.js CHANGED
@@ -941,6 +941,7 @@ dist/
941
941
  *.solongate-backup
942
942
  .env
943
943
  .env.local
944
+ .mcp.json
944
945
  `
945
946
  );
946
947
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.1.19",
3
+ "version": "0.1.20",
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": {