Internal refactor: fastmcp config to mcp server config (#1672)

This commit is contained in:
Jeremiah Lowin 2025-08-29 21:37:39 -04:00 committed by GitHub
commit 6d46192659
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 354 additions and 300 deletions

View file

@ -57,7 +57,7 @@ Install FastMCP server in Claude Code.
- True if installation was successful, False otherwise
### `claude_code_command` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/cli/install/claude_code.py#L163" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
### `claude_code_command` <sup><a href="https://github.com/jlowin/fastmcp/blob/main/src/fastmcp/cli/install/claude_code.py#L162" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
```python
claude_code_command(server_spec: str) -> None