@olonjs/core 1.0.111 → 1.0.112
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/dist/index.d.ts +6 -0
- package/dist/olonjs-core.js +2512 -2470
- package/dist/olonjs-core.umd.cjs +46 -46
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -171,6 +171,8 @@ declare interface BuildSiteManifestInput {
|
|
|
171
171
|
|
|
172
172
|
export declare function buildThemeVariableMap(theme: ThemeConfig): Record<string, string>;
|
|
173
173
|
|
|
174
|
+
export declare function buildWebMcpSaveToolName(): string;
|
|
175
|
+
|
|
174
176
|
export declare function buildWebMcpToolName(): string;
|
|
175
177
|
|
|
176
178
|
export declare function cn(...inputs: ClassValue[]): string;
|
|
@@ -244,6 +246,8 @@ export declare namespace contract {
|
|
|
244
246
|
}
|
|
245
247
|
}
|
|
246
248
|
|
|
249
|
+
export declare function createWebMcpSaveToolInputSchema(): Record<string, unknown>;
|
|
250
|
+
|
|
247
251
|
export declare function createWebMcpToolInputSchema(): Record<string, unknown>;
|
|
248
252
|
|
|
249
253
|
export declare const DefaultNotFound: default_2.FC;
|
|
@@ -860,7 +864,9 @@ export declare namespace webmcp {
|
|
|
860
864
|
export {
|
|
861
865
|
applyValueAtSelectionPath,
|
|
862
866
|
buildWebMcpToolName,
|
|
867
|
+
buildWebMcpSaveToolName,
|
|
863
868
|
createWebMcpToolInputSchema,
|
|
869
|
+
createWebMcpSaveToolInputSchema,
|
|
864
870
|
ensureWebMcpRuntime,
|
|
865
871
|
parseWebMcpMutationArgs,
|
|
866
872
|
registerWebMcpTool,
|