@verusidx/identity-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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -13,7 +13,7 @@ Add to your MCP client config (e.g., Claude Code `claude_desktop_config.json`):
13
13
  "mcpServers": {
14
14
  "verusidx-identity": {
15
15
  "command": "npx",
16
- "args": ["@verusidx/identity-mcp"],
16
+ "args": ["-y", "@verusidx/identity-mcp"],
17
17
  "env": {}
18
18
  }
19
19
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@verusidx/identity-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server for VerusID identity management — create, update, revoke, recover, sign, and query Verus identities",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -16,7 +16,7 @@
16
16
  "dependencies": {
17
17
  "@modelcontextprotocol/sdk": "^1.27.0",
18
18
  "zod": "^3.23.0",
19
- "@verusidx/shared": "0.1.0"
19
+ "@verusidx/shared": "0.1.1"
20
20
  },
21
21
  "devDependencies": {
22
22
  "@types/node": "^22.0.0",