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
--cwd CWD The working directory to use when spawning the default server process. Named servers inherit the proxy's CWD.
389
389
--pass-environment, --no-pass-environment
390
390
Pass through all environment variables when spawning all server processes.
391
-
--debug, --no-debug Enable debug mode with detailed logging output.
391
+
--log-level LEVEL Set the log level. Default is INFO.
392
+
--debug, --no-debug Enable debug mode with detailed logging output. Equivalent to --log-level DEBUG. If both --debug and --log-level are provided, --debug takes precedence.
392
393
--named-server NAME COMMAND_STRING
393
394
Define a named stdio server. NAME is for the URL path /servers/NAME/. COMMAND_STRING is a single string with the command and its arguments (e.g., 'uvx mcp-server-fetch --timeout 10'). These servers inherit the proxy's CWD and environment from --pass-environment.
0 commit comments