Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .well-known/mcp.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"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."
},
"gateway": "https://sync.getbased.health",
"syncBackend": "https://sync.getbased.health",
"tools": [
{ "name": "getbased_lab_context", "description": "Full lab summary β€” biomarkers, ranges, trends, context cards, supplements, goals. Pass a profile to target a specific profile." },
{ "name": "getbased_section", "description": "Get a specific section (e.g. hormones, lipids) or list all available sections. Token-efficient alternative to the full dump." },
Expand Down
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Landing page and blog for [getbased](https://getbased.health) β€” open-source Pe
- `thank-you.html` β€” post-signup thank you page
- `icon.svg`, `icon-192.png`, `icon-512.png` β€” app icons
- `vercel.json` β€” CSP headers, `cleanUrls`, `/blog/:slug` β†’ `/blog/:slug/index.html` rewrite
- `.well-known/mcp.json`, `.well-known/agent-skills/` β€” agent discovery metadata for the `getbased-mcp` server. Mirrored verbatim into the `get-based` (app) repo β€” keep both copies in sync when the MCP version, tool list, or auth changes. If `SKILL.md` changes, regenerate its `sha256` digest in `index.json`
- `test-landing.js`, `test-blog.js` β€” browser-based test files

## Deployment
Expand Down
Loading