MCP Resources

URIs the server lists via resources/list and serves via resources/read.

aicoach://skills/{slug}

Returns the full SKILL.md for the named skill (text/markdown).

Listed: top 50 skills are surfaced in resources/list; any slug is resolvable via resources/read.

aicoach://models/catalog

The full model catalog as JSON — provider, context window, costs, capability flags.

MIME: application/json. Same data list_models returns, in resource form so agents can cache it.

aicoach://mcp/{slug} (planned)

MCP server spec JSON for a marketplace entry. Lands when search_marketplace exposes detailed views.

aicoach://reports/{id} (planned)

Saved bake-off report, JSON. Lands with the bake-off feature in a later release.