mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +02:00
feat: add fastmcp install goose command (#3040)
This commit is contained in:
parent
12cb58f220
commit
1bbbee37a6
15 changed files with 787 additions and 26 deletions
|
|
@ -301,6 +301,7 @@ Install a MCP server in MCP client applications. FastMCP currently supports the
|
|||
- **Claude Desktop** - Installs via direct configuration file modification
|
||||
- **Cursor** - Installs via deeplink that opens Cursor for user confirmation
|
||||
- **Gemini CLI** - Installs via Gemini CLI's built-in MCP management system
|
||||
- **Goose** - Installs via deeplink that opens Goose for user confirmation (uses `uvx`)
|
||||
- **MCP JSON** - Generates standard MCP JSON configuration for manual use
|
||||
- **Stdio** - Outputs the shell command to run a server over stdio transport
|
||||
|
||||
|
|
@ -309,6 +310,7 @@ fastmcp install claude-code server.py
|
|||
fastmcp install claude-desktop server.py
|
||||
fastmcp install cursor server.py
|
||||
fastmcp install gemini-cli server.py
|
||||
fastmcp install goose server.py
|
||||
fastmcp install mcp-json server.py
|
||||
fastmcp install stdio server.py
|
||||
```
|
||||
|
|
@ -384,6 +386,9 @@ fastmcp install cursor server.py --env API_KEY=secret --env DEBUG=true
|
|||
# Install with environment file
|
||||
fastmcp install cursor server.py --env-file .env
|
||||
|
||||
# Install in Goose (uses uvx deeplink)
|
||||
fastmcp install goose server.py --with pandas
|
||||
|
||||
# Install with specific Python version
|
||||
fastmcp install claude-desktop server.py --python 3.11
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue