specrun 1.2.0 → 1.3.0

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 (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "specrun",
3
- "version": "1.2.0",
3
+ "version": "1.3.0",
4
4
  "mcpName": "io.github.pavelpiha/specrun",
5
- "description": "An MCP server that converts OpenAPI specifications to MCP tools - scan a folder for spec files and automatically generate corresponding tools",
5
+ "description": "MCP server that converts OpenAPI specs into tools which can query API endpoints",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
8
8
  "specrun": "dist/cli.js"
@@ -14,6 +14,7 @@
14
14
  "dev:watch": "tsx watch src/cli.ts",
15
15
  "start": "node dist/cli.js",
16
16
  "test": "npm run build && node dist/cli.js --help",
17
+ "tag": "git tag v1.3.0 && git push origin --tags",
17
18
  "prepare": "npm run build"
18
19
  },
19
20
  "keywords": [