You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you're running the dev command you should be able to pass --mcp like this:
npx trigger.dev@latest dev --mcp --mcp-port 3001
As well as running the normal dev command (so you can execute tasks using your local code on your machine), this would spin up an MCP server.
The main use case would be to trigger tasks and debug your runs from something like Cursor.
Use cases
1. Triggering runs
User: "Can you help me trigger my 'process-stripe-webhooks' task from my backend?"
Cursor: "Yes, I'll help you trigger your Trigger.dev task. Let me investigate using the MCP tools."
Cursor: ...
2. Debugging a run using the source code and logs
User: "My Stripe webhook task 'process-stripe-webhooks' is failing. Can you help me diagnose and fix it?"
Cursor: "I'll help you troubleshoot your Trigger.dev task. Let me investigate using the MCP tools."
Cursor: ...
The text was updated successfully, but these errors were encountered:
When you're running the dev command you should be able to pass
--mcp
like this:As well as running the normal dev command (so you can execute tasks using your local code on your machine), this would spin up an MCP server.
The main use case would be to trigger tasks and debug your runs from something like Cursor.
Use cases
1. Triggering runs
2. Debugging a run using the source code and logs
The text was updated successfully, but these errors were encountered: