Skip to content

Commit c200a66

Browse files
docs-syncer[bot]Fly.io CI
andauthored
[flyctl-bot] Update docs from flyctl (superfly#2077)
Co-authored-by: Fly.io CI <joshua@fly.io>
1 parent 3eb803d commit c200a66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

flyctl/cmd/fly_mcp_server.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,17 @@ fly mcp server [flags]
99
## Options
1010

1111
~~~
12+
-b, --bind-addr string Local address to bind to (default "127.0.0.1")
1213
--claude Add flyctl MCP server to the Claude client configuration
1314
--config stringArray Path to the MCP client configuration file (can be specified multiple times)
1415
--cursor Add flyctl MCP server to the Cursor client configuration
1516
-h, --help help for server
1617
-i, --inspector Launch MCP inspector: a developer tool for testing and debugging MCP servers
1718
--neovim Add flyctl MCP server to the Neovim client configuration
19+
--port int Port to run the MCP server on (default is 8080) (default 8080)
1820
--server string Name to use for the MCP server in the MCP client configuration
21+
--sse Enable Server-Sent Events (SSE) for MCP commands
22+
--stream Enable HTTP streaming output for MCP commands
1923
--vscode Add flyctl MCP server to the VS Code client configuration
2024
--windsurf Add flyctl MCP server to the Windsurf client configuration
2125
--zed Add flyctl MCP server to the Zed client configuration

0 commit comments

Comments
 (0)