Skip to content

Conversation

@loganrosen
Copy link

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:

image

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.

Comment on lines +132 to +137
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"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants