Remix.run Logo
aolfat 3 days ago

Woah, it generates the SQLAlchemy automatically? How does this handle auth/security?

simba-k 3 days ago | parent [-]

Yep, we can essentially convert from SQLAlchemy into an MCP server.

Auth/Security is interesting in MCP. As of yesterday a new spec was released with MCP servers converted to OAuth resource servers. There's still a lot more work to do on the MCP upstream side, but we're keeping up with it and going to have a deeper integration to have AuthZ support once the upstream enables it.