Skip to content

Commit e6d9f9d

Browse files
[flyctl-bot] Update docs from flyctl (#2003)
Co-authored-by: Fly.io CI <[email protected]>
1 parent 95f1a10 commit e6d9f9d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

flyctl/cmd/fly.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fly [flags]
2929
* [logs](/docs/flyctl/logs/) - View app logs
3030
* [machine](/docs/flyctl/machine/) - Manage Fly Machines.
3131
* [managed-postgres](/docs/flyctl/managed-postgres/) - Manage Managed Postgres clusters.
32-
* [mcp](/docs/flyctl/mcp/) - flyctl Model Content Protocol.
32+
* [mcp](/docs/flyctl/mcp/) - flyctl Model Context Protocol.
3333
* [mysql](/docs/flyctl/mysql/) - Provision and manage MySQL database clusters
3434
* [orgs](/docs/flyctl/orgs/) - Commands for managing Fly organizations
3535
* [ping](/docs/flyctl/ping/) - Test connectivity with ICMP ping messages

flyctl/cmd/fly_mcp.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
flyctl Model Content Protocol.
1+
flyctl Model Context Protocol.
22

33

44
## Usage

flyctl/cmd/fly_mcp_proxy.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ fly mcp proxy [flags]
2525

2626
## See Also
2727

28-
* [fly mcp](/docs/flyctl/mcp/) - flyctl Model Content Protocol.
28+
* [fly mcp](/docs/flyctl/mcp/) - flyctl Model Context Protocol.
2929

flyctl/cmd/fly_mcp_server.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ fly mcp server [flags]
2222

2323
## See Also
2424

25-
* [fly mcp](/docs/flyctl/mcp/) - flyctl Model Content Protocol.
25+
* [fly mcp](/docs/flyctl/mcp/) - flyctl Model Context Protocol.
2626

flyctl/cmd/fly_mcp_wrap.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[experimental] Wrap an MCP stdio program. Options passed after double dashes ("--") will be passed to the MCP program.
1+
[experimental] Wrap an MCP stdio program. Options passed after double dashes ("--") will be passed to the MCP program. If user is specified, HTTP authentication will be required.
22

33

44
## Usage
@@ -10,10 +10,10 @@ fly mcp wrap [flags]
1010

1111
~~~
1212
-h, --help help for wrap
13-
-m, --mcp string Path to the MCP program
14-
--password string [optional] Password to authenticate with
15-
-p, --port int Port to listen on (default 8080)
16-
--user string [optional] User to authenticate with
13+
-m, --mcp string [required] Path to the stdio MCP program to be wrapped.
14+
--password string [optional] Password to authenticate with. Defaults to the value of the FLY_MCP_PASSWORD environment variable.
15+
-p, --port int [optional] Port to listen on. Defaults to 8080. (default 8080)
16+
--user string [optional] User to authenticate with. Defaults to the value of the FLY_MCP_USER environment variable.
1717
~~~
1818

1919
## Global Options
@@ -26,5 +26,5 @@ fly mcp wrap [flags]
2626

2727
## See Also
2828

29-
* [fly mcp](/docs/flyctl/mcp/) - flyctl Model Content Protocol.
29+
* [fly mcp](/docs/flyctl/mcp/) - flyctl Model Context Protocol.
3030

0 commit comments

Comments
 (0)