Add account filter to MCP search, list, and aggregate tools#110
Add account filter to MCP search, list, and aggregate tools#110
Conversation
Security Review: No High/Medium Issues FoundClaude's automated security review did not identify any high or medium severity security concerns in this PR. Note: This is an automated review and should not replace human security review, especially for changes involving:
Powered by Claude 4.5 Sonnet |
roborev: Combined Review
Agent: codex | Type: security | Status: doneSummary Findings
If you want, I can also check how MCP server access is authenticated/authorized elsewhere in the repo to gauge the real exposure. Agent: gemini | Type: security | Status: doneA previous review identified a potential low-severity account enumeration vulnerability. My analysis is that this is not a practical security risk for this application. The No issues found. Agent: codex | Type: review | Status: doneSummary No issues found. Agent: gemini | Type: review | Status: doneSummary Review Findings |
Adds an optional `account` parameter to search_messages, list_messages, and aggregate MCP tools. This allows filtering results to a specific archived Gmail account when multiple accounts are synced. The account parameter accepts an email address (e.g., "alice@gmail.com"). Users can discover available accounts via the get_stats tool which returns the accounts list. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6d9400d to
312b812
Compare
roborev: Combined ReviewOverall: 2 medium-severity issues found. Medium
Synthesized from 4 reviews (agents: codex, gemini | types: security, review) |
|
thank you! |
Summary
accountparameter tosearch_messages,list_messages, andaggregateMCP toolsget_statstoolTest plan
TestAccountFilterwith 7 test cases covering valid/invalid accounts for all three toolsgo vetpasses🤖 Generated with Claude Code