Babbage
ff98fc4615
Update registry server version ( #1279 )
...
License Check / license-check (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
Publish to MCP Registry / publish (push) Has been cancelled
* Update server version
* OCI packages must not have 'registryBaseUrl' field - use canonical reference in 'identifier' instead
* Remove version and add to identifier
* Take latest release without suffix after ie v0.19.1 but not v0.19.1-test
* Take latest release without suffix after ie v0.19.1 but not v0.19.1-test
v0.20.0
2025-10-27 09:34:22 +01:00
axel7083
5e5e80ac4c
chore(mcp/server.json): improve the OCI package specification ( #1217 )
...
Signed-off-by: axel7083 <42176370+axel7083@users.noreply.github.com >
Co-authored-by: JoannaaKL <joannaakl@github.com >
2025-10-24 11:13:26 +02:00
Tom Elliott
70cb7375e5
projects: update fields and prompt ( #1292 )
...
* update fields and prompt
* update snapshots
* update docs
* pr feedback
* update snapshots
* update docs
2025-10-24 10:47:13 +02:00
Tony Truong
5ca232e45b
fixing url param descriptions ( #1287 )
...
* fixing url param descriptions
* update desc
2025-10-23 16:25:21 +02:00
Tom Elliott
af2e93b846
projects: add item field support ( #1282 )
...
* add fields
* generate docs
* pr feedback
---------
Co-authored-by: Tom Elliott <tmelliottjr@lcjr0246td.lan >
2025-10-23 15:32:00 +02:00
Ksenia Bobrova
3ba8d4a122
Issues consolidation ( #1211 )
...
* Issues consolidation
* Issues consolidation
* Clarify get_review_comments description
* Add get_comments method
* Formatting fixes
* Clarify tool description
* Clarify tool descriptions
2025-10-23 13:27:07 +02:00
JoannaaKL
f51bd45b9a
Add ai-moderator workflow ( #1274 )
2025-10-22 18:22:40 +02:00
Tony Truong
c01959536b
Split up tooling utility ( #1273 )
...
Docker / build (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
License Check / license-check (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Publish to MCP Registry / publish (push) Has been cancelled
* split up functionality for reusability
* Update pkg/github/tools.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
v0.19.1
2025-10-21 15:57:39 +02:00
dependabot[bot]
3ddf649d8a
build(deps): bump golang from 1.25.1-alpine to 1.25.3-alpine ( #1263 )
...
Bumps golang from 1.25.1-alpine to 1.25.3-alpine.
---
updated-dependencies:
- dependency-name: golang
dependency-version: 1.25.3-alpine
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 13:01:45 +02:00
dependabot[bot]
9fc2640b41
build(deps): bump github/codeql-action from 3 to 4 ( #1213 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 12:57:48 +02:00
dependabot[bot]
9f88459c30
build(deps): bump sigstore/cosign-installer from 3.10.0 to 4.0.0 ( #1264 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.10.0 to 4.0.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/d7543c93d881b35a8faa02e8e3605f69b7a1ce62...faadad0cce49287aee09b3a48701e75088a2c6ad )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-version: 4.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-21 12:56:40 +02:00
pinotelio
11c3d709c2
Fix environment variable mapping for read-only mode ( #1067 )
...
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Publish to MCP Registry / publish (push) Has been cancelled
Fix environment variable mapping for read-only mode configuration
Add SetEnvKeyReplacer to viper configuration to properly map environment
variables with underscores to flag names with dashes. This enables the
documented GITHUB_READ_ONLY=1 environment variable to work correctly.
Without this fix, viper was looking for GITHUB_READ-ONLY (with dash) but
the documentation and standard convention use GITHUB_READ_ONLY (with
underscore).
Fixes issue where read-only mode was not being activated when using
GITHUB_READ_ONLY=1 in Docker containers.
v0.19.0
2025-10-20 13:29:34 +02:00
marz
84ae0092e6
Add Gemini CLI extension ( #1232 )
...
* Add gemini manifest
* update gemini cli docs
* update docker PAT env name
* Add trailing `/` for consistency
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Add MCP Server description
* Readd remote manual steps
* Clarify method names
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-17 10:26:07 +02:00
Tony Truong
66fabb7a8d
Adding default toolset as configuration ( #1229 )
...
* add toolset default to make configuration easier
* fix readme
* adding transformer to cleanly handle special toolsets
* cleaning code
* fixing cli message
* remove duplicated test
* Update internal/ghmcp/server.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update internal/ghmcp/server_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* adding error message for invalid toolsets
* fix merge conflict
* add better formatting
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-15 18:20:14 +02:00
Lulu
7b4b292ddd
docs: New "GitHub Support Docs Search" tool ( #1225 )
...
* docs: add github_support_docs_search to REMOTE server
* add copilot_spaces
* fix typos
* Add support tool to remote toolsets table
2025-10-15 14:54:49 +01:00
Adam Holt
5f74b5338f
Update readme for remote only tools ( #1227 )
...
* Add additional toolsets in remote mcp
* Add copilot
* Fix urls
* Move copilot and spaces toolsets to remote-only section
---------
Co-authored-by: LuluBeatson <lulubeatson@github.com >
2025-10-15 14:44:27 +01:00
Tony Truong
99acea6ca1
Fix subdomain isolation URL parsing ( #1218 )
...
* adding better response
* adding check for subdomain isolation and return raw resp for better better llm response
* adding subdomain for uploads too
* remove unnecessary comments
* better error message
* fix linter
2025-10-15 13:21:37 +02:00
Lulu
ea4d842439
docs: Gemini CLI additional options ( #1223 )
...
* Add "trust" option to MCP server configuration for bypassing confirmations
* Additional configuration
* Add co-author
Co-authored-by: Michael Vorburger <vorburger@google.com >
---------
Co-authored-by: Michael Vorburger <vorburger@google.com >
2025-10-15 12:18:12 +01:00
Tony Truong
0188cc0041
restructure readme for better ghes ghec visibility ( #1210 )
...
* restructure readme for better ghes ghec visibility
* adding readme
2025-10-13 16:35:04 +02:00
Ksenia Bobrova
e5522fca31
Consolidate pull request review tools ( #1192 )
...
* Consolidate pull request review tools
* Prompt tweaks + deleting snap
* Server instructions change
* Add enums
* Remove excessive mentions of event parameter
* Doc update
2025-10-10 16:56:01 +02:00
Adam Holt
bcc5275a4a
Ignore unknown toolsets ( #1202 )
...
Default to ignore unknown toolsets, with the option to return an error.
2025-10-10 15:20:58 +02:00
Babbage
250723dc20
Simplify Registry release pipeline ( #1204 )
...
* Improve registry release reliablilty
* Remove trigger from docker build pipeline
* Remove whitespace and publish from version release
* Add whitespave for neater pr
2025-10-10 10:51:16 +01:00
Tony Truong
f9343e62fd
rename tooling ( #1198 )
...
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
License Check / license-check (push) Has been cancelled
* rename tooling
* fix double tool
v0.18.0
2025-10-09 18:28:09 +02:00
JoannaaKL
5c61abeb31
Add update project item tool ( #1194 )
...
* Add update project item tool
* Update docs
* Add tests and tool snaps
* Remove unnecessary comments
* Formatting and fixes
* Extract error messages to const
* Fix json tag
* Rename field
* Update params
* Update test
* Update tool example
2025-10-09 17:44:55 +02:00
Tony Truong
bbfc44c552
adding labels tools ( #1193 )
...
* adding labels tools
* fixing ci
* update toolsnap
* fixing lint
* changing comment
* fix title
2025-10-09 11:24:18 +02:00
Roberto Nacu
16b43c9d44
Add sort and order parameters to search_repositories tool ( #1191 )
...
* add sort and order params
* test adding server instructions for sorting
* improve server instructions
* reorder
2025-10-09 10:11:12 +01:00
Babbage
dc7c27cc5e
Improve registry release reliablilty ( #1174 )
2025-10-09 09:09:02 +01:00
Roberto Nacu
dee59272ae
Fix binary files retrieval ( #1183 )
...
* tighten content filtering logic
* add pdf retrieval test case
* add application/xml check
2025-10-07 16:08:01 +01:00
Tommaso Moro
94b3d7278e
Revert "Add flexibility around server instructions for search-related tools (…" ( #1187 )
...
This reverts commit 8a69a5c35f .
2025-10-07 10:14:05 +01:00
Ksenia Bobrova
d0d4b0e5cb
Consolidating pull requests get tools ( #1172 )
...
* Consolidating tools draft
* Consolidate pullrequest tools
* Prompt tweaks
* Fixes
2025-10-07 11:05:22 +02:00
Tommaso Moro
8a69a5c35f
Add flexibility around server instructions for search-related tools ( #1181 )
...
* make instructions for flexible around search tools
* swap sections
2025-10-06 16:34:07 +01:00
Tony Truong
bf0d62e4a6
Adding default toolset grouping ( #1159 )
...
* adding default toolset group, splitting up stargazers from repos
* adding structs for toolset group metadata
* update readme
* refactor the readme
* fix lint
---------
Co-authored-by: Ksenia Bobrova <almaleksia@github.com >
2025-10-06 17:07:25 +02:00
dependabot[bot]
23fa0dd1a8
build(deps): bump actions/setup-go from 5 to 6 ( #1154 )
...
License Check / license-check (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
Publish to MCP Registry / publish (push) Has been cancelled
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
v0.17.1
2025-10-02 09:20:43 +02:00
dependabot[bot]
03879b64c3
build(deps): bump docker/login-action from 3.5.0 to 3.6.0 ( #1155 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.5.0 to 3.6.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/184bdaa0721073962dff0199f1fb9940f07167d1...5e57cd118135c172c3672efd75eb46360885c0ef )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-10-02 09:20:05 +02:00
JoannaaKL
6d01897ccd
Remove update_project_item tool ( #1167 )
...
* Remove update_project_item tool
* Lint
2025-10-01 12:13:26 +02:00
Babbage
62f687652a
OSS Registry schema update ( #1163 )
...
* Change server schema
2025-09-30 15:59:36 +01:00
JoannaaKL
6793b9d376
Add tools to add, update and delete project items ( #1152 )
...
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Publish to MCP Registry / publish (push) Has been cancelled
* Add add_project_item tool
* Add tools to update and delete project items
* Update pkg/github/projects.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Update pkg/github/projects.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Add tests
* Lint the code
* Fix req params
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
v0.17.0
2025-09-30 10:08:15 +02:00
JoannaaKL
088560113c
Add tool for project fields and items ( #1145 )
...
* Add get project fields tool
* Data types
* Docs
* Update projectNumber's type
* Add list_project_items tool
* Add get_project_item tool
* Return minimal project
* Remove unused per_page
2025-09-29 15:43:00 +02:00
Babbage
371b9ae6e7
MCP Registry Publication - Declobbering ( #1151 )
...
* declobbering tags
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-29 10:35:55 +01:00
Babbage
35b0da2495
Add container label & improve registry script ( #1143 )
...
License Check / license-check (push) Has been cancelled
Publish to MCP Registry / publish (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Build and Test Go Project / build (macos-latest) (push) Has been cancelled
Build and Test Go Project / build (ubuntu-latest) (push) Has been cancelled
Build and Test Go Project / build (windows-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
* Add publish script and formed server file
* Add dockerfile label and clean script
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
v0.16.0
2025-09-26 12:08:03 +01:00
dependabot[bot]
f39cf34cdf
build(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 ( #1119 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 6.3.0 to 6.4.0.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/9c156ee8a17a598857849441385a2041ef570552...e435ccd777264be153ace6237001ef4d979d3a7a )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-version: 6.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JoannaaKL <joannaakl@github.com >
2025-09-26 12:01:49 +02:00
dependabot[bot]
11118ed063
build(deps): bump docker/build-push-action from 5.0.0 to 6.18.0 ( #1120 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.0.0 to 6.18.0.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/0565240e2d4ab88bba5387d719585280857ece09...263435318d21b8e681c14492fe198d362a7d2c83 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: 6.18.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JoannaaKL <joannaakl@github.com >
2025-09-26 11:59:18 +02:00
dependabot[bot]
af534df515
build(deps): bump sigstore/cosign-installer from 3.5.0 to 3.10.0 ( #1117 )
...
Bumps [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer ) from 3.5.0 to 3.10.0.
- [Release notes](https://github.com/sigstore/cosign-installer/releases )
- [Commits](https://github.com/sigstore/cosign-installer/compare/59acb6260d9c0ba8f4a2f9d9b48431a222b68e20...d7543c93d881b35a8faa02e8e3605f69b7a1ce62 )
---
updated-dependencies:
- dependency-name: sigstore/cosign-installer
dependency-version: 3.10.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JoannaaKL <joannaakl@github.com >
2025-09-26 11:57:20 +02:00
dependabot[bot]
10a33e7b7d
build(deps): bump actions/setup-go from 5 to 6 ( #1118 )
...
Bumps [actions/setup-go](https://github.com/actions/setup-go ) from 5 to 6.
- [Release notes](https://github.com/actions/setup-go/releases )
- [Commits](https://github.com/actions/setup-go/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/setup-go
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: JoannaaKL <joannaakl@github.com >
2025-09-26 11:54:50 +02:00
JoannaaKL
abf7c478ac
Add tools for Projects V2 ( #1114 )
...
* Add get_project tool
* Remove pagination for now
* Fix url formatting
* Minor tweaks
* Add list project fields tool
* Wording
2025-09-26 11:36:35 +02:00
Ola Hungerford
0a1d6dbd36
Add server instructions based on toolsets ( #1091 )
...
* Add instruction generation for enabled toolsets and corresponding tests
* Refactor instruction generation to always include base and context management instructions
* Refactor base instruction for clarity and adjust context management instruction formatting
* Simplify changes for now
* Remove unused toolset instructions and simplify test cases for clarity
* Add test cases for issues, notifications, and discussions toolsets in instruction generation
* Update base instruction and test expectations for clarity on tool selection and context management
* Add support for disabling instructions via environment variable
* Clarify PR review workflow instruction for consistency
* Apply suggestions from code review
Co-authored-by: Ksenia Bobrova <almaleksia@github.com >
* Refactor instruction generation and testing for clarity and consistency
---------
Co-authored-by: Ksenia Bobrova <almaleksia@github.com >
2025-09-25 13:27:29 +02:00
Ksenia Bobrova
2efa8e8a1d
Add Copilot Spaces toolset to readme ( #1135 )
2025-09-25 12:00:31 +02:00
Babbage
bc97baf8d3
Update MCP Registry Publish Script ( #1132 )
...
* Add publish script and formed server file
* Fix url and fix script
* Set version to 0.0.0 initially
* remove uncessary script
* remove unnecessary ignore
* Remove whitespace
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Add registry publisher workflow
* Fetch tags in registry release workflow
* Update registry workflow and server.json with VERSION placeholder
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-25 09:31:26 +01:00
Babbage
eb0757c447
Add MCP Registry publish workflow ( #1129 )
...
Add registry publisher workflow
2025-09-24 19:15:32 +01:00
Babbage
0ca30ec7f2
Add MCP Registry server file ( #1128 )
...
Add MCP Registry server file
2025-09-24 17:50:54 +01:00