@solongate/proxy 0.6.5 → 0.6.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.
package/dist/index.js CHANGED
@@ -1153,7 +1153,7 @@ process.stdin.on('end', async () => {
1153
1153
 
1154
1154
  // \u2500\u2500 Self-protection: block access to hook files and settings \u2500\u2500
1155
1155
  const allStrings = scanStrings(args).map(s => s.replace(/\\\\/g, '/').toLowerCase());
1156
- const protectedPaths = ['.solongate', '.claude/settings.json', '.cursor/settings.json', 'policy.json'];
1156
+ const protectedPaths = ['.solongate', '.claude', '.cursor', 'policy.json', '.mcp.json'];
1157
1157
  for (const s of allStrings) {
1158
1158
  for (const p of protectedPaths) {
1159
1159
  if (s.includes(p)) {
package/dist/init.js CHANGED
@@ -342,7 +342,7 @@ process.stdin.on('end', async () => {
342
342
 
343
343
  // \u2500\u2500 Self-protection: block access to hook files and settings \u2500\u2500
344
344
  const allStrings = scanStrings(args).map(s => s.replace(/\\\\/g, '/').toLowerCase());
345
- const protectedPaths = ['.solongate', '.claude/settings.json', '.cursor/settings.json', 'policy.json'];
345
+ const protectedPaths = ['.solongate', '.claude', '.cursor', 'policy.json', '.mcp.json'];
346
346
  for (const s of allStrings) {
347
347
  for (const p of protectedPaths) {
348
348
  if (s.includes(p)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.6.5",
3
+ "version": "0.6.6",
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": {