diff --git a/README.md b/README.md index cbeefac..3a6f418 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Before you begin, ensure you have the following: * One of the supported agent harnesses, installed and authenticated: * [Gemini CLI](https://github.com/google-gemini/gemini-cli) (v0.6.0+) * [Claude Code](https://code.claude.com) - * [Codex](https://developers.openai.com/codex) + * [Codex](https://developers.openai.com/codex) (v0.150.0+) * [Antigravity CLI](https://antigravity.google) * [Node.js](https://nodejs.org/) (the MCP server runs via `npx`). * A running SQL Server instance. diff --git a/plugin.json b/plugin.json index e762ef6..1894e89 100644 --- a/plugin.json +++ b/plugin.json @@ -1,4 +1,5 @@ { + "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json", "name": "sql-server", "version": "0.1.6", "description": "Connect to SQL Server",