Personal assistant for one person's own medical data — genome, laboratory history, prescriptions, wearables. It reads them against each other locally and states what the data cannot support. No data is baked into the skill: everyone supplies their own. Use it when you need to check a physician's prescription as a…
Personal assistant for one person's own medical data — genome, laboratory history, prescriptions, wearables. It reads them against each other locally and states what the data cannot support. No data is baked into the skill: everyone supplies their own. Use it when you need to check a physician's prescription as a…
MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.
Design the tool surface, resources, and service layer for a new MCP server. Use when starting a new server, planning a major feature expansion, or when the user describes a domain/API they want to expose via MCP. Produces a design doc at docs/design.md that drives implementation.