mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 07:34:43 +08:00
* Add Pedro Rodrigues to humans.txt * docs: add MCP-lite Edge Functions tutorial - Add comprehensive tutorial on building MCP servers with mcp-lite on Supabase Edge Functions - Add navigation entries in Examples and Third-Party Tools sections - Based on Fiberplane blog post about mcp-lite and Supabase integration * docs: remove redundant 'supabase init' step from MCP-lite tutorial The template from 'npm create mcp-lite@latest' already initializes Supabase, so this step is not needed. * docs: clarify local development steps for MCP-lite tutorial - Separate 'supabase start' and 'supabase functions serve' into distinct steps - Clarify that npm run dev only serves the function, not starts Supabase - Make it clear these should be run in separate terminals * style: format MCP-lite tutorial with prettier * Update apps/docs/content/guides/functions/examples/mcp-server-mcp-lite.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Fix rules --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Chinchilla <chris.ward@supabase.io>