File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed
MssqlMcp/NodejsMcpServer/src Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ import { DropTableTool } from "./tools/DropTableTool.js";
2121import { DefaultAzureCredential , InteractiveBrowserCredential } from "@azure/identity" ;
2222import { DescribeTableTool } from "./tools/DescribeTableTool.js" ;
2323
24- // Load environment variables
25- dotenv . config ( { path : './src/variables.env' } ) ;
26-
2724// MSSQL Database connection configuration
2825// const credential = new DefaultAzureCredential();
2926
Original file line number Diff line number Diff line change 22 "mcpServers" : {
33 "mssql" : {
44 "command" : " node" ,
5- "args" : [ " Q:/Repos/MCP /dist/index.js" ],
5+ "args" : [ " Q:/Repos/SQL-AI-samples/MssqlMcp/NodejsMcpServer /dist/index.js" ],
66 "env" : {
7- "SERVER_NAME" : " b72dcvftmovebj2fvevle6xu54-hnqvdb2manse5oredy53issjcq.dxt- database.fabric.microsoft.com " ,
8- "DATABASE_NAME" : " AdventureWorks-0e514e33-456f-4500-8c27-a6cfe3545811 " ,
7+ "SERVER_NAME" : " your-server-name. database.windows.net " ,
8+ "DATABASE_NAME" : " your-database-name " ,
99 "READONLY" : " false"
1010 }
1111 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments