Skip to content

fix: add project URLs to Python package PyPI metadata#3357

Open
danielalanbates wants to merge 1 commit intomodelcontextprotocol:mainfrom
danielalanbates:fix/add-pypi-project-urls
Open

fix: add project URLs to Python package PyPI metadata#3357
danielalanbates wants to merge 1 commit intomodelcontextprotocol:mainfrom
danielalanbates:fix/add-pypi-project-urls

Conversation

@danielalanbates
Copy link

Summary

Adds [project.urls] sections to pyproject.toml for all three Python server packages (mcp-server-git, mcp-server-fetch, mcp-server-time).

This surfaces Homepage, Repository, and Bug Tracker links on each package's PyPI page, making it easy for users to navigate back to this repo and the specific subfolder for each package.

Changes

  • src/git/pyproject.toml — added [project.urls] pointing to src/git
  • src/fetch/pyproject.toml — added [project.urls] pointing to src/fetch
  • src/time/pyproject.toml — added [project.urls] pointing to src/time

Closes #3336


This PR was created with the assistance of Claude Opus 4.6 by Anthropic. Happy to make any adjustments! Reviewed and submitted by a human.

Add [project.urls] sections to pyproject.toml for the git, fetch, and
time server packages. This surfaces Homepage, Repository, and Bug
Tracker links on each package's PyPI page.

Closes modelcontextprotocol#3336

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Link to this repo in PyPi packages.

1 participant

Comments