@chaindead/tooner_windows_arm64 0.0.7 → 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 (3) hide show
  1. package/README.md +1 -8
  2. package/package.json +1 -1
  3. package/tooner.exe +0 -0
package/README.md CHANGED
@@ -44,14 +44,7 @@ You can run the latest version directly using npx (supports macOS, Linux, and Wi
44
44
  npx -y @chaindead/tooner
45
45
  ```
46
46
 
47
- When using NPX, modify the standard commands and configuration as follows:
48
-
49
- - [Authentication command](#authorization) becomes:
50
- ```bash
51
- npx -y @chaindead/tooner auth ...
52
- ```
53
-
54
- - [Claude MCP server configuration](#client-configuration) becomes:
47
+ When using NPX [Configure MCP (Cursor example)](#configure-mcp-cursor-example) becomes:
55
48
  ```json
56
49
  {
57
50
  "mcpServers": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chaindead/tooner_windows_arm64",
3
- "version": "0.0.7",
3
+ "version": "0.1.1",
4
4
  "bin": {
5
5
  "tooner_windows_arm64": "tooner.exe"
6
6
  },
package/tooner.exe CHANGED
Binary file