@neondatabase/mcp-server-neon
Advanced tools
Comparing version 0.1.4-beta.1 to 0.1.4-beta.2
@@ -10,2 +10,3 @@ #!/usr/bin/env node | ||
import { createApiClient } from '@neondatabase/api-client'; | ||
import './polyfills.js'; | ||
const commands = ['init', 'start']; | ||
@@ -12,0 +13,0 @@ const { command, neonApiKey, executablePath } = parseArgs(); |
{ | ||
"name": "@neondatabase/mcp-server-neon", | ||
"version": "0.1.4-beta.1", | ||
"version": "0.1.4-beta.2", | ||
"description": "MCP server for interacting with Neon Management API and databases", | ||
@@ -28,6 +28,8 @@ "license": "MIT", | ||
"@neondatabase/serverless": "^0.10.4", | ||
"chalk": "^5.3.0" | ||
"chalk": "^5.3.0", | ||
"node-fetch": "^2.7.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.11.24", | ||
"@types/node-fetch": "^2.6.12", | ||
"prettier": "^3.4.1", | ||
@@ -34,0 +36,0 @@ "tsc-watch": "^6.2.1", |
36741
9
936
5
5
+ Addednode-fetch@^2.7.0
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)