21
This commit is contained in:
parent
d50fd7ae9b
commit
3cd14f7408
20
.kiro/settings/mcp.json
Normal file
20
.kiro/settings/mcp.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"mcpServers": {
|
||||
"api-sqlserver": {
|
||||
"command": "node",
|
||||
"args": [
|
||||
"C:/mcp/mssql-mcp-server/index.js"
|
||||
],
|
||||
"env": {
|
||||
"MSSQL_SERVER": "192.168.195.15",
|
||||
"MSSQL_PORT": "1433",
|
||||
"MSSQL_USER": "sa",
|
||||
"MSSQL_PASSWORD": "Dbt@com@123",
|
||||
"MSSQL_DATABASE": "OdtAdmin"
|
||||
},
|
||||
"autoApprove": [
|
||||
"execute_sql"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user