fix: confine Agent and MCP data access

This commit is contained in:
2026-07-10 16:38:08 +08:00
parent 73fa28a178
commit f4968d6657
25 changed files with 1521 additions and 221 deletions
+1
View File
@@ -102,6 +102,7 @@ async function triggerWithRunAgent(
settings: mockSettings(),
logger: rt.logger,
authorizer: allowAllAuthorizer(),
projectWorkspaceRoot: "/tmp",
runAgent,
messageBatcherOptions: { maxMessages: 1 },
});