From 7eb8b68fa8b604ad9e5408ba74ad65335985b253 Mon Sep 17 00:00:00 2001 From: jiashuoz Date: Thu, 3 Sep 2026 20:47:31 -0700 Subject: [PATCH] chore(connector): record the published registry version 0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The MCP Registry entry was corrected on 2026-09-04. `run.agentdrive/agentdrive` 0.1.0 is now live and serves the canonical transport: https://drive.mcp.tokencanopy.com/mcp PR #13 fixed the URL in this file but left `version` at 0.0.1, which the registry will not accept as an update — a republish needs a new version. The publish therefore went out as 0.1.0 and this file was left behind it. Bring them back into agreement. The previous 0.0.1 entry, which pointed at the retired `api.agentdrive.run/mcp` (NXDOMAIN), is now marked `deprecated` in the registry rather than deleted: it is a real historical version, and deprecating it keeps a version-pinned client from resolving a dead host. A default `version=latest` lookup returns only 0.1.0. Note that editing this file does not itself publish anything. The live listing is updated by `mcp-publisher`, authenticated by a DNS-verified key on the namespace's domain. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01W1nxC2LaqTPrix7CL4Ehuv --- connector/server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/server.json b/connector/server.json index b9e8e4c..7aca46d 100644 --- a/connector/server.json +++ b/connector/server.json @@ -3,7 +3,7 @@ "name": "run.agentdrive/agentdrive", "title": "AgentDrive", "description": "Artifact store for AI agents — read, write, and search files by path; share by rendered URL.", - "version": "0.0.1", + "version": "0.1.0", "websiteUrl": "https://tokencanopy.com", "remotes": [ {