@node-in-layers/mcp-server 1.1.14 → 1.2.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/mcp.d.ts +2 -2
- package/package.json +3 -3
package/mcp.d.ts
CHANGED
|
@@ -34,7 +34,7 @@ declare const mcpModels: <TConfig extends Readonly<{
|
|
|
34
34
|
} | undefined) => import("@node-in-layers/core/types.js").HighLevelLogger;
|
|
35
35
|
}> | undefined;
|
|
36
36
|
getFunctionWrapLogLevel?: ((layerName: string, functionName?: string | undefined) => import("@node-in-layers/core/types.js").LogLevelNames) | undefined;
|
|
37
|
-
ignoreLayerFunctions?: Record<string, Record<string, boolean | Record<string, boolean>>> | undefined;
|
|
37
|
+
ignoreLayerFunctions?: Record<string, boolean | Record<string, boolean | Record<string, boolean>>> | undefined;
|
|
38
38
|
};
|
|
39
39
|
layerOrder: readonly import("@node-in-layers/core/types.js").LayerDescription[];
|
|
40
40
|
apps: readonly Readonly<{
|
|
@@ -115,7 +115,7 @@ declare const mcpModels: <TConfig extends Readonly<{
|
|
|
115
115
|
} | undefined) => import("@node-in-layers/core/types.js").HighLevelLogger;
|
|
116
116
|
}> | undefined;
|
|
117
117
|
getFunctionWrapLogLevel?: ((layerName: string, functionName?: string | undefined) => import("@node-in-layers/core/types.js").LogLevelNames) | undefined;
|
|
118
|
-
ignoreLayerFunctions?: Record<string, Record<string, boolean | Record<string, boolean>>> | undefined;
|
|
118
|
+
ignoreLayerFunctions?: Record<string, boolean | Record<string, boolean | Record<string, boolean>>> | undefined;
|
|
119
119
|
};
|
|
120
120
|
layerOrder: readonly import("@node-in-layers/core/types.js").LayerDescription[];
|
|
121
121
|
apps: readonly Readonly<{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@node-in-layers/mcp-server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.1
|
|
4
|
+
"version": "1.2.1",
|
|
5
5
|
"description": "An MCP Server Node In Layers Package, generated by the Node In Layers Toolkit.",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"scripts": {
|
|
@@ -61,8 +61,8 @@
|
|
|
61
61
|
"typescript": "5.3.3"
|
|
62
62
|
},
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@l4t/mcp-ai": "^1.3.
|
|
65
|
-
"@node-in-layers/core": "^1.5.
|
|
64
|
+
"@l4t/mcp-ai": "^1.3.4",
|
|
65
|
+
"@node-in-layers/core": "^1.5.6",
|
|
66
66
|
"express": "^5.1.0",
|
|
67
67
|
"functional-models": "^3.0.16",
|
|
68
68
|
"functional-models-orm-mcp": "^3.0.6",
|