@kakunin/mcp 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -245,7 +245,7 @@ function getClient() {
245
245
  }
246
246
  var server = new McpServer({
247
247
  name: "kakunin",
248
- version: "0.2.1"
248
+ version: "0.2.2"
249
249
  });
250
250
  server.tool(
251
251
  "verify_agent_scope",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kakunin/mcp",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Kakunin MCP server — lets AI agents query their own scope, risk score, and log behavioral events",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",