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
2025-10-27 09:34:22 +01:00
JoannaaKL
f51bd45b9a
Add ai-moderator workflow ( #1274 )
2025-10-22 18:22:40 +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
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
Babbage
dc7c27cc5e
Improve registry release reliablilty ( #1174 )
2025-10-09 09:09:02 +01: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>
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
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 >
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
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
Ksenia Bobrova
f1e0e8f652
Adding option to manually dispatch docker container build workflows ( #1124 )
2025-09-23 14:19:24 +02:00
dependabot[bot]
3b25bd2f69
build(deps): bump docker/login-action from 3.0.0 to 3.5.0 ( #882 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.0.0 to 3.5.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/343f7c4344506bcbf9b4de18042ae17996df046d...184bdaa0721073962dff0199f1fb9940f07167d1 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: 3.5.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: Tony Truong <tonytrg@github.com >
2025-09-16 18:02:11 +02:00
dependabot[bot]
4541cec45b
build(deps): bump docker/setup-buildx-action from 3.0.0 to 3.11.1 ( #881 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3.0.0 to 3.11.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/f95db51fddba0c2d1ec667646a06c2ce06100226...e468171a9de216ec08956ac3ada2f0791b6bd435 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: 3.11.1
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: Tony Truong <tonytrg@github.com >
2025-09-16 18:02:02 +02:00
dependabot[bot]
28ca9adf49
build(deps): bump actions/stale from 9 to 10 ( #1065 )
...
Bumps [actions/stale](https://github.com/actions/stale ) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v9...v10 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: '10'
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: Tony Truong <tonytrg@github.com >
2025-09-16 17:50:31 +02:00
dependabot[bot]
37d00319fc
build(deps): bump actions/attest-build-provenance from 2 to 3 ( #1066 )
...
Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance ) from 2 to 3.
- [Release notes](https://github.com/actions/attest-build-provenance/releases )
- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md )
- [Commits](https://github.com/actions/attest-build-provenance/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/attest-build-provenance
dependency-version: '3'
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-09-16 17:46:39 +02:00
dependabot[bot]
bbb411fe37
build(deps): bump docker/metadata-action from 5.0.0 to 5.8.0 ( #880 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5.0.0 to 5.8.0.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/96383f45573cb7f253c731d3b3ab81c87ef81934...c1e51972afc2121e065aed6d45c65596fe445f3f )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: 5.8.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-09-04 17:24:25 +02:00
dependabot[bot]
7dd6c7f99f
build(deps): bump actions/checkout from 4 to 5 ( #878 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
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-09-04 10:34:23 +02:00
Tommaso Moro
8bfe0c3d2e
Update "Close inactive issues" workflow to close issues after 180 days of inactivity ( #909 )
...
* update PR_DAYS_BEFORE_STALE
* update to mark as stale after 60 days
2025-08-18 16:03:42 +01:00
Zack Koppert
a70cd1bddb
Enable Dependabot ( #654 )
...
* Create/Update dependabot.yaml
* Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-08-14 07:27:03 +02:00
JoannaaKL
02c86293fb
Add workflow to mark inactive issues ( #861 )
2025-08-12 11:24:29 +02:00
JoannaaKL
6043bec223
Cleanup ( #628 )
...
* Remove unused function and add test script
* Call test from the workflow
2025-07-02 18:12:16 +02:00
JoannaaKL
5904a0365e
Fix linting flow ( #614 )
...
* Add issues type filter
* Add e2e test
* Update e2e/e2e_test.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Add lint script and update golangci config
* Add lint script
* Install if not installed
* Pass lint config
* Use action and rename workflow
* Back to reparate config
* Migrate config to v2
* Update config
* Lint code
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-06-30 15:14:45 +02:00
Sam Morrow
e9c8b40724
update documentation, add script and workflow
2025-06-27 17:00:30 +02:00
Sam Morrow
45d027022c
Delete .github/workflows/release.yml
2025-06-26 18:11:12 +02:00
Sam Morrow
3539db8d2f
Delete .github/workflows/pr-base-check.yml
2025-06-26 18:10:54 +02:00
Sam Morrow
e2e2bbb9e6
Delete .github/workflows/sync-next-branch.yml
2025-06-26 18:10:39 +02:00
Sam Morrow
3deaca89fd
don't actually create a PR ( #589 )
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Unit Tests / build (macos-latest) (push) Has been cancelled
Unit Tests / build (ubuntu-latest) (push) Has been cancelled
Unit Tests / build (windows-latest) (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Lint / lint (push) Has been cancelled
2025-06-26 17:39:50 +02:00
Sam Morrow
b9a5f2c10c
fix bug in create PR code ( #588 )
2025-06-26 17:28:15 +02:00
Sam Morrow
5dc5bb75c2
Release process update ( #587 )
...
* add a new release workflow
* improve release.yml to ensure that the ref is up-to-date
* add sync workflow
2025-06-26 17:01:47 +02:00
Sam Morrow
46089ed87d
improve release.yml to ensure that the ref is up-to-date
2025-06-26 16:58:47 +02:00
Sam Morrow
7f8d28e224
add a new release workflow
2025-06-26 16:58:47 +02:00
Dimitrios Philliou
3fe88ee5e0
Update feature_request.md
...
Add prompt to feature request template for tool proposals to include example workflows/prompts
2025-06-20 19:54:14 +02:00
Pranav RK
2f8c2873a5
chore: revert go mod check
2025-05-19 20:55:54 +02:00
Pranav RK
045ecd38c8
feat: add golangci-lint-action to the lint workflow
2025-05-19 20:55:54 +02:00
Pranav RK
205b619e6b
feat: upgrade golangci-lint to v2 ( #386 )
...
Co-authored-by: William Martin <williammartin@github.com >
2025-05-12 11:57:27 +02:00
William Martin
54bd5ec239
Update CODEOWNERS to github-mcp-server team
2025-04-17 12:44:44 +02:00
Eng Zer Jun
7145142dc6
docs: fix CODEOWNERS syntax ( #184 )
...
Currently PRs are not being automatically requested for review because the CODEOWNERS file is missing a `*`.
Co-authored-by: Javier Uruen Val <juruen@github.com >
2025-04-10 13:15:55 +02:00
Shunsuke Suzuki
923e1b065d
Generate GitHub Artifact Attestations
CodeQL / Analyze (go) (push) Has been cancelled
CodeQL / Analyze (actions) (push) Has been cancelled
Docker / build (push) Has been cancelled
Unit Tests / build (macos-latest) (push) Has been cancelled
Unit Tests / build (ubuntu-latest) (push) Has been cancelled
Unit Tests / build (windows-latest) (push) Has been cancelled
GoReleaser Release / release (push) Has been cancelled
License Check / license-check (push) Has been cancelled
Lint / lint (push) Has been cancelled
2025-04-08 10:06:35 +02:00
Sam Morrow
3f62483c77
Update .github/workflows/docker-publish.yml
2025-04-08 09:58:23 +02:00
Sam Morrow
35567c3f97
Update .github/workflows/docker-publish.yml
2025-04-08 09:58:23 +02:00
MayorFaj
6b059c78f1
fix: update Docker publish workflow to correctly handle version tagging
2025-04-08 09:58:23 +02:00
MayorFaj
778b84069d
fix: enhance Docker publish workflow with additional tagging options
2025-04-08 09:58:23 +02:00
Sam Morrow
e6b73f7d5a
chore: add code scanning advanced setup yml
2025-04-07 15:23:54 +02:00
Ariel Deitcher
86b0dcdd44
feature request template ( #115 )
2025-04-04 17:45:14 -07:00