PocketBase MCP Server

by mabeldata
Verified

set_migrations_directory

Configure the directory for creating and reading migration files, with optional custom path; defaults to "pb_migrations" in the current working directory.

Instructions

Set the directory where migration files will be created and read from.

Input Schema

NameRequiredDescriptionDefault
customPathNoCustom path for migrations. If not provided, defaults to "pb_migrations" in the current working directory.

Input Schema (JSON Schema)

{ "properties": { "customPath": { "description": "Custom path for migrations. If not provided, defaults to \"pb_migrations\" in the current working directory.", "type": "string" } }, "type": "object" }
ID: llc3xla20m