@kasarlabs/ask-starknet-mcp 0.1.3 → 0.1.4

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/mcps.json +6 -6
  2. package/package.json +2 -2
package/mcps.json CHANGED
@@ -447,20 +447,20 @@
447
447
  "tools": ["assist_with_cairo", "starknet_general_knowledge"]
448
448
  }
449
449
  },
450
- "ask-starknet-help": {
450
+ "mcp-doc": {
451
451
  "client": {
452
452
  "command": "npx",
453
- "args": ["-y", "@kasarlabs/ask-starknet-help-mcp@latest"],
453
+ "args": ["-y", "@kasarlabs/mcp-doc-mcp@latest"],
454
454
  "transport": "stdio"
455
455
  },
456
456
  "description": "Help and documentation for Ask Starknet: usage guide, architecture explanation, capabilities listing like MCPs and tools, project ideas, and troubleshooting",
457
457
  "promptInfo": {
458
458
  "expertise": "Ask Starknet help, usage guide, documentation, architecture explanation, available MCPs and tools, project ideas, and troubleshooting",
459
459
  "tools": [
460
- "ask_starknet_help",
461
- "ask_starknet_explain_architecture",
462
- "ask_starknet_list_capabilities",
463
- "ask_starknet_suggest_projects"
460
+ "mcp_doc_help",
461
+ "mcp_doc_explain_architecture",
462
+ "mcp_doc_list_capabilities",
463
+ "mcp_doc_suggest_projects"
464
464
  ]
465
465
  }
466
466
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kasarlabs/ask-starknet-mcp",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "main": "build/index.js",
5
5
  "type": "module",
6
6
  "bin": {
@@ -53,5 +53,5 @@
53
53
  "publishConfig": {
54
54
  "access": "public"
55
55
  },
56
- "gitHead": "3cbaf7bddcb451e4e414c9063b947891c2d0c377"
56
+ "gitHead": "4212f968456c2a170aac99306a899ae43458e23c"
57
57
  }