acf-mcp 1.0.0 → 1.0.1
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/content/meta.json +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/search-index.json +1 -1
- package/dist/transport/http.js +1 -1
- package/dist/transport/http.js.map +1 -1
- package/dist/transport/stdio.js +1 -1
- package/dist/transport/stdio.js.map +1 -1
- package/package.json +2 -1
package/content/meta.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"framework_version": "1.0",
|
|
3
|
-
"content_build": "2026-06-
|
|
3
|
+
"content_build": "2026-06-08T08:35:50.954Z",
|
|
4
4
|
"content_hash": "sha256:a792ef256964d04d4fa4589b68f5df81f2a09511044f712594bb9a28d7ec6f06",
|
|
5
5
|
"permanent_archive_url": "https://archive.acfstandard.com/doctrine/v1.0/",
|
|
6
6
|
"rules_version": "2026-06",
|
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.
|
|
28
|
+
declare const ACF_MCP_VERSION = "1.0.1";
|
|
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.
|
|
2870
|
+
var ACF_MCP_VERSION = "1.0.1";
|
|
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.
|
|
2894
|
+
var ACF_MCP_VERSION2 = "1.0.1";
|
|
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
|