β¨ chore: Add FastMCP stdio support, update CLI, docs, and dependencies#8
Merged
Falamarcao merged 2 commits intomainfrom Sep 10, 2025
Merged
β¨ chore: Add FastMCP stdio support, update CLI, docs, and dependencies#8Falamarcao merged 2 commits intomainfrom
Falamarcao merged 2 commits intomainfrom
Conversation
β¦flag for cleaner auth handling
Summary of changes: π§βπ» Added FastMCP stdio server support (run_stdio and CLI integration) π οΈ Refactored CLI helpers and constants for better modularity π§Ή Removed legacy CLI utils/helpers, migrated logic to new helpers π·οΈ Updated pyproject.toml and uv.lock with new dependencies (fastmcp, asgi-lifespan, etc.) π Improved logger to redirect to stderr in stdio mode π§ͺ Added integration tests for stdio connect/disconnect and FastMCP in-memory client π§ͺ Updated test fixtures to use new command discovery helpers π¦ Updated Dockerfile to use correct healthcheck and port π Improved README and CONTRIBUTING docs for stdio, Docker, and Kubernetes usage π·οΈ Updated attribution, citation, and project metadata β Local Tests: all 126 tests passed successfully.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
β¨ chore: Add FastMCP stdio support, update CLI, docs, and dependencies
We did the thing.
The
stdiothing.And a bunch of other things.
This PR:
β Local Tests: all 126 tests passed successfully.
So yes, it works.
No, I donβt know how.
But the tests passed, so we ship.
π refactor: replace API_TOKEN=SERVER_AUTH_DISABLED with AUTH_ENABLED flag for cleaner auth handling
Remember that time we used
API_TOKEN=SERVER_AUTH_DISABLEDto turn off auth?Yeah⦠that was a phase.
Weβve matured now. We use real flags like adults.
Introducing:
AUTH_ENABLED=falseAUTH_ENABLED=falseenergyThe server still starts.
The logs still scream in uppercase.
But now, at least, weβre not lying to ourselves.
π€ PR Message Note
Yes, an AI helped write this.
No, it didnβt question my life choices β but it probably should have.
The code? Mine.
The tests? Green.
But for now β we merge.
And we move on.