MCP Server
MCP
io.github.ErikEJ/SqlServer.Rules
Analyze T-SQL scripts for design, naming, and performance issues and prevent bad practices.
Install
nuget:[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "nuget",
"registryBaseUrl": "https://api.nuget.org/v3/index.json",
"identifier": "ErikEJ.DacFX.TSQLAnalyzer.Cli",
"version": "1.0.64",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "-mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
nuget
By
Comments
Sign in to leave a comment