-
Notifications
You must be signed in to change notification settings - Fork 35
I want to configure this into Copilot CLI MCP #48
XJTLUmedia
started this conversation in
General
-
how to run this into localhost:3001 so I can add it to config file of Copilot CLI?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Hi @XJTLUmedia, the extension auto start the DebugMCP server on localhost:3001, so you can add it to the Copilot CLI mcp config right away:
"debugmcp": {
"type": "http",
"url": "http://localhost:3001/mcp",
"description": "DebugMCP - Multi-language debugging support"
}
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment