mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
Publish FastMCP 4 (alpha) docs to gofastmcp.com (#4624)
This commit is contained in:
parent
3098f8086b
commit
8cf4506aa9
846 changed files with 86684 additions and 22013 deletions
|
|
@ -118,7 +118,7 @@ fastmcp install claude-code server.py --project /path/to/my-project
|
|||
If your server needs environment variables (like API keys), you must include them:
|
||||
|
||||
```bash
|
||||
fastmcp install claude-code server.py --server-name "Weather Server" \
|
||||
fastmcp install claude-code server.py --name "Weather Server" \
|
||||
--env API_KEY=your-api-key \
|
||||
--env DEBUG=true
|
||||
```
|
||||
|
|
@ -126,7 +126,7 @@ fastmcp install claude-code server.py --server-name "Weather Server" \
|
|||
Or load them from a `.env` file:
|
||||
|
||||
```bash
|
||||
fastmcp install claude-code server.py --server-name "Weather Server" --env-file .env
|
||||
fastmcp install claude-code server.py --name "Weather Server" --env-file .env
|
||||
```
|
||||
|
||||
<Warning>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue