Add Bugzilla quicksearch to MCP server#5580
Add Bugzilla quicksearch to MCP server#5580loganrosen wants to merge 1 commit intomozilla:masterfrom
Conversation
| Quick search allows natural language searches and supports various shortcuts: | ||
| - Bug numbers: "12345" or "bug 12345" | ||
| - Keywords: "crash", "regression" | ||
| - Status: "NEW", "FIXED", "ASSIGNED" | ||
| - Products/Components: "Firefox", "Core::DOM" | ||
| - Combinations: "firefox crash NEW" |
There was a problem hiding this comment.
The Quick Search does not really support natural-language search. The Quick Search enables shortcuts, e.g, Status:RESOLVED (without space after :), which get converted to an advanced search.
Here is how to use it: https://bugzilla.mozilla.org/page.cgi?id=quicksearch.html
I think something like a Skill would be more suitable for this, since explaining it in the tool description would be overkill.
I'm curious to learn about your use case for this tool.
There was a problem hiding this comment.
Makes sense. My use case is wanting to find any existing bugs that might be related to something I discover in the code while working on the Firefox codebase vs. having to manually search Bugzilla in my browser. I can clarify the guidance in a skill and keep the tool lightweight for performing the queries. What do you think?
Adding support for Bugzilla quicksearch to the MCP server so that people working on Firefox code can easily find relevant bugs while using AI assistance in their editor. Example output:
I've also made the API keys optional because I don't think they should be required for someone developing on this MCP server. Please let me know if you think otherwise.