@connorbritain/mssql-mcp-server 0.5.1 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,6 +25,8 @@ Production-ready MCP server with 20 tools for schema discovery, data operations,
25
25
  | **Scripts** | `list_scripts`, `run_script` |
26
26
  | **Operations** | `test_connection`, `validate_environment_config` |
27
27
 
28
+ **[Config Builder](https://connorbritain.github.io/mssql-mcp-config-builder/)** — Visual wizard to generate your `mcp_config.json` and `environments.json` files.
29
+
28
30
  ## Install
29
31
 
30
32
  ```bash
package/dist/index.d.ts CHANGED
File without changes
File without changes
package/dist/index.js CHANGED
File without changes
package/dist/index.js.map CHANGED
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@connorbritain/mssql-mcp-server",
3
3
  "mcpName": "io.github.ConnorBritain/mssql",
4
- "version": "0.5.1",
4
+ "version": "0.6.0",
5
5
  "description": "Model Context Protocol (MCP) server for Microsoft SQL Server - enterprise-ready schema discovery, profiling, and safe data operations",
6
6
  "keywords": [
7
7
  "mcp",
@@ -43,7 +43,7 @@
43
43
  "typescript": "^5.4.5"
44
44
  },
45
45
  "dependencies": {
46
- "@connorbritain/mssql-mcp-core": "^0.3.0"
46
+ "@connorbritain/mssql-mcp-core": "^0.6.0"
47
47
  },
48
48
  "type": "module"
49
49
  }