repo: point all GitHub URLs at oceanmodeling/ocean-mcp after the transfer - #120
Merged
Merged
Conversation
…sfer The repository moved from mansurjisan/ocean-mcp to oceanmodeling/ocean-mcp. Rewrite every github.com/mansurjisan/ocean-mcp reference to the new owner: - [project.urls] Homepage / Repository / Bug Tracker / Documentation / Changelog in all 19 server pyproject.toml files - repository.url in all 18 server.json files - USER_AGENT strings in usgs-mcp and winds-mcp - root README badges, clone command and citation URL, SECURITY.md advisory link, and the per-server README links The io.github.mansurjisan/* registry names in server.json and the mcp-name markers are deliberately left alone; changing the namespace is a separate step that requires re-publishing under the new namespace.
This was referenced Sep 4, 2026
mansurjisan
added a commit
that referenced
this pull request
Sep 4, 2026
) Metadata-only release. The wheel picks up the project URLs that now point at github.com/oceanmodeling/ocean-mcp (#120) and the README mcp-name marker io.github.oceanmodeling/coops-mcp (#123), and the registry step publishes the first entry under the org namespace. This is the canary for the transferred publish pipeline: it exercises the re-pointed PyPI trusted publisher and the org-owned registry namespace end to end before any other server is released.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The repository moved from
mansurjisan/ocean-mcptooceanmodeling/ocean-mcp.This rewrites every
github.com/mansurjisan/ocean-mcpreference to the newowner: 92 occurrences across 41 files.
[project.urls]Homepage / Repository / Bug Tracker / Documentation /Changelog in all 19 server
pyproject.tomlfilesrepository.urlin all 18server.jsonfilesUSER_AGENTstrings inusgs-mcpandwinds-mcpREADME.mdCI badge, clone command and citation URL;SECURITY.mdadvisory link; per-server READMEs for coops, erddap, nhc, stofs
Deliberately left alone (separate concern, needs a re-publish under the new
namespace):
io.github.mansurjisan/*namefields inserver.jsonand thematching
<!-- mcp-name: ... -->markers in each READMEregistry.modelcontextprotocol.io/?q=mansurjisan— the live registryentries are still under that namespace, so repointing the badge now would
make it return nothing
docs/architecture.mdand the workflow files had no occurrences. Lint isclean on both
ruff check --select E,F,W --ignore E501andruff format --check.