Skip to content

Commit bd8fb6d

Browse files
committed
feat: restore $schema in plugin.json for spec clients
1 parent adbe84b commit bd8fb6d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Before you begin, ensure you have the following:
2727
* One of the supported agent harnesses, installed and authenticated:
2828
* [Gemini CLI](https://github.com/google-gemini/gemini-cli) (v0.6.0+)
2929
* [Claude Code](https://code.claude.com)
30-
* [Codex](https://developers.openai.com/codex)
30+
* [Codex](https://developers.openai.com/codex) (v0.150.0+)
3131
* [Antigravity CLI](https://antigravity.google)
3232
* [Node.js](https://nodejs.org/) (the MCP server runs via `npx`).
3333
* A running PostgreSQL instance.

plugin.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
23
"name": "postgres",
34
"version": "0.2.3",
45
"description": "Connect and interact with a PostgreSQL database and data",

0 commit comments

Comments
 (0)