diff --git a/flyctl/cmd/fly_mcp_server.md b/flyctl/cmd/fly_mcp_server.md index d713d6c0f0..6a03e4cf91 100644 --- a/flyctl/cmd/fly_mcp_server.md +++ b/flyctl/cmd/fly_mcp_server.md @@ -9,13 +9,17 @@ fly mcp server [flags] ## Options ~~~ + -b, --bind-addr string Local address to bind to (default "127.0.0.1") --claude Add flyctl MCP server to the Claude client configuration --config stringArray Path to the MCP client configuration file (can be specified multiple times) --cursor Add flyctl MCP server to the Cursor client configuration -h, --help help for server -i, --inspector Launch MCP inspector: a developer tool for testing and debugging MCP servers --neovim Add flyctl MCP server to the Neovim client configuration + --port int Port to run the MCP server on (default is 8080) (default 8080) --server string Name to use for the MCP server in the MCP client configuration + --sse Enable Server-Sent Events (SSE) for MCP commands + --stream Enable HTTP streaming output for MCP commands --vscode Add flyctl MCP server to the VS Code client configuration --windsurf Add flyctl MCP server to the Windsurf client configuration --zed Add flyctl MCP server to the Zed client configuration