@respira/wordpress-mcp-server 6.3.1 → 6.6.0

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.
@@ -0,0 +1,22 @@
1
+ /**
2
+ * ACF tool definitions for the Respira MCP server.
3
+ *
4
+ * 54 tools covering field ops (free ACF) plus ACF Pro repeaters, flexible
5
+ * content, galleries, options pages, and relationships. Registered only on
6
+ * sites where ACF is active. Pro-only endpoints return PRO_FEATURE_REQUIRED
7
+ * from the plugin when ACF Pro is not installed.
8
+ *
9
+ * @since 6.6.0
10
+ */
11
+ import type { Tool } from '@modelcontextprotocol/sdk/types.js';
12
+ /**
13
+ * Full ACF tool catalog. Imported by server.ts and pushed into getTools()
14
+ * when isAcfAvailable() is true.
15
+ */
16
+ export declare function getAcfTools(): Tool[];
17
+ /**
18
+ * Canonical list of ACF tool names. Used by dispatchToolCall() to filter
19
+ * gracefully when ACF is not active on the target site.
20
+ */
21
+ export declare const ACF_TOOL_NAMES: Set<string>;
22
+ //# sourceMappingURL=acf-tools.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"acf-tools.d.ts","sourceRoot":"","sources":["../src/acf-tools.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,oCAAoC,CAAC;AAE/D;;;GAGG;AACH,wBAAgB,WAAW,IAAI,IAAI,EAAE,CA8qBpC;AAED;;;GAGG;AACH,eAAO,MAAM,cAAc,aAuDzB,CAAC"}