feat: add stateless stdio mcp bridge - #229
Open
builtbyhuy wants to merge 1 commit into
Open
Conversation
|
Thanks for the contribution! Before it can be merged, please read the CLA and comment exactly: I have read the CLA and I hereby agree to its terms You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot. |
Collaborator
|
@builtbyhuy thanks for opening a PR, you got here before I did! I overrode this one because we're days from the v0.1.0 release and I didn't want a review round in the way. That was a timing call, not a comment on the PR. I should have had the issue assigned to me; the repo went public faster than my habits did. They are now, so it won't happen again. Have a look at first good issues there are plenty of interesting contribution to make. Hope to see your PR soon! |
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.
Problem
Fraise has framework-specific memory tools, but MCP hosts do not yet have the stateless stdio bridge required by the v0.1.0 install story.
Changes
fraise mcp --url http://localhost:9876 --graph 0while preserving the existing server command behaviorremember_factandrecall_memorythrough the official MCP Go SDK/api/v1/qendpointVerification
go test ./...make lint-gorecall_memorysuccessfullyCloses #209