mirror of
https://github.com/neondatabase/agent-skills.git
synced 2026-09-14 19:07:52 +08:00
e57622478d
Bump minor for the Claimable Neon fold-in, the removed claimable-postgres skill, and the new install channels since 1.1.2.
15 lines
575 B
JSON
15 lines
575 B
JSON
{
|
|
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
|
|
"name": "neon-postgres",
|
|
"version": "1.2.0",
|
|
"description": "Manage your Neon backend with the Neon agent skills and the Neon MCP Server: Lakebase Postgres, branching, Object Storage, Functions, and the AI Gateway",
|
|
"author": {
|
|
"name": "Neon",
|
|
"url": "https://neon.com"
|
|
},
|
|
"homepage": "https://neon.com",
|
|
"repository": "https://github.com/neondatabase/agent-skills",
|
|
"license": "Apache-2.0",
|
|
"keywords": ["neon", "lakebase", "postgres", "serverless", "database", "mcp"]
|
|
}
|