chore: split SDK navigation into standalone $ref file (#3773)

This commit is contained in:
Jeremiah Lowin 2026-04-06 11:18:14 -04:00 committed by GitHub
commit eac646e744
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 610 additions and 573 deletions

View file

@ -32,7 +32,7 @@ Startup sequence
## Functions
### `run_dev_apps` <sup><a href="https://github.com/PrefectHQ/fastmcp/blob/main/src/fastmcp/cli/apps_dev.py#L1682" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
### `run_dev_apps` <sup><a href="https://github.com/PrefectHQ/fastmcp/blob/main/src/fastmcp/cli/apps_dev.py#L1690" target="_blank"><Icon icon="github" style="width: 14px; height: 14px;" /></a></sup>
```python
run_dev_apps(server_spec: str) -> None