We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44ae7e6 commit 8bef058Copy full SHA for 8bef058
MssqlMcp/NodejsMcpServer/src/samples/vscode_agent_config.json
@@ -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