🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@database-mcp/core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@database-mcp/core - npm Package Compare versions

Comparing version
0.3.1
to
0.4.0
+6
-6
package.json
{
"name": "@database-mcp/core",
"version": "0.3.1",
"version": "0.4.0",
"description": "Engine-agnostic core for database-mcp MCP servers: protocol layer, adapter interface, guardrails, SQL guard",

@@ -29,12 +29,12 @@ "license": "MIT",

"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"zod": "^3.25.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"zod": "^4.4.3",
"yaml": "^2.8.0"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.8.0"
"@types/node": "^24.0.0",
"typescript": "^7.0.2"
},
"engines": {
"node": ">=20"
"node": ">=22"
},

@@ -41,0 +41,0 @@ "publishConfig": {

# @database-mcp/core
[![npm](https://img.shields.io/npm/v/%40database-mcp%2Fcore)](https://www.npmjs.com/package/@database-mcp/core) [![CI](https://github.com/arifulislamat/database-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/arifulislamat/database-mcp/actions/workflows/ci.yml) [![License: MIT](https://img.shields.io/github/license/arifulislamat/database-mcp)](https://github.com/arifulislamat/database-mcp/blob/main/LICENSE)
Engine-agnostic core for [database-mcp](https://github.com/arifulislamat/database-mcp)

@@ -4,0 +6,0 @@ MCP servers: the protocol layer, the `DatabaseAdapter` interface, guardrails,