mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-28 02:10:38 +02:00
fix escaping problem
This commit is contained in:
parent
094d259389
commit
98a91cbd9e
7 changed files with 14 additions and 15 deletions
|
|
@ -30,7 +30,7 @@ update_claude_config(file_spec: str, server_name: str) -> bool
|
|||
Add or update a FastMCP server in Claude's configuration.
|
||||
|
||||
**Args:**
|
||||
- `file_spec`: Path to the server file, optionally with :object suffix
|
||||
- `file_spec`: Path to the server file, optionally with \:object suffix
|
||||
- `server_name`: Name for the server in Claude's config
|
||||
- `with_editable`: Optional directory to install in editable mode
|
||||
- `with_packages`: Optional list of additional packages to install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue