Merge pull request #684 from yrangana/patch-1

Fix : fix path error to CLI Documentation
This commit is contained in:
Jeremiah Lowin 2025-06-03 08:51:31 -04:00 committed by GitHub
commit 2fecbf6c3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()
```
```