Skip to content

[flybot] Fly CLI docs update #2003

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flyctl/cmd/fly.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ fly [flags]
* [logs](/docs/flyctl/logs/) - View app logs
* [machine](/docs/flyctl/machine/) - Manage Fly Machines.
* [managed-postgres](/docs/flyctl/managed-postgres/) - Manage Managed Postgres clusters.
* [mcp](/docs/flyctl/mcp/) - flyctl Model Content Protocol.
* [mcp](/docs/flyctl/mcp/) - flyctl Model Context Protocol.
* [mysql](/docs/flyctl/mysql/) - Provision and manage MySQL database clusters
* [orgs](/docs/flyctl/orgs/) - Commands for managing Fly organizations
* [ping](/docs/flyctl/ping/) - Test connectivity with ICMP ping messages
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_mcp.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
flyctl Model Content Protocol.
flyctl Model Context Protocol.


## Usage
Expand Down
2 changes: 1 addition & 1 deletion flyctl/cmd/fly_mcp_proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ fly mcp proxy [flags]

## See Also

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

2 changes: 1 addition & 1 deletion flyctl/cmd/fly_mcp_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ fly mcp server [flags]

## See Also

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

12 changes: 6 additions & 6 deletions flyctl/cmd/fly_mcp_wrap.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[experimental] Wrap an MCP stdio program. Options passed after double dashes ("--") will be passed to the MCP program.
[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.


## Usage
Expand All @@ -10,10 +10,10 @@ fly mcp wrap [flags]

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

## Global Options
Expand All @@ -26,5 +26,5 @@ fly mcp wrap [flags]

## See Also

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