mirror of
https://github.com/andrelandgraf/fullstackrecipes.git
synced 2026-09-14 13:52:28 +08:00
7eff98ec03
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.