@solongate/proxy 0.27.1 → 0.27.2

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/index.js CHANGED
@@ -480,7 +480,7 @@ function findConfigFile(explicitPath, createIfMissing = false) {
480
480
  mcpServers: {
481
481
  "filesystem": {
482
482
  command: "npx",
483
- args: ["-y", "@modelcontextprotocol/server-filesystem", "."]
483
+ args: ["-y", "@modelcontextprotocol/server-filesystem@latest", "."]
484
484
  },
485
485
  "playwright": {
486
486
  command: "npx",
package/dist/init.js CHANGED
@@ -61,7 +61,7 @@ function findConfigFile(explicitPath, createIfMissing = false) {
61
61
  mcpServers: {
62
62
  "filesystem": {
63
63
  command: "npx",
64
- args: ["-y", "@modelcontextprotocol/server-filesystem", "."]
64
+ args: ["-y", "@modelcontextprotocol/server-filesystem@latest", "."]
65
65
  },
66
66
  "playwright": {
67
67
  command: "npx",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.27.1",
3
+ "version": "0.27.2",
4
4
  "description": "MCP security proxy — protect any MCP server with customizable policies, path/command constraints, rate limiting, and audit logging. Zero code changes required.",
5
5
  "type": "module",
6
6
  "bin": {