LLMs1 min read
datasette-mcp 0.2 updates execute_sql output to array of objects
The new version changes execute_sql's 'rows' output from an array of arrays to an array of objects, aiding models in tracking column mappings. It now depends on mcp>=2.1.1.
From Simon Willison