@centry-digital/bukku-mcp 2.0.1 → 2.0.3

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 +10 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -124,6 +124,16 @@ Then use `bukku-mcp` as the command in your AI client config instead of `npx`.
124
124
  - Restart your AI client after editing the config
125
125
  - Check Node.js v20+ is installed: `node --version`
126
126
 
127
+ ## Uninstalling
128
+
129
+ If you installed globally:
130
+
131
+ ```bash
132
+ npm uninstall -g @centry-digital/bukku-mcp
133
+ ```
134
+
135
+ Then remove the `bukku` entry from your AI client's MCP config file.
136
+
127
137
  ## Related
128
138
 
129
139
  - [GitHub repository](https://github.com/centry-digital/bukku)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centry-digital/bukku-mcp",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "description": "Bukku accounting API tools for Claude via Model Context Protocol",
5
5
  "type": "module",
6
6
  "main": "build/index.js",