microsoft/hve-core

Public

mirrored fromhttps://github.com/microsoft/hve-coreAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0d4452b33c2409d03315019dae0d34e468641dfb

Branches

Tags

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

Clone

HTTPS

Download ZIP

.vscode/mcp.json.sample

21lines · modecode

1{
2 "servers": {
3 "github": {
4 "type": "http",
5 "url": "https://api.githubcopilot.com/mcp/"
6 },
7 "workiq": {
8 "type": "stdio",
9 "command": "npx",
10 "args": [
11 "-y",
12 "@microsoft/workiq",
13 "mcp"
14 ]
15 },
16 "figma": {
17 "type": "http",
18 "url": "https://mcp.figma.com/mcp"
19 }
20 }
21}
22