Advanced PocketBase MCP Server

set_request_options

Configure custom headers, auto-cancellation, and request identifiers for handling API interactions in the Advanced PocketBase MCP Server.

Input Schema

NameRequiredDescriptionDefault
autoCancellationNoEnable/disable auto cancellation
headersNoCustom headers
requestKeyNoCustom request identifier

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "autoCancellation": { "description": "Enable/disable auto cancellation", "type": "boolean" }, "headers": { "additionalProperties": { "type": "string" }, "description": "Custom headers", "type": "object" }, "requestKey": { "description": "Custom request identifier", "type": [ "string", "null" ] } }, "type": "object" }
ID: 75jh9xb2sg