@kakunin/mcp 0.2.1 → 0.2.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.
package/README.md CHANGED
@@ -1,6 +1,11 @@
1
1
  # @kakunin/mcp
2
2
 
3
3
  [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/nqzai/kakunin-mcp/badge)](https://scorecard.dev/viewer/?uri=github.com/nqzai/kakunin-mcp)
4
+ [![kakunin-mcp MCP server](https://glama.ai/mcp/servers/nqzai/kakunin-mcp/badges/score.svg)](https://glama.ai/mcp/servers/nqzai/kakunin-mcp)
5
+
6
+ <a href="https://glama.ai/mcp/servers/nqzai/kakunin-mcp">
7
+ <img width="380" height="200" src="https://glama.ai/mcp/servers/nqzai/kakunin-mcp/badges/card.svg" alt="kakunin-mcp MCP server" />
8
+ </a>
4
9
 
5
10
  Model Context Protocol server for the [Kakunin](https://kakunin.ai) AI agent compliance API. Lets AI agents self-verify scope, check their own risk score, and log behavioral events — all from within Claude, Cursor, or any MCP-compatible runtime.
6
11
 
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,7 @@
1
1
  {
2
2
  "name": "@kakunin/mcp",
3
- "version": "0.2.1",
3
+ "version": "0.2.3",
4
+ "mcpName": "io.github.nqzai/kakunin",
4
5
  "description": "Kakunin MCP server — lets AI agents query their own scope, risk score, and log behavioral events",
5
6
  "type": "module",
6
7
  "main": "./dist/index.js",
@@ -33,7 +34,7 @@
33
34
  "kakunin",
34
35
  "compliance"
35
36
  ],
36
- "license": "MIT",
37
+ "license": "Apache-2.0",
37
38
  "homepage": "https://kakunin.ai",
38
39
  "repository": {
39
40
  "type": "git",