-
Notifications
You must be signed in to change notification settings - Fork 624
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
docs: jetbrains tutorial #1074
docs: jetbrains tutorial #1074
Conversation
This tutorial covers how to enable and use the JetBrains MCP Server as a built-in Goose extension to integrate with any JetBrains IDE. | ||
|
||
:::warning Known Limitation | ||
The JetBrains extension [does not work](https://github.com/block/goose/issues/933) with OpenAI models (e.g. gpt-4o). |
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.
@Kvadratni do you know if this extension is only broken with gpt-4o or all OpenAI models?
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.
I will look into it and debug more
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.
I wouldn't sweat too much as often extensions may get tripped up with some models, but good to note like this.
|
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.
lgtm
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.
LGTM
* main: Respect the terminal emulator's base colors (#1098) fix: add fallback sans-serif font to desktop app (#982) feat: add bedrock provider (#1069) feat: removed minHeight (#938) fix: add logs for goose run (#1085) docs: add langfuse observability guide (#1047) docs: updated bluesky link (#1078) docs: jetbrains tutorial (#1074) docs: add simple docs link (#1077) fix: apply cache control correctly to tools (#1071) fix: show default value when adding new one (#1057) fix it to use env vars if available (#1063) docs site: add PR previews (#865) chore: Better typing for preload.ts (#1055) fix: Allow port 443 to be used with https (ollama provider) (#1052)
New tutorial on how to use the JetBrains MCP Server as a Goose extension.
fixes #1031