specrun 1.5.0 → 1.6.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 (2) hide show
  1. package/README.md +0 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,5 @@
1
1
  <h1 align="center">
2
2
  SpecRun
3
-
4
- [![Verified on MseeP](https://mseep.ai/badge.svg)](https://mseep.ai/app/ab3b0729-c54e-4359-aed0-606b90995b59)
5
- ![](https://badge.mcpx.dev?status=on "MCP Enabled")
6
- <img src="https://badge.mcpx.dev?status=on" title="MCP Enabled"/>
7
-
8
3
  </h1>
9
4
  An MCP server that turns OpenAPI specifications into MCP tools. Scans a folder for OpenAPI spec files and automatically generate corresponding tools. These tools can then be used in any MCP client to interact with the APIs defined by the specs, with built-in support for authentication and server URL management via a simple `.env` file.
10
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "specrun",
3
- "version": "1.5.0",
3
+ "version": "1.6.0",
4
4
  "mcpName": "io.github.pavelpiha/specrun",
5
5
  "description": "MCP server that converts OpenAPI specs into tools which can query API endpoints",
6
6
  "main": "dist/index.js",
@@ -14,7 +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.5.0 && git push origin --tags",
17
+ "tag": "git tag v1.6.0 && git push origin --tags",
18
18
  "prepare": "npm run build"
19
19
  },
20
20
  "keywords": [