myclaw-toolkit 1.0.0 → 1.0.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
@@ -78,7 +78,7 @@ claude mcp add myclaw-toolkit -- npx myclaw-toolkit
78
78
  ## Development
79
79
 
80
80
  ```bash
81
- git clone https://github.com/myclaw/toolkit
81
+ git clone https://github.com/Dusheh/myclaw-toolkit
82
82
  cd toolkit
83
83
  npm install
84
84
  npm run dev
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "myclaw-toolkit",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "23-in-1 developer utility toolkit as an MCP server — search, exchange rates, crypto, QR codes, translation, and more",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -26,7 +26,7 @@
26
26
  "license": "MIT",
27
27
  "repository": {
28
28
  "type": "git",
29
- "url": "https://github.com/myclaw/toolkit"
29
+ "url": "https://github.com/Dusheh/myclaw-toolkit"
30
30
  },
31
31
  "dependencies": {
32
32
  "@modelcontextprotocol/sdk": "^1.0.0",