@database-mcp/core
Advanced tools
+6
-6
| { | ||
| "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": { |
+2
-0
| # @database-mcp/core | ||
| [](https://www.npmjs.com/package/@database-mcp/core) [](https://github.com/arifulislamat/database-mcp/actions/workflows/ci.yml) [](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, |
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
AI-detected potential code anomaly
Supply chain riskAI has identified unusual behaviors that may pose a security risk.
41809
1.02%31
6.9%+ Added
- Removed
Updated