-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added a new mcp system + refactor to support it #552
Conversation
2533514
to
534fedd
Compare
60da8aa
to
4e7fac4
Compare
Desktop App for this PRThe following build is available for testing: The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder. This link is provided by nightly.link and will work even if you're not logged into GitHub. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
super cool - only suggestion (pending some others) is should this be one that is added in on cli by user (for their setup) vs on all the time? (as only a portion of users use IJ so adds a bit to the prompts if I understand correctly)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! do we want to turn the jetbrains server on by default?
we don't but the adding dynamically flow is not great, so I did add it for test purposes |
8f39941
to
ad08660
Compare
Desktop App for this PRThe following build is available for testing: The app is signed and notarized for macOS. After downloading, unzip the file and drag the Goose.app to your Applications folder. This link is provided by nightly.link and will work even if you're not logged into GitHub. |
* v1.0: feat: Implement a simplified reference agent and dev toolkit (#564) fix: sanitize server names for passing into model tool calls (#563) added a new mcp system + refactor to support it (#552) feat: port over nondeveloper system into mcp server (#561) fix: check server capability when client sends requests (#558) fix: update instructions (#557)
This PR integrates goose with Jetbrains IDE's
For the system to work you have to have an open IDE and MCP plugin installed
https://plugins.jetbrains.com/plugin/26071-mcp-server
goose.IDE.mov