| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
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.
The remaining example links still resolved on main, but the files there were rewritten for v2 (FastMCP -> MCPServer), so they showed code that no longer matches the v1 API this README documents. Point every example link at v1.x, matching the two 404 fixes. The LICENSE link stays on main; the file is identical on both branches. Committed with SKIP=readme-v1-frozen like the previous commit.
Pull request was closed
|
This pull request is included in pre-release v2.0.0a2 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
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 FastMCP → MCPServer rename, so both links now 404:
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.