#MCP Plugin: fails for fields to type "point"

1 messages · Page 1 of 1 (latest)

small vortex
#

We are using a collection with an address field including "location":

        name: 'location',
        type: 'point',
        label: 'Location',
        admin: {
          condition: (_, { detailview } = { detailview: false }) => detailview,
        },
      },````

The editor is showing: ```Error: failed to validate tool input schema for tool: createEvents: invalid JSON schema: jsonschema validation failed with 'https:/json-schema.org/draft/2020-12/schema#' - at ": allOf failed - at '/properties/address': allOf failed - at '/properties/address/properties/location': allOf failed - at '/properties/address/properties/location/anyOf/0': allOf failed - at
'/properties/address/properties/location/anyOf/O/items': got array, want boolean or object.```
long skyBOT