@breadstone/archipel-mcp 0.0.56 → 0.0.57
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.
|
@@ -39,11 +39,17 @@ from the corresponding provider entrypoint; the package root stays
|
|
|
39
39
|
provider-neutral. Provider entrypoints do not re-export tool factories, so
|
|
40
40
|
provider tools remain a separate opt-in runtime boundary.
|
|
41
41
|
|
|
42
|
+
Every selected entrypoint makes its own optional runtime package statically
|
|
43
|
+
traceable before loading it through a native ESM module URL. Serverless
|
|
44
|
+
packagers therefore include the selected provider SDK and the provider-neutral
|
|
45
|
+
AI runtime without forcing unrelated provider SDKs into the function artifact.
|
|
46
|
+
|
|
42
47
|
The standard package test target first runs the Nx package build and then the
|
|
43
48
|
provider-entrypoint and generator-topology contract tests. The build compiles
|
|
44
49
|
every declared subpath, while the tests keep package exports, TypeScript paths,
|
|
45
50
|
provider-local barrels, optional provider dependencies, and the
|
|
46
|
-
provider-neutral root surface synchronized.
|
|
51
|
+
provider-neutral root surface synchronized. They also require a static runtime
|
|
52
|
+
trace for the provider-neutral AI runtime and for every provider-local loader.
|
|
47
53
|
|
|
48
54
|
## Capability Surface
|
|
49
55
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/archipel-mcp",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.57",
|
|
4
4
|
"description": "MCP server providing Archipel platform knowledge - documentation, query patterns, and coding conventions - to AI development tools.",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "./src/main.js",
|