@postmcp/presets 0.1.5 → 0.1.6

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 CHANGED
@@ -599,7 +599,7 @@ var CLOUD_DATABASES_PRESETS = [
599
599
  specUrl: "https://neon.tech/api_spec/release/v2.json",
600
600
  tags: ["postgres", "serverless", "branching", "sql"],
601
601
  fieldMasks: [
602
- { path: "/projects", fields: ["projects.id", "projects.name", "projects.region_id", "projects.created_at"] }
602
+ { path: "/projects", fields: ["projects[*].id", "projects[*].name", "projects[*].region_id", "projects[*].created_at"] }
603
603
  ],
604
604
  bundledSpec: buildOpenAPISpec({
605
605
  title: "Neon Serverless Postgres API",