From 5cc6b410c1f429575e163eb599fe71eeb0d235ff Mon Sep 17 00:00:00 2001 From: Juexin Wang Date: Wed, 26 Aug 2026 14:41:50 -0700 Subject: [PATCH] feat: restore $schema in plugin.json for spec clients --- README.md | 2 +- plugin.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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",