Skip to content

Commit beb487c

Browse files
server.json: trim description to <=100 chars (registry limit)
1 parent a9b126f commit beb487c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.instanode-dev/mcp",
4-
"description": "Provision ephemeral Postgres databases and webhook receivers from AI coding agents one HTTP call, live connection URL back, pgvector pre-installed. Free 24h tier; paid Developer tier for permanent resources.",
4+
"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"

0 commit comments

Comments
 (0)