From 924a091f687f14ce40a9fb7424a4f27014ebbeca Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 30 Mar 2026 01:29:00 +0200 Subject: [PATCH] docs: fix broken MCP specification URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c0e6817..a05a0f71 100644 --- a/README.md +++ b/README.md @@ -884,7 +884,7 @@ Protocol to control the simulator via the UI server. Three transport types are a ### MCP Protocol (Model Context Protocol) -The recommended transport for programmatic access. [MCP](https://spec.modelcontextprotocol.io) enables LLM agents and AI tools to discover and use the simulator's capabilities automatically. +The recommended transport for programmatic access. [MCP](https://modelcontextprotocol.io/specification) enables LLM agents and AI tools to discover and use the simulator's capabilities automatically. #### Agent configuration -- 2.53.0