- Notifications
You must be signed in to change notification settings - Fork2.7k
MCP Registry Publication - Declobbering#1151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
+11 −1
Merged
Changes fromall commits
Commits
Show all changes
30 commits Select commitHold shift + click to select a range
c04f40d
Add publish script and formed server file
MattBabbageb632d56
Fix url and fix script
MattBabbage5802130
Set version to 0.0.0 initially
MattBabbagedccbde3
remove uncessary script
MattBabbagec3c10cd
remove unnecessary ignore
MattBabbagee6bc1d7
Remove whitespace
MattBabbage22740ce
Apply suggestion from @Copilot
MattBabbage94a4937
Add registry publisher workflow
MattBabbage1ce3281
Fetch tags in registry release workflow
MattBabbage842fc6f
Update registry workflow and server.json with VERSION placeholder
MattBabbage7dac132
Merge main into matt/publish-to-mcp-registry branch, keeping our regi…
MattBabbage0f6993c
Add print for final version of server
MattBabbage759c59e
Adding debugging
MattBabbage833ed2b
Move to snake_case to test bug
MattBabbaged75cb2c
Adding Both Cases
MattBabbage7d11436
Remote only publishing
MattBabbage5010b7d
Edit namespace
MattBabbage2574fea
Edit namespace
MattBabbageb5df36d
Change name to github/github-mcp-server
MattBabbagec742cc4
Remote remote server
MattBabbage551a6bd
Update version and add specific file call
MattBabbagea8c47b8
Include setup step
MattBabbagee3e4680
Build publisher from source
MattBabbage935ea0e
Remove remote repo reference
MattBabbageb38db66
Edit identifier
MattBabbagedac1a25
Add dockerfile label and clean script
MattBabbage2da262e
Merge branch 'main' into matt/publish-to-mcp-registry
MattBabbagece66ae8
Log latest tag if used
MattBabbage3346d97
declobbering tags
MattBabbage3f37f9b
Merge branch 'main' into matt/publish-to-mcp-registry
MattBabbageFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -22,7 +22,12 @@ jobs: | ||
go-version: "stable" | ||
- name: Fetch tags | ||
run: | | ||
if [[ "${{ github.ref_type }}" != "tag" ]]; then | ||
git fetch --tags | ||
else | ||
echo "Skipping tag fetch - already on tag ${{ github.ref_name }}" | ||
fi | ||
- name: Install MCP Publisher | ||
run: | | ||
@@ -47,6 +52,11 @@ jobs: | ||
run: | | ||
python3 -m json.tool server.json > /dev/null && echo "Configuration valid" || exit 1 | ||
MattBabbage marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
- name: Display final server.json | ||
run: | | ||
echo "Final server.json contents:" | ||
cat server.json | ||
- name: Login to MCP Registry (OIDC) | ||
run: ./mcp-publisher login github-oidc | ||
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.