anyapi-mcp-server 2.0.1 → 2.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/build/index.js +0 -0
  2. package/package.json +3 -3
package/build/index.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "anyapi-mcp-server",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "A universal MCP server that connects any REST API (via OpenAPI spec) to AI assistants, with GraphQL-style field selection and automatic schema inference.",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",
7
7
  "homepage": "https://github.com/quiloos39/anyapi-mcp-server#readme",
8
8
  "repository": {
9
9
  "type": "git",
10
- "url": "https://github.com/quiloos39/anyapi-mcp-server.git"
10
+ "url": "git+https://github.com/quiloos39/anyapi-mcp-server.git"
11
11
  },
12
12
  "keywords": [
13
13
  "mcp",
@@ -21,7 +21,7 @@
21
21
  "llm"
22
22
  ],
23
23
  "bin": {
24
- "anyapi-mcp": "./build/index.js"
24
+ "anyapi-mcp": "build/index.js"
25
25
  },
26
26
  "files": [
27
27
  "build",