From b7d8849076b88cafe88016ff5cd73f347d91fd85 Mon Sep 17 00:00:00 2001 From: elkimek <36666630+elkimek@users.noreply.github.com> Date: Thu, 14 May 2026 14:16:46 +0200 Subject: [PATCH] Fix stale "Messenger Access" name in discovery files The app UI calls this "Agent Access" (Settings > Data > Agent Access); "Messenger Access" was the old name. Update the MCP server card and the SKILL.md setup step, and regenerate the SKILL.md digest in the skills index. Co-Authored-By: Claude Opus 4.7 (1M context) --- .well-known/agent-skills/getbased-health-data/SKILL.md | 2 +- .well-known/agent-skills/index.json | 2 +- .well-known/mcp.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.well-known/agent-skills/getbased-health-data/SKILL.md b/.well-known/agent-skills/getbased-health-data/SKILL.md index e62cbf8..02ac428 100644 --- a/.well-known/agent-skills/getbased-health-data/SKILL.md +++ b/.well-known/agent-skills/getbased-health-data/SKILL.md @@ -18,7 +18,7 @@ Use this skill when the user wants you to reason about *their own* health data: The MCP server is installed and run locally by the user — there is no hosted endpoint. 1. Install: `pip install getbased-mcp` (or the `getbased-agent-stack` bundle). -2. The user enables **Settings > Data > Messenger Access** in the getbased app and copies the read-only token. +2. The user enables **Settings > Data > Agent Access** in the getbased app and copies the read-only token. 3. The token is provided to the MCP server via the `GETBASED_TOKEN` environment variable. It grants access to lab-context text only, no raw data, and is revocable. 4. Add `getbased` to the MCP client config pointing at the `getbased-mcp` command. diff --git a/.well-known/agent-skills/index.json b/.well-known/agent-skills/index.json index 1b363f6..e59ca14 100644 --- a/.well-known/agent-skills/index.json +++ b/.well-known/agent-skills/index.json @@ -6,7 +6,7 @@ "type": "skill-md", "description": "Connect to a user's getbased health data and query their blood work, biomarkers, genome, wearables, and personal research library via the getbased MCP server. Use when a user asks about their lab results, health trends, or wants AI reasoning grounded in their own health data.", "url": "/.well-known/agent-skills/getbased-health-data/SKILL.md", - "digest": "sha256:21e2c05fab6d810842d48562af259d5dde9cd005152ae4463aa4cbb0c189fc3d" + "digest": "sha256:f7b9f3f69cf7831f8b9155eb756a198f3d9dd0850586f1938736cadcb32e74f8" } ] } diff --git a/.well-known/mcp.json b/.well-known/mcp.json index 3e0d4f4..e26b3e0 100644 --- a/.well-known/mcp.json +++ b/.well-known/mcp.json @@ -20,7 +20,7 @@ "authentication": { "type": "token", "env": "GETBASED_TOKEN", - "description": "Read-only token generated in the getbased app under Settings > Data > Messenger Access. Grants access to lab-context text only — no raw data, no write access. Revocable at any time by regenerating the token." + "description": "Read-only token generated in the getbased app under Settings > Data > Agent Access. Grants access to lab-context text only — no raw data, no write access. Revocable at any time by regenerating the token." }, "syncBackend": "https://sync.getbased.health", "tools": [