mssql-mcp 2.3.0 → 2.3.1

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
@@ -1,4 +1,4 @@
1
- # MS SQL Server MCP Server v2.3.0
1
+ # MS SQL Server MCP Server v2.3.1
2
2
 
3
3
  🚀 **Model Context Protocol (MCP) server** for Microsoft SQL Server - compatible with Claude Desktop, Cursor, Windsurf and VS Code.
4
4
 
@@ -1,5 +1,5 @@
1
1
  export declare const SERVER_NAME = "mssql-mcp-server";
2
- export declare const SERVER_VERSION = "2.3.0";
2
+ export declare const SERVER_VERSION = "2.3.1";
3
3
  export declare const DEFAULT_PORT = 1433;
4
4
  export declare const DEFAULT_ENCRYPT = true;
5
5
  export declare const DEFAULT_TRUST_SERVER_CERTIFICATE = false;
@@ -1,5 +1,5 @@
1
1
  export const SERVER_NAME = "mssql-mcp-server";
2
- export const SERVER_VERSION = "2.3.0";
2
+ export const SERVER_VERSION = "2.3.1";
3
3
  export const DEFAULT_PORT = 1433;
4
4
  export const DEFAULT_ENCRYPT = true;
5
5
  export const DEFAULT_TRUST_SERVER_CERTIFICATE = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mssql-mcp",
3
- "version": "2.3.0",
3
+ "version": "2.3.1",
4
4
  "description": "MCP Server for MS SQL Server integration with Claude Desktop, Cursor, Windsurf and VS Code",
5
5
  "main": "dist/src/index.js",
6
6
  "type": "module",