Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
6 changes: 3 additions & 3 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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"
Expand All @@ -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"
Expand Down
Loading