mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
Update environment note (#1075)
* Update environment note * Update memory.py
This commit is contained in:
parent
6c9263001b
commit
45c4ceb1bd
3 changed files with 8 additions and 8 deletions
|
|
@ -160,7 +160,7 @@ fastmcp install cursor server.py
|
|||
fastmcp install mcp-json server.py
|
||||
```
|
||||
|
||||
Note that for security reasons, MCP clients run every server in a completely isolated environment. Therefore, all dependencies must be explicitly specified using the `--with` and/or `--with-editable` options (following `uv` conventions) or by attaching them to your server in code via the `dependencies` parameter.
|
||||
Note that for security reasons, MCP clients usually run every server in a completely isolated environment. Therefore, all dependencies must be explicitly specified using the `--with` and/or `--with-editable` options (following `uv` conventions) or by attaching them to your server in code via the `dependencies` parameter. You should not assume that the MCP server will have access to your local environment.
|
||||
|
||||
<Warning>
|
||||
**`uv` must be installed and available in your system PATH**. Both Claude Desktop and Cursor run in isolated environments and need `uv` to manage dependencies. On macOS, install `uv` globally with Homebrew for Claude Desktop compatibility: `brew install uv`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue