engineering··3 min read·WoWSQL Engineering

WoWSQL Shipping Log — June 09, 2026: MCP & AI tooling

Engineering update for June 09, 2026: 18 commits in WoWSQL/wowmysql — fix(mcp): remove list_storage_buckets tool to unblock OpenAI integration (+11 related commits).

WoWSQL Shipping Log — June 09, 2026

This is an evidence-based engineering update from the public WoWSQL/wowmysql repository. We document what landed in git on this date — not roadmap promises.

Highlights

  • MCP & AI tooling — fix(mcp): remove list_storage_buckets tool to unblock OpenAI integration (+11 related commits)
  • Platform improvements — Update serverFactory.ts (+3 related commits)

Commits (18 total)

Commit Change
55a1a90 fix(mcp): remove list_storage_buckets tool to unblock OpenAI integration
be96c63 Update serverFactory.ts
dca73d7 fix(mcp): set destructiveHint=false and authorize writes in instructions
70970a6 fix(mcp): clarify execute_sql allows writes and split multi-statement guidance
360ac7b feat(mcp): add outputSchema + structuredContent for all tools
60d9c2b Update serverFactory.ts
ae72802 Update serverFactory.ts
95d6752 fix: move instructions to McpServer options (not serverInfo) to match SDK API
47a4ad7 feat: add outputSchema to all MCP tools + tighter descriptions + server instructions for OpenAI review
b2830f7 fix: add server instructions to prevent AI from calling tools for unrelated queries
12f556d fix: improve MCP tool descriptions to prevent AI from calling them for unrelated queries
047a3c6 fix: MCP uses https://api.wowsql.com instead of localhost (always routes to active backend via NPM)

Showing 12 of 18 commits. View full day on GitHub.

What this means for developers

AI and MCP work continues to improve how developers connect ChatGPT, Cursor, and other clients to WoWSQL projects.

Try WoWSQL


Source: git history on 2026-06-09. Features described here reflect engineering work in progress or shipped — verify in docs or changelog before building production dependencies.

WoWSQL Shipping Log — June 09, 2026: MCP & AI tooling — WoWSQL Blog | WoWSQL