From c7f807e33e89dd8aa164cf4a0e8c38fc06ccfd7d Mon Sep 17 00:00:00 2001 From: Yasiru Date: Tue, 3 Jun 2025 16:14:48 +1000 Subject: [PATCH] Fix : fix path error to CLI Documentation CLI Documentation path was wrongly pointed under servers, fixed it to patterns --- docs/deployment/running-server.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/deployment/running-server.mdx b/docs/deployment/running-server.mdx index 58f9852bf..48cf389d2 100644 --- a/docs/deployment/running-server.mdx +++ b/docs/deployment/running-server.mdx @@ -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() -``` \ No newline at end of file +```