specrun 1.1.0 → 1.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -111,7 +111,7 @@ The `mcp-npx-node22` script file uses nvm to run specrun with Node.js 22.14.0, e
|
|
|
111
111
|
```bash
|
|
112
112
|
#!/bin/bash
|
|
113
113
|
# Set the PATH to include NVM's Node.js v22.14.0 installation
|
|
114
|
-
export PATH="/Users/
|
|
114
|
+
export PATH="/Users/YOUR_USER_NAME/.nvm/versions/node/v22.14.0/bin:$PATH"
|
|
115
115
|
|
|
116
116
|
# Execute npx with all passed arguments
|
|
117
117
|
exec npx "$@"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "specrun",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "An MCP server that converts OpenAPI specifications to MCP tools - scan a folder for spec files and automatically generate corresponding tools",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "git@github.com:
|
|
35
|
+
"url": "git@github.com:pavelpiha/specrun.git"
|
|
36
36
|
},
|
|
37
37
|
"files": [
|
|
38
38
|
"dist",
|