| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: github-mcp-server-bash-completion | Distribution: openSUSE Tumbleweed |
| Version: 1.9.0 | Vendor: openSUSE |
| Release: 1.1 | Build date: Mon Aug 10 22:22:55 2026 |
| Group: Unspecified | Build host: reproducible |
| Size: 16813 | Source RPM: github-mcp-server-1.9.0-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/github/github-mcp-server | |
| Summary: Bash completion for github-mcp-server | |
Bash command line completion support for github-mcp-server.
MIT
* Mon Aug 10 2026 Martin Pluskal <mpluskal@suse.com>
- Update to version 1.9.0:
* search_issues now performs semantic search by default; the tool
description is initialised according to the host it runs on.
* issue_read "get" additionally returns the pull requests that close
the issue, as a closed_by_pull_requests object carrying a
total_count plus at most five references (open ones first), so the
answer no longer requires listing pull requests and grepping their
bodies. An issue with no closing pull request serialises an
explicit empty list. Lockdown mode filters references whose author
cannot be verified.
* issue_write (and the granular issue tool) can now clear an issue's
type, and validates duplicate closures before applying updates.
* projects_write gained update_project_items, a batch engine that
resolves and validates shared field updates before executing
ordered, chunked GraphQL writes for up to 50 items at a time, and
reports ambiguous outcomes explicitly; singular name-based Issue
Field updates are supported, and iteration fields are preserved.
* New non-default find_duplicate tool, gated behind the
duplicate_detection feature flag, with a repo-visibility label on
its results.
* list_label results are ordered by issue count, most used first.
* create_or_update_file documents its content parameter as plain
text that the server base64-encodes itself, resolving a conflict
with the underlying REST endpoint's own docs that made models
encode the content a second time and commit base64 into the file.
* Generated tool documentation renders union types.
- Vendored Go dependency set is unchanged from 1.8.0 (identical
go.mod/go.sum, same 41 modules), so the licence audit stands: all
vendored modules are MIT, BSD-3-Clause or Apache-2.0 and no copyleft
code is linked into the binaries.
- Keep github-mcp-server-root-command-name.patch: upstream pull request
2998 is still open, and the cobra root command is still declared as
"server" in this release.
* Mon Aug 03 2026 Martin Pluskal <mpluskal@suse.com>
- Initial package
- GitHub's official Model Context Protocol server, exposing the GitHub
API (repositories, issues, pull requests, Actions, code scanning,
discussions and more) as MCP tools over both the stdio and streamable
HTTP transports, plus the mcpcurl developer tool in a subpackage
- Add github-mcp-server-root-command-name.patch: the cobra root command
was named "server" rather than after the installed binary, so the
generated shell completions defined a dispatcher for a command that
does not exist and never fired, and --help advertised a "server"
command. Sent upstream as gh#github/github-mcp-server#2998
- Do not build the bundled MCP App UI: it is a Vite/TypeScript tree
needing several hundred npm packages that the distribution does not
carry. Upstream ships a committed placeholder so the embedded
filesystem still resolves and guards every call site, so the server
runs normally without the optional HTML app resources
- Do not pass upstream's "-s -w" link flags, which would strip the
symbol table and leave the debuginfo subpackage empty
- Build without OAuth client credentials: those are upstream's own and
are absent from the source, so the zero-configuration OAuth login is
unavailable and a personal access token is used instead. Recorded in
the package description rather than left to surprise users
/usr/share/bash-completion/completions/github-mcp-server
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Aug 15 00:01:18 2026