datasette-mcp 0.2
Simon Willison released datasette-mcp 0.2, changing MCP SQL results to object arrays for better small-model usability.
Datasette-mcp 0.2 changes the execute_sql 'rows' output from an array of arrays to an array of objects, helping weaker models avoid losing track of positional column mappings. The plugin now depends on mcp>=2.1.1. This is the first non-alpha release, and the author reports using it extensively.
- execute_sql rows are now arrays of objects instead of arrays of arrays.
- Now requires mcp>=2.1.1.
- First non-alpha release of the plugin.
Release: datasette-mcp 0.2 "rows" from execute_sql is now an array of objects. Previously it was an array of arrays. This should help weaker models avoid losing track of which positional array element maps to which column. #1 Now depends on mcp>=2.1.1 . This is the first non-alpha release of the plugin. I'm confident it's ready as I've been using it quite a bit myself. Tags: datasette , model-context-protocol
This source does not provide full text. Read it at simonwillison.net.