@centry-digital/bukku-mcp 2.0.1 → 2.0.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 +10 -0
- 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)
|