@proofofprotocol/inscribe-mcp 0.3.1 → 0.3.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.
package/README.md CHANGED
@@ -59,7 +59,7 @@ inscribe-mcp setup-mcp --show-json
59
59
  "mcpServers": {
60
60
  "inscribe": {
61
61
  "command": "npx",
62
- "args": ["-y", "@proofofprotocol/inscribe-mcp", "inscribe-mcp-server"]
62
+ "args": ["-y", "-p", "@proofofprotocol/inscribe-mcp", "inscribe-mcp-server"]
63
63
  }
64
64
  }
65
65
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proofofprotocol/inscribe-mcp",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Verifiable inscription for AI agents - inscribe anything to blockchain with Hedera HCS",
5
5
  "type": "module",
6
6
  "main": "src/server.js",
@@ -53,7 +53,7 @@ function getClaudeDesktopConfigPath() {
53
53
  // MCP server config for inscribe
54
54
  const INSCRIBE_MCP_CONFIG = {
55
55
  command: 'npx',
56
- args: ['-y', '@proofofprotocol/inscribe-mcp', 'inscribe-mcp-server']
56
+ args: ['-y', '-p', '@proofofprotocol/inscribe-mcp', 'inscribe-mcp-server']
57
57
  };
58
58
 
59
59
  // Generate JSON snippet for display