@breadstone/archipel-mcp 0.0.3 → 0.0.4

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.
@@ -31,7 +31,7 @@ new AuthModule(): AuthModule;
31
31
  configure(consumer): void;
32
32
  ```
33
33
 
34
- Defined in: [libs/platform-authentication/src/AuthModule.ts:225](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/AuthModule.ts#L225)
34
+ Defined in: [libs/platform-authentication/src/AuthModule.ts:227](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-authentication/src/AuthModule.ts#L227)
35
35
 
36
36
  #### Parameters
37
37
 
@@ -6,7 +6,7 @@ editUrl: false
6
6
 
7
7
  # Class: ConfigModule
8
8
 
9
- Defined in: [config/ConfigModule.ts:30](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigModule.ts#L30)
9
+ Defined in: [config/ConfigModule.ts:27](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigModule.ts#L27)
10
10
 
11
11
  The `ConfigModule` class.
12
12
 
@@ -30,7 +30,7 @@ new ConfigModule(): ConfigModule;
30
30
  static forRoot(options): DynamicModule;
31
31
  ```
32
32
 
33
- Defined in: [config/ConfigModule.ts:50](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigModule.ts#L50)
33
+ Defined in: [config/ConfigModule.ts:47](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigModule.ts#L47)
34
34
 
35
35
  #### Parameters
36
36
 
@@ -50,7 +50,7 @@ Defined in: [config/ConfigModule.ts:50](https://github.com/RueDeRennes/archipel/
50
50
  static register(module, entries): DynamicModule;
51
51
  ```
52
52
 
53
- Defined in: [config/ConfigModule.ts:42](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigModule.ts#L42)
53
+ Defined in: [config/ConfigModule.ts:39](https://github.com/RueDeRennes/archipel/blob/main/libs/platform-core/src/config/ConfigModule.ts#L39)
54
54
 
55
55
  Registers environment variable keys from a library module into the
56
56
  central [ConfigRegistry](Class.ConfigRegistry). Call this in each library's module
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/archipel-mcp",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
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",