Skip to content

Commit 8bef058

Browse files
committed
Add sample for VS Code Agent MCP
1 parent 44ae7e6 commit 8bef058

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"mcpServers": {
3+
"mssql": {
4+
"command": "node",
5+
"args": ["Q:/Repos/SQL-AI-samples/MssqlMcp/NodejsMcpServer/dist/index.js"],
6+
"env": {
7+
"SERVER_NAME": "your-server-name.database.windows.net",
8+
"DATABASE_NAME": "your-database-name",
9+
"READONLY": "false"
10+
}
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)