SQL-AI-samples
SQL-AI-samples copied to clipboard
Samples using AI and Azure SQL DB
## 🚀 Overview This PR implements comprehensive support for SQL Server stored procedures and functions in the MCP server, including execution capabilities, metadata retrieval, and robust test coverage. ## ✨...
dotnet supports a regular connection string, but Node seems to only support Azure connections. I could just use dotnet, but it doesn't appear to support the READONLY to restrict tool...
Is there a plan to support multiple DB connection?
Could you please implement support for `READONLY` mode in dotnet version? So that when `env` configuration is configured with `"READONLY": "true"` MCP server will not allow to execute Update/Insert/Drop tools....
MSSQL MCP DescribeTable tool fails with error ```json {"success":false,"error":"Incorrect syntax near \u0027(\u0027."} ``` when used with an old SQL server version (or, in my case, a database with a compatibility...
Can we please see a working demo of OAuth support so we can look into more strategic adoption options of this MCP server?