mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 05:24:18 +02:00
Fix : fix path error to CLI Documentation
CLI Documentation path was wrongly pointed under servers, fixed it to patterns
This commit is contained in:
parent
fcd9947e43
commit
c7f807e33e
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ For development and testing, you can use the `dev` command to run your server wi
|
|||
fastmcp dev server.py
|
||||
```
|
||||
|
||||
See the [CLI documentation](/deployment/cli) for detailed information about all available commands and options.
|
||||
See the [CLI documentation](/patterns/cli) for detailed information about all available commands and options.
|
||||
|
||||
## Transport Options
|
||||
|
||||
|
|
@ -270,4 +270,4 @@ async def health_check(request: Request) -> PlainTextResponse:
|
|||
|
||||
if __name__ == "__main__":
|
||||
mcp.run()
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue