Update README.md to include Foobara framework's mcp-connector #1421
+1
−0
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.
Description
Adds Foobara framework's mcp-connector to the README.md
Motivation and Context
It seemed it'd be useful/fun/interesting to be able to have programs like Claude Code run my Foobara commands as tools via MCP. And it was!
How Has This Been Tested?
Using Claude Code locally, I have successfully had it run my commands to complete the tasks I've requested of it.
Some tested scenarios can be seen in the README.md and the examples/ directory in the linked project.
Adherence to the protocol is also tested via a test suite with 100% line coverage.
Breaking Changes
Everything there should be standard. I added the MCP server to my .mcp.json just as I've had to for every other MCP server.
Types of changes
Checklist
I have updated the server's README accordinglyMy code follows the repository's style guidelinesNew and existing tests pass locallyAdditional context