You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flyctl/cmd/fly_mcp_wrap.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
[experimental] Wrap an MCP stdio program. Options passed after double dashes ("--") will be passed to the MCP program.
1
+
[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.
2
2
3
3
4
4
## Usage
@@ -10,10 +10,10 @@ fly mcp wrap [flags]
10
10
11
11
~~~
12
12
-h, --help help for wrap
13
-
-m, --mcp string Path to the MCP program
14
-
--password string [optional] Password to authenticate with
15
-
-p, --port int Port to listen on (default 8080)
16
-
--user string [optional] User to authenticate with
13
+
-m, --mcp string [required] Path to the stdio MCP program to be wrapped.
14
+
--password string [optional] Password to authenticate with. Defaults to the value of the FLY_MCP_PASSWORD environment variable.
15
+
-p, --port int [optional] Port to listen on. Defaults to 8080. (default 8080)
16
+
--user string [optional] User to authenticate with. Defaults to the value of the FLY_MCP_USER environment variable.
17
17
~~~
18
18
19
19
## Global Options
@@ -26,5 +26,5 @@ fly mcp wrap [flags]
26
26
27
27
## See Also
28
28
29
-
*[fly mcp](/docs/flyctl/mcp/) - flyctl Model Content Protocol.
29
+
*[fly mcp](/docs/flyctl/mcp/) - flyctl Model Context Protocol.
0 commit comments