microsoft/TypeAgent

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
add-terminal-ui-features-v2

Branches

Tags

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

Clone

HTTPS

Download ZIP

.github/copilot/mcp.json

8lines · modecode

1{
2 "mcpServers": {
3 "typeagent": {
4 "command": "node",
5 "args": ["ts/packages/commandExecutor/dist/server.js"]
6 }
7 }
8}
9