microsoft/TypeAgent

Public

mirrored fromhttps://github.com/microsoft/TypeAgentAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
copilot/fix-shell-and-cli-workflow-another-one

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

ts/.mcp.json

11lines · modecode

1{
2 "mcpServers": {
3 "command-executor": {
4 "command": "node",
5 "args": ["packages/commandExecutor/dist/server.js"],
6 "env": {
7 "DEBUG": "*"
8 }
9 }
10 }
11}
12