Is your feature request related to a problem? Please describe.
The documentation doesn't mention the -t, --transport command flag for mcp run <filename>.py. I was unable to get Cursor to connect to my locally-running MCP server correctly without explicitly setting the transport flag, which I only discovered from reading the code (running in Ubuntu).
Describe the solution you'd like
The -t, --transport flag (and all other flags for mcp commands) should be documented in the README.md so that devs and LLMs alike can have the necessary context to connect.
Is your feature request related to a problem? Please describe.
The documentation doesn't mention the
-t, --transportcommand flag formcp run <filename>.py. I was unable to get Cursor to connect to my locally-running MCP server correctly without explicitly setting the transport flag, which I only discovered from reading the code (running in Ubuntu).Describe the solution you'd like
The
-t, --transportflag (and all other flags for mcp commands) should be documented in the README.md so that devs and LLMs alike can have the necessary context to connect.