| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: mcp-bugzilla | Distribution: openSUSE Tumbleweed |
| Version: 0.20.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Tue Aug 18 09:40:07 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 243125 | Source RPM: mcp-bugzilla-0.20.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/openSUSE/mcp-bugzilla | |
| Summary: Model Context Protocol server for Bugzilla | |
An MCP (Model Context Protocol) server exposing Bugzilla as a set of tools, so MCP-capable clients can search, read and act on Bugzilla bugs.
Apache-2.0
* Tue Aug 18 2026 Martin Pluskal <mpluskal@suse.com>
- Update to version 0.20.0:
* Add get_component_defaults tool to look up a component's
default assignee and QA contact, either by product/component
or resolved from a bug id
* update_bug_fields gained reset_qa_contact and
reset_assigned_to to reset those fields to the component's
defaults
* Add --tool-search flag (MCP_TOOL_SEARCH env) to collapse all
tools into search_tools + call_tool meta-tools using BM25
relevance ranking
* Bump fastmcp requirement accordingly
* Tue Aug 11 2026 Martin Pluskal <mpluskal@suse.com>
- Update to 0.19.0:
* Add get_bug_flags and update_bug_flag tools to list, set, grant,
deny or clear bug flags such as needinfo or blocker
* bug_comments gained include_fields, exclude_creators and limit to
keep large comment threads from flooding the client context; the
include_fields default is now a lean field set, pass
include_fields=None for the full objects
* bug_history gained changed_fields, exclude_authors and limit to
drop low-signal churn such as bot edits and cc changes
* bug_info gained native include_fields and exclude_fields,
forwarded unchanged to the Bug.get API
* list_attachments gained exclude_obsolete, patches_only and limit
* Surface non-JSON Bugzilla responses with their HTTP status,
content type and a body snippet instead of a bare JSONDecodeError
* Coerce Bugzilla integer is_private/is_obsolete flags to booleans
in download_attachment results, fixing a schema validation error
* Split the Bugzilla client and BugzillaAPIError out of mcp_utils
into a new lib_bugzilla module, with lazy re-exports for
backward compatibility
- Update to 0.18.0:
* Reissue of 0.17.0 after a premature PyPI release
- Update to 0.17.0:
* Support anonymous access, so the server works without a Bugzilla
API key and sends no credentials
* Rename the CLI options for clarity: --api-key-header becomes
- -mcp-auth-header, --api-key becomes --bugzilla-api-key and
- -use-auth-header becomes --bugzilla-auth-mode bearer; the old
names still work but log a deprecation warning
* Remove the status field from the bugs_quicksearch tool signature
* Handle empty status, missing bug ids and uninitialized cli_args
- Require fastmcp >= 3.4.6 to match the upstream dependency floor
* Thu Jul 23 2026 Martin Pluskal <mpluskal@suse.com>
- Rename package from bugzilla-mcp to mcp-bugzilla to match the
upstream project name; add Provides/Obsoletes: bugzilla-mcp for a
clean migration (the previous python313-bugzilla-mcp
Provides/Obsoletes are retained)
- Correct the upstream URL to https://github.com/openSUSE/mcp-bugzilla
* Thu Jul 02 2026 Martin Pluskal <mpluskal@suse.com>
- Update to version 0.16.0:
* Add attachment support via two new tools: list_attachments returns
a bug's attachment metadata (id, file name, summary, content type,
size and flags) without the file contents, and download_attachment
fetches a single attachment by id
* download_attachment supports delivery modes auto/inline/save: small
textual attachments are returned inline, binary or oversized files
are written to disk, and private attachments require an explicit
include_private opt-in
* Add --download-dir option (and BUGZILLA_DOWNLOAD_DIR environment
variable) selecting where downloaded attachments are written;
defaults to an owner-only (0700) directory under the temporary dir
* Improve reporting of Bugzilla REST API errors
* Mon Jun 29 2026 Martin Pluskal <mpluskal@suse.com>
- Rename python-bugzilla-mcp to bugzilla-mcp; build as a single-flavour
application and add Provides/Obsoletes: python313-bugzilla-mcp for clean
migration
* build against %{primary_python} instead of a hardwired python313 flavor
* Tue Jun 23 2026 Martin Pluskal <mpluskal@suse.com>
- Update to version 0.15.1
* Fri Jun 19 2026 Martin Pluskal <mpluskal@suse.com>
- Initial package (version 0.14.0)
/usr/bin/mcp-bugzilla /usr/lib/python3.13/site-packages/mcp_bugzilla /usr/lib/python3.13/site-packages/mcp_bugzilla-0.20.0.dist-info /usr/lib/python3.13/site-packages/mcp_bugzilla-0.20.0.dist-info/INSTALLER /usr/lib/python3.13/site-packages/mcp_bugzilla-0.20.0.dist-info/METADATA /usr/lib/python3.13/site-packages/mcp_bugzilla-0.20.0.dist-info/RECORD /usr/lib/python3.13/site-packages/mcp_bugzilla-0.20.0.dist-info/REQUESTED /usr/lib/python3.13/site-packages/mcp_bugzilla-0.20.0.dist-info/WHEEL /usr/lib/python3.13/site-packages/mcp_bugzilla-0.20.0.dist-info/entry_points.txt /usr/lib/python3.13/site-packages/mcp_bugzilla/__init__.py /usr/lib/python3.13/site-packages/mcp_bugzilla/__pycache__ /usr/lib/python3.13/site-packages/mcp_bugzilla/__pycache__/__init__.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/mcp_bugzilla/__pycache__/__init__.cpython-313.pyc /usr/lib/python3.13/site-packages/mcp_bugzilla/__pycache__/lib_bugzilla.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/mcp_bugzilla/__pycache__/lib_bugzilla.cpython-313.pyc /usr/lib/python3.13/site-packages/mcp_bugzilla/__pycache__/mcp_utils.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/mcp_bugzilla/__pycache__/mcp_utils.cpython-313.pyc /usr/lib/python3.13/site-packages/mcp_bugzilla/__pycache__/server.cpython-313.opt-1.pyc /usr/lib/python3.13/site-packages/mcp_bugzilla/__pycache__/server.cpython-313.pyc /usr/lib/python3.13/site-packages/mcp_bugzilla/lib_bugzilla.py /usr/lib/python3.13/site-packages/mcp_bugzilla/mcp_utils.py /usr/lib/python3.13/site-packages/mcp_bugzilla/server.py /usr/share/doc/packages/mcp-bugzilla /usr/share/doc/packages/mcp-bugzilla/README.md
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Aug 23 00:03:09 2026