This release adds configurability to the Convex MCP server, including options for turning off specific tools and blocking access to production deployments for safer AI-assisted development. It also introduces --run-sh for arbitrary shell commands during dev, and exposes inflight mutation/action counts on connection state.
Product Release April 1, 2025
Convex 1.22
convex v1.22
Convex Team
Published on April 1, 2025
Overview
Included Features (3)
#83
MCP Server Configuration Options
Options for turning off MCP tools and blocking production deployment access, enabling safer AI-assisted development workflows.
Completed
#84
npx convex dev --run-sh
New flag similar to --run but for arbitrary shell commands, useful for running seed scripts or setup tasks after successful pushes.
Completed
#85
inflightMutations and inflightActions on connectionState
Connection state now exposes counts of inflight mutations and actions for better observability of pending operations.
Completed