whistler-mcp 1.0.1 → 1.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -46,5 +46,5 @@ This folder is a completely standalone Node.js package. It has its own internal
|
|
|
46
46
|
|
|
47
47
|
## Local Development
|
|
48
48
|
1. Clone the repository.
|
|
49
|
-
2. Run `npm install` inside the `/mcp` folder.
|
|
49
|
+
2. Run `npm install` inside the `/whistler-mcp` folder.
|
|
50
50
|
3. Test locally using the `node server.js` command.
|