Files
Andre Landgraf 7eff98ec03 refactor: replace fullstackrecipes MCP server with Markdown fetching
Remove the fullstackrecipes MCP server (server, /api/mcp + /api/openai/mcp
routes, OpenAI widget, mcp-handler/@modelcontextprotocol/sdk deps) in favor of
fetching recipes as Markdown via curl.

- Add a `.md` twin for every page: a `next.config.ts` rewrite maps `/<path>.md`
  to a new `/md/[[...path]]` route. Recipe/cookbook/skill pages serve their
  source Markdown; the landing page is authored in `docs/landing.md` and
  assembled (with the recipe/cookbook/registry index) by `site-markdown.ts`,
  which `/llms.txt` now reuses.
- Reframe the "MCP & Skills" UI tab as "Fetch & Skills": agents curl the
  selected recipes, install skills, then follow the prompt.
- Update the use-fullstackrecipes skill, the better-auth setup-recipe stubs,
  and authoring-recipes guidance to curl `*.md` instead of the MCP resources.
2026-06-07 19:59:59 -07:00
..