@smartpolicy/mcp 0.1.0 → 0.1.1

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 (1) hide show
  1. package/package.json +13 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartpolicy/mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "SmartPolicy MCP server — runtime authorization for AI agents and smart contracts",
5
5
  "type": "module",
6
6
  "bin": {
@@ -26,7 +26,16 @@
26
26
  },
27
27
  "homepage": "https://smartpolicy.io",
28
28
  "bugs": "https://github.com/smartpolicy-protocol/smartpolicy/issues",
29
- "keywords": ["mcp", "modelcontextprotocol", "authorization", "ai-agents", "smart-contracts", "eip-712", "x402", "base"],
29
+ "keywords": [
30
+ "mcp",
31
+ "modelcontextprotocol",
32
+ "authorization",
33
+ "ai-agents",
34
+ "smart-contracts",
35
+ "eip-712",
36
+ "x402",
37
+ "base"
38
+ ],
30
39
  "dependencies": {
31
40
  "@modelcontextprotocol/sdk": "^1.12.0",
32
41
  "viem": "^2.21.0",
@@ -37,5 +46,6 @@
37
46
  "tsx": "^4.19.0",
38
47
  "typescript": "^5.6.0",
39
48
  "vitest": "^2.1.0"
40
- }
49
+ },
50
+ "mcpName": "io.github.smartpolicy-protocol/smartpolicy"
41
51
  }