@solongate/proxy 0.28.2 → 0.28.3

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/hooks/guard.mjs +1 -0
  2. package/package.json +1 -1
package/hooks/guard.mjs CHANGED
@@ -1188,6 +1188,7 @@ Respond with ONLY valid JSON: {"decision": "ALLOW" or "DENY", "reason": "brief e
1188
1188
  tool: toolName, arguments: args,
1189
1189
  decision, reason: reason || 'allowed by policy',
1190
1190
  source: 'claude-code-guard',
1191
+ agent_id: 'claude-code', agent_name: 'Claude Code',
1191
1192
  };
1192
1193
  // Attach PI metadata if detected
1193
1194
  if (piResult) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solongate/proxy",
3
- "version": "0.28.2",
3
+ "version": "0.28.3",
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": {