mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-30 20:44:28 +01:00
docs: Add Context7 MCP Server Tutorial (#2640)
Co-authored-by: Rizel Scarlett <rizel@squareup.com>
This commit is contained in:
@@ -127,6 +127,34 @@ export default function CLIExtensionInstructions({
|
||||
<li>{envStepText}</li>
|
||||
</ol>
|
||||
|
||||
{!hasEnvVars && (
|
||||
<CodeBlock language="sh">{`┌ goose-configure
|
||||
│
|
||||
◇ What would you like to configure?
|
||||
│ Add Extension (Connect to a new extension)
|
||||
│
|
||||
◇ What type of extension would you like to add?
|
||||
│ Command-line Extension
|
||||
│
|
||||
◇ What would you like to call this extension?
|
||||
│ ${name}
|
||||
│
|
||||
◇ What command should be run?
|
||||
│ ${command}
|
||||
│
|
||||
◇ Please set the timeout for this tool (in secs):
|
||||
│ ${timeout}
|
||||
│
|
||||
◇ Would you like to add a description?
|
||||
│ No
|
||||
│
|
||||
// highlight-start
|
||||
◆ Would you like to add environment variables?
|
||||
│ No
|
||||
// highlight-end
|
||||
└ Added ${name} extension`}</CodeBlock>
|
||||
)}
|
||||
|
||||
{hasEnvVars && (
|
||||
<>
|
||||
{infoNote && <div className="alert alert--info">{infoNote}</div>}
|
||||
|
||||
Reference in New Issue
Block a user