fix: Allow standup MCP tools via allowedTools#43
Merged
terraboops merged 1 commit intomainfrom Feb 21, 2026
Merged
Conversation
…sions The standup report and sync phases used permissionMode "acceptEdits" which blocks MCP tool calls that haven't been explicitly granted. This caused submit_status_report and submit_sync_response to fail with permission errors, making navigators unable to submit their reports. Fix: Add allowedTools to whitelist the specific MCP protocol tools while keeping acceptEdits as the base permission policy. Also adds allowedTools support to the harness AgentConfig type. Includes improved diagnostics: tool call/error counters, always-on handler error logging, and safeParse fallback for resilient report capture.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
permissionMode: "acceptEdits"blocks unapproved MCP tool callsallowedToolsto explicitly whitelistsubmit_status_reportandsubmit_sync_responsewhile keepingacceptEditsas the base policy (principle of least privilege)allowedToolssupport to the harnessAgentConfigtype and SDK options mappingsafeParsefallback for resilient report captureTest plan
autonav standup --verboseend-to-end — both navigators successfully submitted reports