PulseAugur
EN
LIVE 06:57:02

datasette-mcp 0.2 released with improved object output for AI models

Simon Willison has released datasette-mcp version 0.2, marking its first non-alpha release. This update changes the output format of `execute_sql` from an array of arrays to an array of objects, which is intended to help less capable AI models maintain column-to-value mapping. The release is dependent on mcp version 2.1.1 or higher. AI

IMPACT Improves data handling for AI models, potentially aiding weaker models in tracking column data.

RANK_REASON This is a software tool release, not a frontier model or significant industry event.

Read on Simon Willison →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

datasette-mcp 0.2 released with improved object output for AI models

How we ranked this

Signal score
2 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
This is a software tool release, not a frontier model or significant industry event.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, other
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Same-day
Cluster formed today. Ranking reflects the current source set at time of score.

Full methodology in our editorial standards.

COVERAGE [1]

  1. Simon Willison TIER_1 Italiano(IT) ·

    datasette-mcp 0.2

    <p><strong>Release:</strong> <a href="https://github.com/datasette/datasette-mcp/releases/tag/0.2">datasette-mcp 0.2</a></p> <blockquote> <ul> <li><code>"rows"</code> from <code>execute_sql</code> is now an array of objects. Previously it was an array of arrays. This should help …