acf-mcp 1.0.1 → 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.
package/README.md CHANGED
@@ -84,4 +84,4 @@ https://acfstandard.com
84
84
 
85
85
  ## Contributing
86
86
 
87
- Issues + PRs welcome on https://github.com/aiconsulting06000-tech/acfstandard. Doctrine modifications go through the maintainer review process.
87
+ Issues + PRs welcome on https://github.com/aiconsulting06000-tech/acf-mcp. Doctrine modifications go through the maintainer review process.
package/content/meta.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework_version": "1.0",
3
- "content_build": "2026-06-08T08:35:50.954Z",
4
- "content_hash": "sha256:a792ef256964d04d4fa4589b68f5df81f2a09511044f712594bb9a28d7ec6f06",
3
+ "content_build": "2026-06-08T08:59:41.398Z",
4
+ "content_hash": "sha256:f79fac12251e850421f4c2da342ae450053cb52414eb7f249bfb2e1e93e25f10",
5
5
  "permanent_archive_url": "https://archive.acfstandard.com/doctrine/v1.0/",
6
6
  "rules_version": "2026-06",
7
7
  "locales": [
package/dist/index.d.ts CHANGED
@@ -25,6 +25,6 @@ declare function negotiateLocale(input: LocaleNegotiationInput): AcfLocale;
25
25
  */
26
26
  declare function fallbackChain(requested: AcfLocale): AcfLocale[];
27
27
 
28
- declare const ACF_MCP_VERSION = "1.0.1";
28
+ declare const ACF_MCP_VERSION = "1.0.2";
29
29
 
30
30
  export { ACF_MCP_VERSION, AUTHORITY_SOURCE_LOCALE, AcfLocale, DEFAULT_FALLBACK_LOCALE, type LocaleNegotiationInput, fallbackChain, negotiateLocale };
package/dist/index.js CHANGED
@@ -2867,7 +2867,7 @@ async function registerPrompts(server, _registry) {
2867
2867
 
2868
2868
  // src/core/server.ts
2869
2869
  var ACF_MCP_NAME = "acf-mcp";
2870
- var ACF_MCP_VERSION = "1.0.1";
2870
+ var ACF_MCP_VERSION = "1.0.2";
2871
2871
  async function createAcfServer(opts) {
2872
2872
  const content = new ContentLoader({ contentRoot: opts.contentRoot });
2873
2873
  const rules = new RulesLoader({ rulesRoot: opts.rulesRoot });
@@ -2891,7 +2891,7 @@ async function createAcfServer(opts) {
2891
2891
  }
2892
2892
 
2893
2893
  // src/index.ts
2894
- var ACF_MCP_VERSION2 = "1.0.1";
2894
+ var ACF_MCP_VERSION2 = "1.0.2";
2895
2895
 
2896
2896
  export { ACF_MCP_NAME, ACF_MCP_VERSION2 as ACF_MCP_VERSION, AUTHORITY_SOURCE_LOCALE, AcfLocaleSchema, ApplicableDateSchema, AutonomyLevelSchema, DEFAULT_FALLBACK_LOCALE, DdaoSchema, DimensionSchema, FicheFrontmatterSchema, GlossaryEntrySchema, GuideFrontmatterSchema, LocalizedStringSchema, MetaSchema, PrincipleSchema, RelatedArticleSchema, SUPPORTED_LOCALES, WhitepaperSectionSchema, createAcfServer, fallbackChain, negotiateLocale };
2897
2897
  //# sourceMappingURL=index.js.map