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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "whistler-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "An MCP Server for retrieving placement data, job roles, and platform statistics from the Whistler API.",
5
5
  "main": "server.js",
6
6
  "bin": {