chore(configuration): add mcp server settings for mssql and playwright
parent
dcdcdf4cb2
commit
bcf6830814
|
|
@ -0,0 +1,19 @@
|
||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"mssql": {
|
||||||
|
"command": "uvx",
|
||||||
|
"args": ["mcp-server-mssql"],
|
||||||
|
"env": {
|
||||||
|
"MSSQL_CONNECTION_STRING": "Server=localhost;Database=YourDatabase;User Id=YourUser;Password=YourPassword;TrustServerCertificate=True"
|
||||||
|
},
|
||||||
|
"disabled": false,
|
||||||
|
"autoApprove": []
|
||||||
|
},
|
||||||
|
"playwright": {
|
||||||
|
"command": "npx",
|
||||||
|
"args": ["-y", "@executeautomation/playwright-mcp-server"],
|
||||||
|
"disabled": false,
|
||||||
|
"autoApprove": []
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue