acf-mcp 1.0.0 → 1.0.2

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.
@@ -2860,7 +2860,7 @@ async function registerPrompts(server, _registry) {
2860
2860
 
2861
2861
  // src/core/server.ts
2862
2862
  var ACF_MCP_NAME = "acf-mcp";
2863
- var ACF_MCP_VERSION = "1.0.0";
2863
+ var ACF_MCP_VERSION = "1.0.2";
2864
2864
  async function createAcfServer(opts) {
2865
2865
  const content = new ContentLoader({ contentRoot: opts.contentRoot });
2866
2866
  const rules = new RulesLoader({ rulesRoot: opts.rulesRoot });