From 4a43cd0501673c2e6dc74f6d30b5124ddeae1034 Mon Sep 17 00:00:00 2001 From: Yiorgis Gozadinos Date: Fri, 19 Dec 2025 12:39:39 +0200 Subject: [PATCH] Update mcp registry schema --- server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.json b/server.json index 8c028674..5c33f50a 100644 --- a/server.json +++ b/server.json @@ -1,5 +1,5 @@ { - "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.ggozad/haiku-rag", "version": "{{VERSION}}", "description": "Opinionated agentic RAG powered by LanceDB, Pydantic AI, and Docling",