docs: update jetbrains tutorial (#3971)

This commit is contained in:
dianed-square
2025-08-08 14:19:24 -07:00
committed by GitHub
parent 595ece7958
commit caa22fc95d
6 changed files with 56 additions and 112 deletions
+3 -3
View File
@@ -42,7 +42,7 @@ This tutorial covers how to add the [{Extension Name} MCP Server](/) as a Goose
<GooseDesktopInstaller
extensionId="{extension_id}"
extensionName="{Extension Name}"
extensionDescription="{Extension description}"
description="{Extension description}"
command="npx"
args={["-y", "@package/name"]}
cliCommand="{command}"
@@ -53,7 +53,7 @@ This tutorial covers how to add the [{Extension Name} MCP Server](/) as a Goose
<!-- For built-in extensions -->
<GooseBuiltinInstaller
extensionName="{Extension Name}"
extensionDescription="{Extension description}"
description="{Extension description}"
extensionId="{extension_id}"
/>
@@ -61,7 +61,7 @@ This tutorial covers how to add the [{Extension Name} MCP Server](/) as a Goose
<GooseDesktopInstaller
extensionId="{extension_id}"
extensionName="{Extension Name}"
extensionDescription="{Extension description}"
description="{Extension description}"
command="npx"
args={["-y", "@package/name"]}
cliCommand="{command}"