From c35a4d9d41a0ffc6951485bc269da7de3cd73014 Mon Sep 17 00:00:00 2001 From: Kevin Wang Date: Sat, 5 Sep 2026 18:16:15 -0700 Subject: [PATCH] Release the title as 0.1.5, because 0.1.4 already shipped without it The registry is append-only and v0.1.4 was tagged and published before #2 merged, so the live latest record carries the keyless-tools wording but no title and directories still synthesize "GetAnyAPI" from the server name. Only a new version can carry the title, so bump every pin. Co-Authored-By: Claude Opus 5 (1M context) --- package-lock.json | 4 ++-- package.json | 2 +- server.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 0f7b425..fd1ec8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "anyapi-mcp", - "version": "0.1.4", + "version": "0.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "anyapi-mcp", - "version": "0.1.4", + "version": "0.1.5", "license": "Apache-2.0", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0" diff --git a/package.json b/package.json index ee961e2..7716ece 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyapi-mcp", - "version": "0.1.4", + "version": "0.1.5", "mcpName": "io.github.getanyapi-com/anyapi", "description": "Local stdio MCP server for AnyAPI - hundreds of scraping and data APIs behind one key, priced per request in USD. Proxies to the hosted AnyAPI MCP server.", "license": "Apache-2.0", diff --git a/server.json b/server.json index 34bb76a..b2724be 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.getanyapi-com/anyapi", "title": "AnyAPI", "description": "Hundreds of scraping & data APIs through one key. USD pay-per-request, normalized schemas, failover.", - "version": "0.1.4", + "version": "0.1.5", "websiteUrl": "https://getanyapi.com", "repository": { "url": "https://github.com/getanyapi-com/mcp", @@ -28,7 +28,7 @@ "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "anyapi-mcp", - "version": "0.1.4", + "version": "0.1.5", "runtimeHint": "npx", "transport": { "type": "stdio" @@ -44,7 +44,7 @@ }, { "registryType": "oci", - "identifier": "ghcr.io/getanyapi-com/mcp:0.1.4", + "identifier": "ghcr.io/getanyapi-com/mcp:0.1.5", "runtimeHint": "docker", "transport": { "type": "stdio"