fix escaping problem

This commit is contained in:
zzstoatzz 2025-06-20 17:15:33 -05:00
commit 98a91cbd9e
7 changed files with 14 additions and 15 deletions

View file

@ -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