Skip to content

Fix 404 links in v1 README to renamed example files#2822

Open
jerome3o-anthropic wants to merge 1 commit into
mainfrom
fix-v1-readme-404-links
Open

Fix 404 links in v1 README to renamed example files#2822
jerome3o-anthropic wants to merge 1 commit into
mainfrom
fix-v1-readme-404-links

Conversation

@jerome3o-anthropic

Copy link
Copy Markdown
Member

Summary

The v1 README.md (frozen on main until v2 ships) links to two example files on the main branch that were renamed as part of the FastMCPMCPServer rename, so both links now 404:

  • examples/snippets/servers/fastmcp_quickstart.py (linked directly under the Quickstart)
  • examples/fastmcp/icons_demo.py

This points both links at the v1.x branch instead, where the files still exist and match the v1 API the README documents.

No content changes to the frozen v1 docs — links only (committed with SKIP=readme-v1-frozen).

Verification

Checked every blob/main link in README.md against files on main — these were the only two missing. Confirmed both paths exist on v1.x via git ls-tree origin/v1.x.

The v1 README (frozen on main) links to examples/snippets/servers/
fastmcp_quickstart.py and examples/fastmcp/icons_demo.py on the main
branch, but those files were renamed there as part of the FastMCP ->
MCPServer rename, so both links now 404. Point them at the v1.x
branch, where the files still exist and match the documented v1 API.
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.

1 participant