| @trigger.dev/core | patch |
|---|---|
| trigger.dev | patch |
MCP server improvements: new tools, bug fixes, and new flags.
New tools:
get_query_schema— discover available TRQL tables and columnsquery— execute TRQL queries against your datalist_dashboards— list built-in dashboards and their widgetsrun_dashboard_query— execute a single dashboard widget querywhoami— show current profile, user, and API URLlist_profiles— list all configured CLI profilesswitch_profile— switch active profile for the MCP sessionstart_dev_server— starttrigger devin the background and stream outputstop_dev_server— stop the running dev serverdev_server_status— check dev server status and view recent logs
New API endpoints:
GET /api/v1/query/schema— query table schema discoveryGET /api/v1/query/dashboards— list built-in dashboards
New features:
--readonlyflag hides write tools (deploy,trigger_task,cancel_run) so the AI cannot make changesread:queryJWT scope for query endpoint authorizationget_run_detailstrace output is now paginated with cursor support- MCP tool annotations (
readOnlyHint,destructiveHint) for all tools
Bug fixes:
- Fixed
search_docstool failing due to renamed upstream Mintlify tool (SearchTriggerDev→search_trigger_dev) - Fixed
list_deploysfailing when deployments have nullruntime/runtimeVersionfields (#3139) - Fixed
list_preview_branchescrashing due to incorrect response shape access - Fixed
metricstable column documented asvalueinstead ofmetric_valuein query docs - Fixed dev CLI leaking build directories on rebuild — deprecated workers now clean up their build dirs when their last run completes
Context optimizations:
get_query_schemanow requires a table name and returns only one table's schema (was returning all tables)get_current_workerno longer inlines payload schemas; use newget_task_schematool instead- Query results formatted as text tables instead of JSON (~50% fewer tokens)
cancel_run,list_deploys,list_preview_branchesformatted as text instead of raw JSON- Schema and dashboard API responses cached to avoid redundant fetches