Changelog for 0.45.7

what are the changelog of this version? what are the changes?

UPDATE (0.45.1-0.45.7): Fixes issue with older agent conversations, indexing stability, downloading incorrect extension versions, missing package on windows, crash on opening long composer sessions, latency on pasting code. Also adds MCP support, team-configurable blocklists, and fixes Composer stuck on generating issue for some windows builds.

1 Like

Do they not having the documentations about the MCP?

1 Like

hey! we have some MCP docs here: Advanced / Model Context Protocol (MCP)– Cursor

1 Like

Thank you!!! I have a question, if ever I want to build a custom MCP server and I want to full controll the supabase for my project like read and write etc. how can I make that happen? Do I need to ask the cursor AI to build me that or there’s already existing MCP server out there? And if it have, can you provide a link please.

And if there’s a link for MCP server can I use them on cursor? And how can we use that to make sure it will work?

Thank you for answering in advance!!!

i believe the team at supabase is actively working on an MCP server for them! check this out: GitHub - supabase-community/mcp-supabase: A collection of MCP servers that connect LLMs to Supabase

try setting up the example from our MCP docs and see if that works for you!