@postmcp/presets 0.1.3 → 0.1.4
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/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -593,6 +593,7 @@ var CLOUD_DATABASES_PRESETS = [
|
|
|
593
593
|
authType: "Bearer (NEON_API_KEY)",
|
|
594
594
|
authEnvVar: "NEON_API_KEY",
|
|
595
595
|
defaultBaseUrl: "https://console.neon.tech/api/v2",
|
|
596
|
+
specUrl: "https://neon.tech/api_spec/release/v2.json",
|
|
596
597
|
tags: ["postgres", "serverless", "branching", "sql"],
|
|
597
598
|
fieldMasks: [
|
|
598
599
|
{ path: "/projects", fields: ["projects.id", "projects.name", "projects.region_id", "projects.created_at"] }
|