Skip to content
Merged
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
4 changes: 4 additions & 0 deletions flyctl/cmd/fly_mcp_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,17 @@
## 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
Expand All @@ -31,5 +35,5 @@

## See Also

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

Check warning on line 38 in flyctl/cmd/fly_mcp_server.md

View workflow job for this annotation

GitHub Actions / Vale linter

[vale] reported by reviewdog 🐶 [Fly.Spelling] Is 'mcp' a typo? Raw Output: {"message": "[Fly.Spelling] Is 'mcp' a typo?", "location": {"path": "flyctl/cmd/fly_mcp_server.md", "range": {"start": {"line": 38, "column": 8}}}, "severity": "INFO"}

Loading