There was an error while loading. Please reload this page.
1 parent 6e943f2 commit 9d256a1Copy full SHA for 9d256a1
2 files changed
.changeset/readonly-mcp-mutations.md
@@ -0,0 +1,5 @@
1
+---
2
+"trigger.dev": patch
3
4
+
5
+Hide profile switching and local dev-server process controls when the MCP server runs in read-only mode.
packages/cli-v3/src/mcp/tools.ts
@@ -48,6 +48,9 @@ const WRITE_TOOLS = new Set([
48
startAgentChatTool.name,
49
sendAgentMessageTool.name,
50
closeAgentChatTool.name,
51
+ switchProfileTool.name,
52
+ startDevServerTool.name,
53
+ stopDevServerTool.name,
54
]);
55
56
export function registerTools(context: McpContext) {
0 commit comments