From a1e95cddb0dd9d3529877cc165a4bbc61192bf88 Mon Sep 17 00:00:00 2001 From: Srinivasan Sekar Date: Fri, 21 Nov 2025 19:25:32 +0530 Subject: [PATCH] fix: mcp protocol schema version to latest Co-authored-by: Saikrishna321 --- server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.json b/server.json index 4bc3227..f8c7475 100644 --- a/server.json +++ b/server.json @@ -1,5 +1,5 @@ { - "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json", + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", "name": "io.github.appium/appium-mcp", "title": "MCP Appium - Mobile Development and Automation Server", "description": "Intelligent MCP server providing AI assistants with powerful tools and resources for Appium mobile automation. Supports iOS, Android, Simulator, Emulator, and Real Devices with intelligent locator generation, automated test creation, and comprehensive mobile testing capabilities.",