Skip to content

Fix stale "Messenger Access" name in discovery files#8

Merged
elkimek merged 1 commit into
mainfrom
fix/agent-access-naming
May 14, 2026
Merged

Fix stale "Messenger Access" name in discovery files#8
elkimek merged 1 commit into
mainfrom
fix/agent-access-naming

Conversation

@elkimek
Copy link
Copy Markdown
Owner

@elkimek elkimek commented May 14, 2026

Summary

The app UI calls this feature "Agent Access" (Settings → Data → Agent Access). "Messenger Access" was the old name — it only survives in app code comments. Our discovery files inherited the stale name from the (now also fixed) getbased-mcp README, so they pointed users at a toggle that doesn't exist by that name.

  • .well-known/mcp.json — auth description
  • .well-known/agent-skills/getbased-health-data/SKILL.md — setup step
  • .well-known/agent-skills/index.json — regenerated SKILL.md sha256 digest

Companion fixes: getbased-agents#15 (README + dashboard), and the matching change in the app repo.

Test plan

  • grep -r "Messenger Access" .well-known/ returns nothing
  • sha256sum of SKILL.md matches the digest in index.json

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
get-based-site Ready Ready Preview, Comment May 14, 2026 0:17am

@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 14, 2026

Greptile Summary

This PR replaces the stale UI label "Messenger Access" with the current "Agent Access" across the three discovery files that user-facing agents and tools read. The SHA256 digest in index.json has been regenerated and verified to match the updated SKILL.md.

  • SKILL.md — setup step 2 now directs users to Settings > Data > Agent Access, matching the live app UI.
  • mcp.json — authentication description updated with the same label rename.
  • index.jsondigest field updated to sha256:f7b9f3f6…, which matches the committed SKILL.md.

Confidence Score: 5/5

Safe to merge — all three discovery files are consistent, and the regenerated digest has been independently verified against the committed SKILL.md.

The change is a targeted label rename across three tightly coupled files. The SHA256 digest in index.json was verified to match the actual SKILL.md contents (f7b9f3f69cf7831f8b9155eb756a198f3d9dd0850586f1938736cadcb32e74f8), and no other content was modified.

No files require special attention. The CLAUDE.md note about keeping this repo in sync with the app repo is addressed by the companion PRs referenced in the description.

Important Files Changed

Filename Overview
.well-known/agent-skills/getbased-health-data/SKILL.md Renames "Messenger Access" → "Agent Access" in setup step 2; no other content changes.
.well-known/agent-skills/index.json Updates SKILL.md sha256 digest; verified to match the actual file (f7b9f3f6…).
.well-known/mcp.json Renames "Messenger Access" → "Agent Access" in the authentication description string.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[User sets up getbased MCP] --> B[Settings > Data > **Agent Access**
✅ Updated in all 3 files]
    B --> C[Copy read-only token]
    C --> D[Set GETBASED_TOKEN env var]
    D --> E[Agent discovers skill via
.well-known/agent-skills/index.json
digest: sha256:f7b9f3f6…]
    E --> F[Agent reads SKILL.md
via URL in index.json]
    F --> G[Agent reads auth config
from .well-known/mcp.json]
    G --> H[MCP tools available
to agent]
Loading

Reviews (1): Last reviewed commit: "Fix stale "Messenger Access" name in dis..." | Re-trigger Greptile

@elkimek elkimek merged commit b07e197 into main May 14, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant