docs: update jetbrains tutorial (#3971)
This commit is contained in:
@@ -32,17 +32,6 @@
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "jetbrains",
|
||||
"name": "JetBrains",
|
||||
"description": "Built-in JetBrains IDE integration for development workflows",
|
||||
"command": "",
|
||||
"link": "https://github.com/block/goose/tree/main/crates/goose-mcp/src/jetbrains",
|
||||
"installation_notes": "This is a built-in extension that comes with Goose and can be enabled on the Extensions page.",
|
||||
"is_builtin": true,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "knowledge_graph_memory",
|
||||
"name": "Knowledge Graph Memory",
|
||||
@@ -397,6 +386,17 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "jetbrains",
|
||||
"name": "JetBrains",
|
||||
"description": "Integrate Goose with any JetBrains IDE",
|
||||
"command": "npx -y @jetbrains/mcp-proxy",
|
||||
"link": "https://github.com/JetBrains/mcp-jetbrains",
|
||||
"installation_notes": "Install using npx package manager. Requires the MCP Server plugin to be installed in your JetBrains IDE.",
|
||||
"is_builtin": false,
|
||||
"endorsed": true,
|
||||
"environmentVariables": []
|
||||
},
|
||||
{
|
||||
"id": "mbot-mcp",
|
||||
"name": "MBot",
|
||||
|
||||
Reference in New Issue
Block a user