Skip to content

Commit 1f8daea

Browse files
Release 0.7.2 — register with MCP Registry
- package.json mcpName set to io.github.InstaNode-dev/mcp (registry is case-sensitive on the GitHub org name). - server.json bumped to 0.7.2 and published via /v0/publish. Listed in the official MCP Registry as active. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 467cebe commit 1f8daea

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@instanode/mcp",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "MCP server for instanode.dev \u2014 lets AI coding agents provision ephemeral Postgres databases and webhook receivers over HTTPS, with optional bearer-token auth for paid users.",
55
"keywords": [
66
"mcp",
@@ -50,5 +50,5 @@
5050
"engines": {
5151
"node": ">=18"
5252
},
53-
"mcpName": "io.github.instanode-dev/mcp"
53+
"mcpName": "io.github.InstaNode-dev/mcp"
5454
}

server.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3-
"name": "io.github.instanode-dev/mcp",
3+
"name": "io.github.InstaNode-dev/mcp",
44
"description": "Provision Postgres databases + webhooks from AI coding agents in one HTTP call.",
55
"repository": {
66
"url": "https://github.com/InstaNode-dev/mcp",
77
"source": "github"
88
},
9-
"version": "0.7.1",
9+
"version": "0.7.2",
1010
"websiteUrl": "https://instanode.dev",
1111
"packages": [
1212
{
1313
"registryType": "npm",
1414
"identifier": "@instanode/mcp",
15-
"version": "0.7.1",
15+
"version": "0.7.2",
1616
"transport": {
1717
"type": "stdio"
1818
},
1919
"environmentVariables": [
2020
{
2121
"name": "INSTANODE_TOKEN",
22-
"description": "Optional bearer JWT for paid-tier callers. Mint at https://instanode.dev/dashboard 'API token for CLI / agent'. Lifts the free-tier 5-per-subnet-per-day provisioning cap and auto-links new resources to your account. Leave unset to use the free tier anonymously.",
22+
"description": "Optional bearer JWT for paid-tier callers. Mint at https://instanode.dev/dashboard \u2192 'API token for CLI / agent'. Lifts the free-tier 5-per-subnet-per-day provisioning cap and auto-links new resources to your account. Leave unset to use the free tier anonymously.",
2323
"isRequired": false,
2424
"isSecret": true,
2525
"format": "string"

0 commit comments

Comments
 (0)