Add server version to banner#3076
Conversation
WalkthroughThe change modifies the Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Test Failure AnalysisSummary: The Windows test run timed out during Root Cause: The test timeout occurs during This is a known flaky test issue on Windows where DiskStore initialization can hang, likely due to Windows file locking or slow disk I/O in the GitHub Actions runner. Suggested Solution: This test failure is environmental and specific to Windows CI runners. The PR code changes are safe to merge as they only affect display logic. To address the flaky test:
Detailed AnalysisTest that failed: Timeout location: Line 36 in test file, during Why unrelated to PR:
Test behavior:
Related Files
The issue is in the test infrastructure, not the code being tested or the PR changes. 🤖 This analysis was generated by the FastMCP test triage bot |
Description
Add the server version, if set, to the banner.
I considered separate line, but at a glance that could be confused for the FastMCP version, and the banner looks quite nice and minimal as-is.
Contributors Checklist
Review Checklist