Skip to content

Commit 3eb803d

Browse files
committed
add certs to fly mcp server; also add description to each family of commands
1 parent d51ef77 commit 3eb803d

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

mcp/flyctl-server.html.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ You can also specify `--cursor`, `--neovim`, `--vscode`, `--windsurf`, or `--zed
1919

2020
`flyctl` provides an MCP server that you can use to provision your application. At the present time, most of the following commands and their subcommands are supported:
2121

22-
* [apps](https://fly.io/docs/flyctl/apps/)
23-
* [logs](https://fly.io/docs/flyctl/logs/)
24-
* [machine](https://fly.io/docs/flyctl/machine/)
25-
* [orgs](https://fly.io/docs/flyctl/orgs/)
26-
* [platform](https://fly.io/docs/flyctl/platform/)
27-
* [secrets](https://fly.io/docs/flyctl/secrets/)
28-
* [status](https://fly.io/docs/flyctl/status/)
29-
* [volumes](https://fly.io/docs/flyctl/volumes/)
22+
* [apps](https://fly.io/docs/flyctl/apps/) - Manage Fly applications. A Fly App is an abstraction for a group of Fly Machines running your code on Fly.io.
23+
* [certs](https://fly.io/docs/flyctl/certs/) - Manage the certificates associated with a deployed application.
24+
* [logs](https://fly.io/docs/flyctl/logs/) - View application logs as generated by the application running on the Fly platform.
25+
* [machine](https://fly.io/docs/flyctl/machine/) - Manage Fly Machines. Fly Machines are super-fast, lightweight VMs that can be created, and then quickly started and stopped as needed with flyctl commands or with the Machines REST fly.
26+
* [orgs](https://fly.io/docs/flyctl/orgs/) - Manage Fly organizations. Organization admins can also invite or remove users from organizations.
27+
* [platform](https://fly.io/docs/flyctl/platform/) - Information about the Fly platform
28+
* [secrets](https://fly.io/docs/flyctl/secrets/) - Manage secrets. Secrets are provided to applications at runtime as ENV variables.
29+
* [status](https://fly.io/docs/flyctl/status/) - Show the application’s current status including application details, tasks, most recent deployment details and in which regions it is currently allocated.
30+
* [volumes](https://fly.io/docs/flyctl/volumes/) - Manage Fly Volumes. Volumes are persistent storage for Fly Machines.
3031

3132
## Running with the MCP inspector
3233

0 commit comments

Comments
 (0)