Sync README with welcome.mdx, fix install count#3224
Conversation
Test Failure AnalysisSummary: The Root Cause: This PR only modifies documentation and README files — no Python source or test code was changed. The failing test spawns a real subprocess via stdio transport on Windows and hit the 5-second pytest timeout before the child process could respond. This is a known Windows CI flake; an independent run on Suggested Solution: No action needed on this PR. The failure is a pre-existing intermittent Windows CI issue unrelated to the changes here. If the flakiness needs to be addressed, consider increasing the timeout for this test on Windows or marking it with Detailed AnalysisFailing job: Log excerpt showing the timeout: 8 tests passed, then Captured stderr at timeout: The stdio transport had just connected when the 5-second timeout fired. The event loop was blocked in Stack trace at timeout: PR diff: Only Related Files
|
The README intro was stale — syncs it with the welcome.mdx banner ("FastMCP is the standard framework...") and adds the "Ready to build?" CTA with quickstart and Horizon links. Also drops "daily" from "100,000 daily pre-release installs" in the changelog and updates entries to match the actual release notes.