From e67b597c69f0d3bcfa1aa968f2d8305d32f8893a Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 7 Jul 2025 13:46:03 -0400 Subject: [PATCH] Add --copy documentation (#1076) --- docs/patterns/cli.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/patterns/cli.mdx b/docs/patterns/cli.mdx index 22b400512..d58eb24d6 100644 --- a/docs/patterns/cli.mdx +++ b/docs/patterns/cli.mdx @@ -283,3 +283,9 @@ Display version information about FastMCP and related components. ```bash fastmcp version ``` + +#### Options + +| Option | Flag | Description | +| ------ | ---- | ----------- | +| Copy to Clipboard | `--copy` | Copy version information to clipboard |