-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Documentation for mcp command flags #457
Copy link
Copy link
Open
Labels
P1Significant bug affecting many users, highly requested featureSignificant bug affecting many users, highly requested featuredocumentationImprovements or additions to documentationImprovements or additions to documentationready for workEnough information for someone to start working onEnough information for someone to start working on
Metadata
Metadata
Assignees
Labels
P1Significant bug affecting many users, highly requested featureSignificant bug affecting many users, highly requested featuredocumentationImprovements or additions to documentationImprovements or additions to documentationready for workEnough information for someone to start working onEnough information for someone to start working on
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.