@frontmcp/sdk 0.9.0 → 0.10.0

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.
Files changed (142) hide show
  1. package/adapter/adapter.instance.d.ts +10 -3
  2. package/adapter/adapter.instance.d.ts.map +1 -1
  3. package/adapter/{adapter.regsitry.d.ts → adapter.registry.d.ts} +2 -1
  4. package/adapter/adapter.registry.d.ts.map +1 -0
  5. package/adapter/adapter.utils.d.ts.map +1 -1
  6. package/agent/agent.instance.d.ts.map +1 -1
  7. package/agent/agent.scope.d.ts +1 -1
  8. package/agent/agent.scope.d.ts.map +1 -1
  9. package/agent/agent.utils.d.ts.map +1 -1
  10. package/app/app.registry.d.ts.map +1 -1
  11. package/app/app.utils.d.ts.map +1 -1
  12. package/app/instances/app.local.instance.d.ts +1 -1
  13. package/auth/auth.utils.d.ts.map +1 -1
  14. package/auth/authorization/authorization.class.d.ts.map +1 -1
  15. package/auth/authorization/orchestrated.accessor.d.ts.map +1 -1
  16. package/auth/authorization/orchestrated.authorization.d.ts.map +1 -1
  17. package/auth/authorization/public.authorization.d.ts +1 -1
  18. package/auth/authorization/public.authorization.d.ts.map +1 -1
  19. package/auth/authorization/transparent.authorization.d.ts.map +1 -1
  20. package/auth/flows/well-known.jwks.flow.d.ts.map +1 -1
  21. package/auth/flows/well-known.oauth-authorization-server.flow.d.ts.map +1 -1
  22. package/auth/flows/well-known.prm.flow.d.ts.map +1 -1
  23. package/auth/instances/instance.local-primary-auth.d.ts.map +1 -1
  24. package/auth/session/encrypted-authorization-vault.d.ts.map +1 -1
  25. package/auth/session/orchestrated-token.store.d.ts.map +1 -1
  26. package/auth/session/record/session.base.d.ts.map +1 -1
  27. package/auth/session/redis-session.store.d.ts.map +1 -1
  28. package/auth/session/session-crypto.d.ts.map +1 -1
  29. package/auth/session/session-rate-limiter.d.ts +1 -1
  30. package/auth/session/session-store.factory.d.ts +18 -2
  31. package/auth/session/session-store.factory.d.ts.map +1 -1
  32. package/auth/session/transport-session.manager.d.ts.map +1 -1
  33. package/auth/session/utils/session-id.utils.d.ts.map +1 -1
  34. package/auth/session/vercel-kv-session.store.d.ts.map +1 -1
  35. package/auth/vault/auth-providers.context-extension.d.ts +1 -1
  36. package/auth/vault/auth-providers.context-extension.d.ts.map +1 -1
  37. package/auth/vault/auth-providers.registry.d.ts +1 -1
  38. package/auth/vault/auth-providers.registry.d.ts.map +1 -1
  39. package/builtin/config/config-resolver.d.ts.map +1 -1
  40. package/common/decorators/app.decorator.d.ts +1 -1
  41. package/common/decorators/app.decorator.d.ts.map +1 -1
  42. package/common/decorators/front-mcp.decorator.d.ts.map +1 -1
  43. package/common/decorators/plugin.decorator.d.ts.map +1 -1
  44. package/common/dynamic/dynamic.adapter.d.ts.map +1 -1
  45. package/common/dynamic/dynamic.plugin.d.ts.map +1 -1
  46. package/common/interfaces/agent.interface.d.ts.map +1 -1
  47. package/common/interfaces/internal/flow.utils.d.ts.map +1 -1
  48. package/common/interfaces/server.interface.d.ts +4 -2
  49. package/common/interfaces/server.interface.d.ts.map +1 -1
  50. package/common/metadata/front-mcp.metadata.d.ts +88 -1
  51. package/common/metadata/front-mcp.metadata.d.ts.map +1 -1
  52. package/common/providers/base-config.provider.d.ts.map +1 -1
  53. package/common/tokens/front-mcp.tokens.d.ts.map +1 -1
  54. package/common/types/options/http/interfaces.d.ts +7 -0
  55. package/common/types/options/http/interfaces.d.ts.map +1 -1
  56. package/common/types/options/http/schema.d.ts +1 -0
  57. package/common/types/options/http/schema.d.ts.map +1 -1
  58. package/common/types/options/index.d.ts +1 -0
  59. package/common/types/options/index.d.ts.map +1 -1
  60. package/common/types/options/sqlite/index.d.ts +3 -0
  61. package/common/types/options/sqlite/index.d.ts.map +1 -0
  62. package/common/types/options/sqlite/schema.d.ts +26 -0
  63. package/common/types/options/sqlite/schema.d.ts.map +1 -0
  64. package/elicitation/store/elicitation-encryption.d.ts +1 -1
  65. package/elicitation/store/elicitation-encryption.d.ts.map +1 -1
  66. package/elicitation/store/elicitation-store.factory.d.ts +21 -1
  67. package/elicitation/store/elicitation-store.factory.d.ts.map +1 -1
  68. package/errors/auth-internal.errors.d.ts +105 -0
  69. package/errors/auth-internal.errors.d.ts.map +1 -0
  70. package/errors/decorator.errors.d.ts +14 -0
  71. package/errors/decorator.errors.d.ts.map +1 -0
  72. package/errors/index.d.ts +8 -1
  73. package/errors/index.d.ts.map +1 -1
  74. package/errors/normalization.errors.d.ts +32 -0
  75. package/errors/normalization.errors.d.ts.map +1 -0
  76. package/errors/provider.errors.d.ts +63 -0
  77. package/errors/provider.errors.d.ts.map +1 -0
  78. package/errors/registry.errors.d.ts +50 -0
  79. package/errors/registry.errors.d.ts.map +1 -0
  80. package/errors/remote.errors.d.ts +8 -0
  81. package/errors/remote.errors.d.ts.map +1 -1
  82. package/errors/sdk.errors.d.ts +139 -0
  83. package/errors/sdk.errors.d.ts.map +1 -0
  84. package/errors/transport.errors.d.ts +46 -0
  85. package/errors/transport.errors.d.ts.map +1 -0
  86. package/esm/index.mjs +6611 -5212
  87. package/esm/package.json +11 -7
  88. package/flows/flow.instance.d.ts.map +1 -1
  89. package/flows/flow.registry.d.ts.map +1 -1
  90. package/flows/flow.utils.d.ts.map +1 -1
  91. package/front-mcp/front-mcp.d.ts +30 -1
  92. package/front-mcp/front-mcp.d.ts.map +1 -1
  93. package/front-mcp/front-mcp.providers.d.ts +36 -0
  94. package/front-mcp/front-mcp.providers.d.ts.map +1 -1
  95. package/front-mcp/serverless-handler.d.ts +0 -4
  96. package/front-mcp/serverless-handler.d.ts.map +1 -1
  97. package/hooks/hook.instance.d.ts.map +1 -1
  98. package/hooks/hook.registry.d.ts.map +1 -1
  99. package/index.js +6775 -5299
  100. package/logger/logger.registry.d.ts.map +1 -1
  101. package/logger/logger.utils.d.ts.map +1 -1
  102. package/package.json +11 -7
  103. package/plugin/plugin.utils.d.ts.map +1 -1
  104. package/prompt/prompt.instance.d.ts.map +1 -1
  105. package/prompt/prompt.registry.d.ts.map +1 -1
  106. package/prompt/prompt.utils.d.ts.map +1 -1
  107. package/provider/provider.registry.d.ts.map +1 -1
  108. package/provider/provider.utils.d.ts.map +1 -1
  109. package/regsitry/registry.base.d.ts.map +1 -1
  110. package/remote-mcp/mcp-client.service.d.ts.map +1 -1
  111. package/remote-mcp/resilience/retry.d.ts.map +1 -1
  112. package/resource/resource.instance.d.ts.map +1 -1
  113. package/resource/resource.registry.d.ts.map +1 -1
  114. package/resource/resource.utils.d.ts.map +1 -1
  115. package/scope/flows/http.request.flow.d.ts.map +1 -1
  116. package/scope/scope.instance.d.ts.map +1 -1
  117. package/scope/scope.registry.d.ts.map +1 -1
  118. package/scope/scope.utils.d.ts.map +1 -1
  119. package/server/adapters/base.host.adapter.d.ts +4 -2
  120. package/server/adapters/base.host.adapter.d.ts.map +1 -1
  121. package/server/adapters/express.host.adapter.d.ts +2 -1
  122. package/server/adapters/express.host.adapter.d.ts.map +1 -1
  123. package/server/server.instance.d.ts +1 -1
  124. package/server/server.instance.d.ts.map +1 -1
  125. package/skill/flows/search-skills.flow.d.ts +2 -2
  126. package/skill/session/skill-session.manager.d.ts.map +1 -1
  127. package/skill/skill.utils.d.ts.map +1 -1
  128. package/skill/tools/search-skills.tool.d.ts +1 -1
  129. package/tool/tool.instance.d.ts.map +1 -1
  130. package/tool/tool.registry.d.ts.map +1 -1
  131. package/tool/tool.utils.d.ts.map +1 -1
  132. package/transport/adapters/streamable-http-transport.d.ts +9 -3
  133. package/transport/adapters/streamable-http-transport.d.ts.map +1 -1
  134. package/transport/event-stores/event-store.factory.d.ts +8 -3
  135. package/transport/event-stores/event-store.factory.d.ts.map +1 -1
  136. package/transport/event-stores/redis.event-store.d.ts.map +1 -1
  137. package/transport/legacy/legacy.sse.tranporter.d.ts.map +1 -1
  138. package/transport/mcp-handlers/skills-mcp.types.d.ts +1 -1
  139. package/transport/transport.local.d.ts.map +1 -1
  140. package/transport/transport.registry.d.ts.map +1 -1
  141. package/transport/transport.remote.d.ts.map +1 -1
  142. package/adapter/adapter.regsitry.d.ts.map +0 -1
@@ -49,8 +49,10 @@ export declare abstract class FrontMcpServer {
49
49
  */
50
50
  abstract getHandler(): unknown;
51
51
  /**
52
- * Start the server on the specified port
52
+ * Start the server on the specified port or Unix socket path.
53
+ * When a string is provided, the server listens on a Unix socket.
54
+ * When a number is provided, the server listens on a TCP port.
53
55
  */
54
- abstract start(port?: number): Promise<void> | void;
56
+ abstract start(portOrSocketPath?: number | string): Promise<void> | void;
55
57
  }
56
58
  //# sourceMappingURL=server.interface.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"server.interface.d.ts","sourceRoot":"","sources":["../../../src/common/interfaces/server.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,MAAM,MAAM,UAAU,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;AAE1F,qBAAa,aAAc,SAAQ,eAAe;IACxC,MAAM,EAAE,UAAU,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACL,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,WAAW,CAAC,EAAE,aAAa,CAAC;CAC7B;AAED,8BAAsB,cAAe,SAAQ,kBAAkB;IAC7D,QAAQ,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,cAAc;IAE7C,QAAQ,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,GAAG,IAAI;IAEjC,QAAQ,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,GAAG,IAAI;IAEjC,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAEpC,QAAQ,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI;CACrD;AAED,MAAM,MAAM,MAAM,GAAG,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;AAEhD,MAAM,MAAM,oBAAoB,GAAG,CAAC,GAAG,EAAE,aAAa,EAAE,GAAG,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;AAEnH,8BAAsB,cAAc;IAClC;;;;OAIG;IACH,QAAQ,CAAC,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;IAEnG;;;;;OAKG;IACH,QAAQ,CAAC,aAAa,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;IAE7G;;;;OAIG;IACH,QAAQ,CAAC,eAAe,CACtB,OAAO,EAAE,oBAAoB,GAC5B,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;IAEhE;;;OAGG;IACH,QAAQ,CAAC,OAAO,IAAI,IAAI;IAExB;;OAEG;IACH,QAAQ,CAAC,UAAU,IAAI,OAAO;IAE9B;;OAEG;IACH,QAAQ,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;CACpD"}
1
+ {"version":3,"file":"server.interface.d.ts","sourceRoot":"","sources":["../../../src/common/interfaces/server.interface.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,cAAc,IAAI,kBAAkB,EAAE,MAAM,MAAM,CAAC;AAC7E,OAAO,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC;AAEzC,MAAM,MAAM,UAAU,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,SAAS,GAAG,MAAM,CAAC;AAE1F,qBAAa,aAAc,SAAQ,eAAe;IACxC,MAAM,EAAE,UAAU,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACL,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,WAAW,CAAC,EAAE,aAAa,CAAC;CAC7B;AAED,8BAAsB,cAAe,SAAQ,kBAAkB;IAC7D,QAAQ,CAAC,MAAM,CAAC,IAAI,EAAE,MAAM,GAAG,cAAc;IAE7C,QAAQ,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,GAAG,IAAI;IAEjC,QAAQ,CAAC,IAAI,CAAC,OAAO,EAAE,GAAG,GAAG,IAAI;IAEjC,QAAQ,CAAC,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAEpC,QAAQ,CAAC,QAAQ,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,GAAG,IAAI;CACrD;AAED,MAAM,MAAM,MAAM,GAAG,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;AAEhD,MAAM,MAAM,oBAAoB,GAAG,CAAC,GAAG,EAAE,aAAa,EAAE,GAAG,EAAE,cAAc,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;AAEnH,8BAAsB,cAAc;IAClC;;;;OAIG;IACH,QAAQ,CAAC,kBAAkB,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;IAEnG;;;;;OAKG;IACH,QAAQ,CAAC,aAAa,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,MAAM,EAAE,OAAO,EAAE,oBAAoB,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;IAE7G;;;;OAIG;IACH,QAAQ,CAAC,eAAe,CACtB,OAAO,EAAE,oBAAoB,GAC5B,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,GAAG,KAAK,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;IAEhE;;;OAGG;IACH,QAAQ,CAAC,OAAO,IAAI,IAAI;IAExB;;OAEG;IACH,QAAQ,CAAC,UAAU,IAAI,OAAO;IAE9B;;;;OAIG;IACH,QAAQ,CAAC,KAAK,CAAC,gBAAgB,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI;CACzE"}
@@ -1,5 +1,5 @@
1
1
  import { z } from 'zod';
2
- import { AuthOptions, ServerInfoOptions, AuthOptionsInput, RedisOptionsInput, PubsubOptionsInput, TransportOptionsInput, PaginationOptions, HttpOptionsInput, LoggingOptionsInput, ElicitationOptionsInput, SkillsConfigOptionsInput, ExtAppsOptionsInput } from '../types';
2
+ import { AuthOptions, ServerInfoOptions, AuthOptionsInput, RedisOptionsInput, PubsubOptionsInput, TransportOptionsInput, PaginationOptions, HttpOptionsInput, LoggingOptionsInput, ElicitationOptionsInput, SkillsConfigOptionsInput, ExtAppsOptionsInput, SqliteOptionsInput } from '../types';
3
3
  import { AppType, PluginType, ProviderType, ResourceType, SkillType, ToolType } from '../interfaces';
4
4
  export interface FrontMcpBaseMetadata {
5
5
  info: ServerInfoOptions;
@@ -137,6 +137,12 @@ export interface FrontMcpBaseMetadata {
137
137
  * ```
138
138
  */
139
139
  extApps?: ExtAppsOptionsInput;
140
+ /**
141
+ * SQLite storage configuration for local-only deployments.
142
+ * Provides session, elicitation, and event persistence without Redis.
143
+ * Used by the Unix socket daemon mode and other local runtimes.
144
+ */
145
+ sqlite?: SqliteOptionsInput;
140
146
  }
141
147
  export declare const frontMcpBaseSchema: z.ZodObject<{
142
148
  info: z.ZodObject<{
@@ -165,6 +171,7 @@ export declare const frontMcpBaseSchema: z.ZodObject<{
165
171
  port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
166
172
  entryPath: z.ZodDefault<z.ZodString>;
167
173
  hostFactory: z.ZodOptional<z.ZodAny>;
174
+ socketPath: z.ZodOptional<z.ZodString>;
168
175
  }, z.core.$strip>>;
169
176
  redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
170
177
  provider: z.ZodLiteral<"redis">;
@@ -644,6 +651,14 @@ export declare const frontMcpBaseSchema: z.ZodObject<{
644
651
  logging: z.ZodOptional<z.ZodBoolean>;
645
652
  }, z.core.$strip>>;
646
653
  }, z.core.$strip>>;
654
+ sqlite: z.ZodOptional<z.ZodObject<{
655
+ path: z.ZodString;
656
+ encryption: z.ZodOptional<z.ZodObject<{
657
+ secret: z.ZodString;
658
+ }, z.core.$strip>>;
659
+ ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
660
+ walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
661
+ }, z.core.$strip>>;
647
662
  }, z.core.$strip>;
648
663
  export interface FrontMcpMultiAppMetadata extends FrontMcpBaseMetadata {
649
664
  splitByApp?: false;
@@ -676,6 +691,7 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
676
691
  port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
677
692
  entryPath: z.ZodDefault<z.ZodString>;
678
693
  hostFactory: z.ZodOptional<z.ZodAny>;
694
+ socketPath: z.ZodOptional<z.ZodString>;
679
695
  }, z.core.$strip>>;
680
696
  redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
681
697
  provider: z.ZodLiteral<"redis">;
@@ -1155,6 +1171,14 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
1155
1171
  logging: z.ZodOptional<z.ZodBoolean>;
1156
1172
  }, z.core.$strip>>;
1157
1173
  }, z.core.$strip>>;
1174
+ sqlite: z.ZodOptional<z.ZodObject<{
1175
+ path: z.ZodString;
1176
+ encryption: z.ZodOptional<z.ZodObject<{
1177
+ secret: z.ZodString;
1178
+ }, z.core.$strip>>;
1179
+ ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1180
+ walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1181
+ }, z.core.$strip>>;
1158
1182
  splitByApp: z.ZodDefault<z.ZodLiteral<false>>;
1159
1183
  auth: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
1160
1184
  mode: z.ZodLiteral<"public">;
@@ -1448,6 +1472,7 @@ declare const frontMcpSplitByAppSchema: z.ZodObject<{
1448
1472
  port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1449
1473
  entryPath: z.ZodDefault<z.ZodString>;
1450
1474
  hostFactory: z.ZodOptional<z.ZodAny>;
1475
+ socketPath: z.ZodOptional<z.ZodString>;
1451
1476
  }, z.core.$strip>>;
1452
1477
  redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
1453
1478
  provider: z.ZodLiteral<"redis">;
@@ -1927,6 +1952,14 @@ declare const frontMcpSplitByAppSchema: z.ZodObject<{
1927
1952
  logging: z.ZodOptional<z.ZodBoolean>;
1928
1953
  }, z.core.$strip>>;
1929
1954
  }, z.core.$strip>>;
1955
+ sqlite: z.ZodOptional<z.ZodObject<{
1956
+ path: z.ZodString;
1957
+ encryption: z.ZodOptional<z.ZodObject<{
1958
+ secret: z.ZodString;
1959
+ }, z.core.$strip>>;
1960
+ ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1961
+ walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
1962
+ }, z.core.$strip>>;
1930
1963
  splitByApp: z.ZodLiteral<true>;
1931
1964
  auth: z.ZodOptional<z.ZodNever>;
1932
1965
  }, z.core.$strip>;
@@ -1958,6 +1991,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
1958
1991
  port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
1959
1992
  entryPath: z.ZodDefault<z.ZodString>;
1960
1993
  hostFactory: z.ZodOptional<z.ZodAny>;
1994
+ socketPath: z.ZodOptional<z.ZodString>;
1961
1995
  }, z.core.$strip>>;
1962
1996
  redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
1963
1997
  provider: z.ZodLiteral<"redis">;
@@ -2437,6 +2471,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
2437
2471
  logging: z.ZodOptional<z.ZodBoolean>;
2438
2472
  }, z.core.$strip>>;
2439
2473
  }, z.core.$strip>>;
2474
+ sqlite: z.ZodOptional<z.ZodObject<{
2475
+ path: z.ZodString;
2476
+ encryption: z.ZodOptional<z.ZodObject<{
2477
+ secret: z.ZodString;
2478
+ }, z.core.$strip>>;
2479
+ ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
2480
+ walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
2481
+ }, z.core.$strip>>;
2440
2482
  splitByApp: z.ZodDefault<z.ZodLiteral<false>>;
2441
2483
  auth: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
2442
2484
  mode: z.ZodLiteral<"public">;
@@ -2725,6 +2767,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
2725
2767
  port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
2726
2768
  entryPath: z.ZodDefault<z.ZodString>;
2727
2769
  hostFactory: z.ZodOptional<z.ZodAny>;
2770
+ socketPath: z.ZodOptional<z.ZodString>;
2728
2771
  }, z.core.$strip>>;
2729
2772
  redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
2730
2773
  provider: z.ZodLiteral<"redis">;
@@ -3204,6 +3247,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
3204
3247
  logging: z.ZodOptional<z.ZodBoolean>;
3205
3248
  }, z.core.$strip>>;
3206
3249
  }, z.core.$strip>>;
3250
+ sqlite: z.ZodOptional<z.ZodObject<{
3251
+ path: z.ZodString;
3252
+ encryption: z.ZodOptional<z.ZodObject<{
3253
+ secret: z.ZodString;
3254
+ }, z.core.$strip>>;
3255
+ ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
3256
+ walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
3257
+ }, z.core.$strip>>;
3207
3258
  splitByApp: z.ZodLiteral<true>;
3208
3259
  auth: z.ZodOptional<z.ZodNever>;
3209
3260
  }, z.core.$strip>]>, z.ZodTransform<{
@@ -3310,6 +3361,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
3310
3361
  port: number;
3311
3362
  entryPath: string;
3312
3363
  hostFactory?: any;
3364
+ socketPath?: string | undefined;
3313
3365
  } | undefined;
3314
3366
  redis?: {
3315
3367
  provider: "redis";
@@ -3443,6 +3495,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
3443
3495
  logging?: boolean | undefined;
3444
3496
  } | undefined;
3445
3497
  } | undefined;
3498
+ sqlite?: {
3499
+ path: string;
3500
+ ttlCleanupIntervalMs: number;
3501
+ walMode: boolean;
3502
+ encryption?: {
3503
+ secret: string;
3504
+ } | undefined;
3505
+ } | undefined;
3446
3506
  auth?: {
3447
3507
  mode: "public";
3448
3508
  sessionTtl: number;
@@ -3781,6 +3841,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
3781
3841
  port: number;
3782
3842
  entryPath: string;
3783
3843
  hostFactory?: any;
3844
+ socketPath?: string | undefined;
3784
3845
  } | undefined;
3785
3846
  redis?: {
3786
3847
  provider: "redis";
@@ -3914,6 +3975,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
3914
3975
  logging?: boolean | undefined;
3915
3976
  } | undefined;
3916
3977
  } | undefined;
3978
+ sqlite?: {
3979
+ path: string;
3980
+ ttlCleanupIntervalMs: number;
3981
+ walMode: boolean;
3982
+ encryption?: {
3983
+ secret: string;
3984
+ } | undefined;
3985
+ } | undefined;
3917
3986
  auth?: undefined;
3918
3987
  }, {
3919
3988
  info: {
@@ -4019,6 +4088,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
4019
4088
  port: number;
4020
4089
  entryPath: string;
4021
4090
  hostFactory?: any;
4091
+ socketPath?: string | undefined;
4022
4092
  } | undefined;
4023
4093
  redis?: {
4024
4094
  provider: "redis";
@@ -4152,6 +4222,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
4152
4222
  logging?: boolean | undefined;
4153
4223
  } | undefined;
4154
4224
  } | undefined;
4225
+ sqlite?: {
4226
+ path: string;
4227
+ ttlCleanupIntervalMs: number;
4228
+ walMode: boolean;
4229
+ encryption?: {
4230
+ secret: string;
4231
+ } | undefined;
4232
+ } | undefined;
4155
4233
  auth?: {
4156
4234
  mode: "public";
4157
4235
  sessionTtl: number;
@@ -4490,6 +4568,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
4490
4568
  port: number;
4491
4569
  entryPath: string;
4492
4570
  hostFactory?: any;
4571
+ socketPath?: string | undefined;
4493
4572
  } | undefined;
4494
4573
  redis?: {
4495
4574
  provider: "redis";
@@ -4623,6 +4702,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
4623
4702
  logging?: boolean | undefined;
4624
4703
  } | undefined;
4625
4704
  } | undefined;
4705
+ sqlite?: {
4706
+ path: string;
4707
+ ttlCleanupIntervalMs: number;
4708
+ walMode: boolean;
4709
+ encryption?: {
4710
+ secret: string;
4711
+ } | undefined;
4712
+ } | undefined;
4626
4713
  auth?: undefined;
4627
4714
  }>>;
4628
4715
  export type FrontMcpMultiAppConfig = z.infer<typeof frontMcpMultiAppSchema>;
@@ -1 +1 @@
1
- {"version":3,"file":"front-mcp.metadata.d.ts","sourceRoot":"","sources":["../../../src/common/metadata/front-mcp.metadata.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEQ,CAAC;AAE5C,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC5E,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,4DAA4D;AAC5D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAExE,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEzE,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,0BAA0B,EAAE,MAAM,GAAG,YAAY,CAAC;IAC/F,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,OAAO,CAAC,CAAC;IAChB,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB;AAED,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACrE,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,OAAO,EAAE,CAAC;CACjB;AAED,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,qBAAqB,CAAC"}
1
+ {"version":3,"file":"front-mcp.metadata.d.ts","sourceRoot":"","sources":["../../../src/common/metadata/front-mcp.metadata.ts"],"names":[],"mappings":"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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAEQ,CAAC;AAE5C,MAAM,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAC5E,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAEhF,4DAA4D;AAC5D,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAExE,kEAAkE;AAClE,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEzE,MAAM,WAAW,gBAAiB,SAAQ,IAAI,CAAC,0BAA0B,EAAE,MAAM,GAAG,YAAY,CAAC;IAC/F,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,OAAO,CAAC,CAAC;IAChB,IAAI,CAAC,EAAE,WAAW,CAAC;CACpB;AAED,MAAM,WAAW,qBAAsB,SAAQ,wBAAwB;IACrE,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,OAAO,EAAE,CAAC;CACjB;AAED,MAAM,MAAM,aAAa,GAAG,gBAAgB,GAAG,qBAAqB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"base-config.provider.d.ts","sourceRoot":"","sources":["../../../src/common/providers/base-config.provider.ts"],"names":[],"mappings":"AAEA;;;GAGG;AACH,MAAM,MAAM,UAAU,CAAC,CAAC,EAAE,MAAM,SAAS,MAAM,GAAG,EAAE,IAAI,CAAC,SAAS,MAAM,GACpE;KACG,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GACxC,GAAG,MAAM,GAAG,CAAC,EAAE,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,GACpD,GAAG,MAAM,GAAG,CAAC,EAAE;CACpB,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,GACnB,KAAK,CAAC;AAEV;;GAEG;AACH,MAAM,MAAM,SAAS,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,IAAI,CAAC,SAAS,GAAG,MAAM,GAAG,IAAI,MAAM,IAAI,EAAE,GAC/E,GAAG,SAAS,MAAM,CAAC,GACjB,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,IAAI,CAAC,GACvB,KAAK,GACP,CAAC,SAAS,MAAM,CAAC,GACjB,CAAC,CAAC,CAAC,CAAC,GACJ,KAAK,CAAC;AAEV;;GAEG;AACH,8BAAsB,UAAU,CAAC,OAAO,SAAS,MAAM;IACrD,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;gBAEvB,MAAM,EAAE,OAAO;IAI3B;;OAEG;IACH,MAAM,IAAI,OAAO;IAIjB;;;;;;;OAOG;IACH,GAAG,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAClE,GAAG,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,EAAE,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAqBvG;;;;;OAKG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAe1B;;;;OAIG;IACH,YAAY,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,EAAE,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAKhH;;;;;OAKG;IACH,WAAW,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAQ1E;;;;OAIG;IACH,UAAU,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAIzE;;;;OAIG;IACH,UAAU,CAAC,CAAC,SAAS,MAAM,OAAO,EAAE,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IAI3D;;;;OAIG;IACH,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,GAAG,OAAO;IAItF;;;;OAIG;IACH,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IAQpF;;OAEG;IACH,MAAM,IAAI,OAAO;IAIjB;;OAEG;IACH,QAAQ,IAAI,MAAM;CAGnB"}
1
+ {"version":3,"file":"base-config.provider.d.ts","sourceRoot":"","sources":["../../../src/common/providers/base-config.provider.ts"],"names":[],"mappings":"AAIA;;;GAGG;AACH,MAAM,MAAM,UAAU,CAAC,CAAC,EAAE,MAAM,SAAS,MAAM,GAAG,EAAE,IAAI,CAAC,SAAS,MAAM,GACpE;KACG,CAAC,IAAI,MAAM,CAAC,GAAG,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GACxC,GAAG,MAAM,GAAG,CAAC,EAAE,GAAG,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,MAAM,GAAG,CAAC,GAAG,CAAC,GACpD,GAAG,MAAM,GAAG,CAAC,EAAE;CACpB,CAAC,MAAM,CAAC,GAAG,MAAM,CAAC,GACnB,KAAK,CAAC;AAEV;;GAEG;AACH,MAAM,MAAM,SAAS,CAAC,CAAC,EAAE,CAAC,SAAS,MAAM,IAAI,CAAC,SAAS,GAAG,MAAM,GAAG,IAAI,MAAM,IAAI,EAAE,GAC/E,GAAG,SAAS,MAAM,CAAC,GACjB,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,IAAI,CAAC,GACvB,KAAK,GACP,CAAC,SAAS,MAAM,CAAC,GACf,CAAC,CAAC,CAAC,CAAC,GACJ,KAAK,CAAC;AAEZ;;GAEG;AACH,8BAAsB,UAAU,CAAC,OAAO,SAAS,MAAM;IACrD,SAAS,CAAC,QAAQ,CAAC,MAAM,EAAE,OAAO,CAAC;gBAEvB,MAAM,EAAE,OAAO;IAI3B;;OAEG;IACH,MAAM,IAAI,OAAO;IAIjB;;;;;;;OAOG;IACH,GAAG,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAClE,GAAG,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,EAAE,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAqBvG;;;;;OAKG;IACH,GAAG,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO;IAe1B;;;;OAIG;IACH,YAAY,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,YAAY,EAAE,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAKhH;;;;;OAKG;IACH,WAAW,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAQ1E;;;;OAIG;IACH,UAAU,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,GAAG,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC;IAIzE;;;;OAIG;IACH,UAAU,CAAC,CAAC,SAAS,MAAM,OAAO,EAAE,OAAO,EAAE,CAAC,GAAG,OAAO,CAAC,CAAC,CAAC;IAI3D;;;;OAIG;IACH,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,GAAG,OAAO;IAItF;;;;OAIG;IACH,OAAO,CAAC,CAAC,SAAS,UAAU,CAAC,OAAO,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,MAAM,CAAC,CAAC,EAAE,SAAS,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IAQpF;;OAEG;IACH,MAAM,IAAI,OAAO;IAIjB;;OAEG;IACH,QAAQ,IAAI,MAAM;CAGnB"}
@@ -1 +1 @@
1
- {"version":3,"file":"front-mcp.tokens.d.ts","sourceRoot":"","sources":["../../../src/common/tokens/front-mcp.tokens.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,eAAO,MAAM,cAAc,EAAE,gBAAgB,CAAC,gBAAgB,CAgC7D,CAAC"}
1
+ {"version":3,"file":"front-mcp.tokens.d.ts","sourceRoot":"","sources":["../../../src/common/tokens/front-mcp.tokens.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C,eAAO,MAAM,cAAc,EAAE,gBAAgB,CAAC,gBAAgB,CAkC7D,CAAC"}
@@ -19,5 +19,12 @@ export interface HttpOptionsInterface {
19
19
  * Can be a FrontMcpServer instance or a factory function.
20
20
  */
21
21
  hostFactory?: FrontMcpServer | ((config: HttpOptionsInterface) => FrontMcpServer);
22
+ /**
23
+ * Unix socket path for local-only server mode.
24
+ * When set, the server listens on a Unix socket instead of a TCP port.
25
+ * The entire HTTP feature set (streamable HTTP, SSE, elicitation, sessions)
26
+ * works unchanged over Unix sockets.
27
+ */
28
+ socketPath?: string;
22
29
  }
23
30
  //# sourceMappingURL=interfaces.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/http/interfaces.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,cAAc,GAAG,CAAC,CAAC,MAAM,EAAE,oBAAoB,KAAK,cAAc,CAAC,CAAC;CACnF"}
1
+ {"version":3,"file":"interfaces.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/http/interfaces.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAErD;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,WAAW,CAAC,EAAE,cAAc,GAAG,CAAC,CAAC,MAAM,EAAE,oBAAoB,KAAK,cAAc,CAAC,CAAC;IAElF;;;;;OAKG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB"}
@@ -6,6 +6,7 @@ export declare const httpOptionsSchema: z.ZodObject<{
6
6
  port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
7
7
  entryPath: z.ZodDefault<z.ZodString>;
8
8
  hostFactory: z.ZodOptional<z.ZodAny>;
9
+ socketPath: z.ZodOptional<z.ZodString>;
9
10
  }, z.core.$strip>;
10
11
  /**
11
12
  * HTTP configuration type (with defaults applied).
@@ -1 +1 @@
1
- {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/http/schema.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;iBAM5B,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/http/schema.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;;;iBAY5B,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,WAAW,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAE5D;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iBAAiB,CAAC,CAAC"}
@@ -9,4 +9,5 @@ export * from './pagination';
9
9
  export * from './elicitation';
10
10
  export * from './skills-http';
11
11
  export * from './ext-apps';
12
+ export * from './sqlite';
12
13
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/types/options/index.ts"],"names":[],"mappings":"AAGA,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/common/types/options/index.ts"],"names":[],"mappings":"AAGA,cAAc,eAAe,CAAC;AAC9B,cAAc,WAAW,CAAC;AAC1B,cAAc,QAAQ,CAAC;AACvB,cAAc,QAAQ,CAAC;AACvB,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { sqliteOptionsSchema } from './schema';
2
+ export type { SqliteOptionsInput, SqliteOptions } from './schema';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/sqlite/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAC/C,YAAY,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,26 @@
1
+ /**
2
+ * SQLite Configuration Schema for SDK
3
+ *
4
+ * Zod schema for SQLite storage options used in FrontMCP config.
5
+ */
6
+ import { z } from 'zod';
7
+ /**
8
+ * SQLite storage configuration schema.
9
+ */
10
+ export declare const sqliteOptionsSchema: z.ZodObject<{
11
+ path: z.ZodString;
12
+ encryption: z.ZodOptional<z.ZodObject<{
13
+ secret: z.ZodString;
14
+ }, z.core.$strip>>;
15
+ ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
16
+ walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
17
+ }, z.core.$strip>;
18
+ /**
19
+ * SQLite storage input type (before Zod defaults).
20
+ */
21
+ export type SqliteOptionsInput = z.input<typeof sqliteOptionsSchema>;
22
+ /**
23
+ * SQLite storage output type (after Zod defaults).
24
+ */
25
+ export type SqliteOptions = z.infer<typeof sqliteOptionsSchema>;
26
+ //# sourceMappingURL=schema.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"schema.d.ts","sourceRoot":"","sources":["../../../../../src/common/types/options/sqlite/schema.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;;;;;iBAyB9B,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAErE;;GAEG;AACH,MAAM,MAAM,aAAa,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,mBAAmB,CAAC,CAAC"}
@@ -61,7 +61,7 @@ export declare function isElicitationEncryptionAvailable(): boolean;
61
61
  * @param sessionId - The session ID to derive a key for
62
62
  * @param secret - Optional secret override (defaults to env var)
63
63
  * @returns 32-byte encryption key
64
- * @throws Error if no secret is available
64
+ * @throws ElicitationSecretRequiredError if no secret is available
65
65
  */
66
66
  export declare function deriveElicitationKey(sessionId: string, secret?: string): Promise<Uint8Array>;
67
67
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"elicitation-encryption.d.ts","sourceRoot":"","sources":["../../../src/elicitation/store/elicitation-encryption.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAOL,KAAK,OAAO,EACb,MAAM,iBAAiB,CAAC;AAMzB;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;AAE/C;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAmBD;;;;;GAKG;AACH,wBAAgB,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAOpD;AAED;;;GAGG;AACH,wBAAgB,gCAAgC,IAAI,OAAO,CAE1D;AAMD;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAsB,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAmBlG;AAMD;;;;;;;;;;;;GAYG;AACH,wBAAsB,sBAAsB,CAAC,CAAC,EAC5C,IAAI,EAAE,CAAC,EACP,SAAS,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,MAAM,GACd,OAAO,CAAC,wBAAwB,CAAC,CAanC;AAED;;;;;;;GAOG;AACH,wBAAsB,sBAAsB,CAAC,CAAC,EAC5C,IAAI,EAAE,wBAAwB,EAC9B,SAAS,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,MAAM,GACd,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC,CAenB;AAMD;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,wBAAwB,GAAG,MAAM,CAE/E;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,GAAG,EAAE,MAAM,GAAG,wBAAwB,GAAG,IAAI,CAUvF;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,wBAAwB,CAajF;AAMD;;;;;;;GAOG;AACH,wBAAsB,mBAAmB,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAGzG;AAED;;;;;;;GAOG;AACH,wBAAsB,qBAAqB,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC,CAMjH;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,qBAAqB,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC,CAKpH"}
1
+ {"version":3,"file":"elicitation-encryption.d.ts","sourceRoot":"","sources":["../../../src/elicitation/store/elicitation-encryption.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;GAYG;AAEH,OAAO,EAOL,KAAK,OAAO,EACb,MAAM,iBAAiB,CAAC;AAOzB;;;GAGG;AACH,MAAM,MAAM,wBAAwB,GAAG,OAAO,CAAC;AAE/C;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,OAAO,EAAE,OAAO,CAAC;IAEjB;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAmBD;;;;;GAKG;AACH,wBAAgB,oBAAoB,IAAI,MAAM,GAAG,IAAI,CAOpD;AAED;;;GAGG;AACH,wBAAgB,gCAAgC,IAAI,OAAO,CAE1D;AAMD;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAsB,oBAAoB,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,UAAU,CAAC,CAgBlG;AAMD;;;;;;;;;;;;GAYG;AACH,wBAAsB,sBAAsB,CAAC,CAAC,EAC5C,IAAI,EAAE,CAAC,EACP,SAAS,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,MAAM,GACd,OAAO,CAAC,wBAAwB,CAAC,CAanC;AAED;;;;;;;GAOG;AACH,wBAAsB,sBAAsB,CAAC,CAAC,EAC5C,IAAI,EAAE,wBAAwB,EAC9B,SAAS,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,MAAM,GACd,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC,CAenB;AAMD;;GAEG;AACH,wBAAgB,wBAAwB,CAAC,IAAI,EAAE,wBAAwB,GAAG,MAAM,CAE/E;AAED;;;GAGG;AACH,wBAAgB,0BAA0B,CAAC,GAAG,EAAE,MAAM,GAAG,wBAAwB,GAAG,IAAI,CAUvF;AAED;;;GAGG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,wBAAwB,CAajF;AAMD;;;;;;;GAOG;AACH,wBAAsB,mBAAmB,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,MAAM,CAAC,CAGzG;AAED;;;;;;;GAOG;AACH,wBAAsB,qBAAqB,CAAC,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC,CAMjH;AAED;;;;;;;;;;GAUG;AACH,wBAAsB,qBAAqB,CAAC,CAAC,EAAE,KAAK,EAAE,OAAO,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,CAAC,GAAG,IAAI,CAAC,CAKpH"}
@@ -10,7 +10,7 @@
10
10
  * @module elicitation/store/elicitation-store.factory
11
11
  */
12
12
  import type { StorageConfig, RootStorage } from '@frontmcp/utils';
13
- import type { FrontMcpLogger, RedisOptionsInput } from '../../common';
13
+ import type { FrontMcpLogger, RedisOptionsInput, SqliteOptionsInput } from '../../common';
14
14
  import type { ElicitationStore } from './elicitation.store';
15
15
  /**
16
16
  * Options for creating an elicitation store.
@@ -194,4 +194,24 @@ export declare function createElicitationStoreFromStorage(storage: RootStorage,
194
194
  secret?: string;
195
195
  };
196
196
  }): ElicitationStoreResult;
197
+ /**
198
+ * Create a SQLite-backed elicitation store for local-only deployments.
199
+ * Uses EventEmitter for single-process pub/sub (no distributed pub/sub needed).
200
+ *
201
+ * @param sqliteConfig - SQLite storage configuration
202
+ * @param storeOptions - Optional store configuration
203
+ * @returns A SQLite-backed elicitation store
204
+ *
205
+ * @example
206
+ * ```typescript
207
+ * const store = createSqliteElicitationStore(
208
+ * { path: '~/.frontmcp/data/elicitation.sqlite' },
209
+ * { logger },
210
+ * );
211
+ * ```
212
+ */
213
+ export declare function createSqliteElicitationStore(sqliteConfig: SqliteOptionsInput, storeOptions?: {
214
+ keyPrefix?: string;
215
+ logger?: FrontMcpLogger;
216
+ }): ElicitationStore;
197
217
  //# sourceMappingURL=elicitation-store.factory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"elicitation-store.factory.d.ts","sourceRoot":"","sources":["../../../src/elicitation/store/elicitation-store.factory.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAElE,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AACtE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAM5D;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB;;;;OAIG;IACH,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAE1B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;IAExB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;;;;;;;;;;;OAeG;IACH,UAAU,CAAC,EAAE;QACX;;;;;;WAMG;QACH,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QAE3B;;;WAGG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,KAAK,EAAE,gBAAgB,CAAC;IAExB;;OAEG;IACH,IAAI,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAE9C;;;OAGG;IACH,OAAO,EAAE,WAAW,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;CACpB;AAgBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,wBAAsB,sBAAsB,CAAC,OAAO,GAAE,uBAA4B,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAwInH;AAED;;;;;;GAMG;AACH,wBAAgB,4BAA4B,CAC1C,OAAO,GAAE;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,UAAU,CAAC,EAAE;QACX,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACE,GACL,sBAAsB,CAwBxB;AAED;;;;;;;GAOG;AACH,wBAAgB,iCAAiC,CAC/C,OAAO,EAAE,WAAW,EACpB,OAAO,GAAE;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE;QACX,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACE,GACL,sBAAsB,CAsCxB"}
1
+ {"version":3,"file":"elicitation-store.factory.d.ts","sourceRoot":"","sources":["../../../src/elicitation/store/elicitation-store.factory.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AAEH,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAElE,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,kBAAkB,EAAE,MAAM,cAAc,CAAC;AAC1F,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,qBAAqB,CAAC;AAM5D;;GAEG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,OAAO,CAAC,EAAE,aAAa,CAAC;IAExB;;;;OAIG;IACH,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAE1B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,MAAM,CAAC,EAAE,cAAc,CAAC;IAExB;;;OAGG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;;;OAIG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;;;;;;;;;;;;;;OAeG;IACH,UAAU,CAAC,EAAE;QACX;;;;;;WAMG;QACH,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QAE3B;;;WAGG;QACH,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACH;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,KAAK,EAAE,gBAAgB,CAAC;IAExB;;OAEG;IACH,IAAI,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IAE9C;;;OAGG;IACH,OAAO,EAAE,WAAW,CAAC;IAErB;;OAEG;IACH,SAAS,EAAE,OAAO,CAAC;CACpB;AAgBD;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsCG;AACH,wBAAsB,sBAAsB,CAAC,OAAO,GAAE,uBAA4B,GAAG,OAAO,CAAC,sBAAsB,CAAC,CAwInH;AAED;;;;;;GAMG;AACH,wBAAgB,4BAA4B,CAC1C,OAAO,GAAE;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,UAAU,CAAC,EAAE;QACX,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACE,GACL,sBAAsB,CAwBxB;AAED;;;;;;;GAOG;AACH,wBAAgB,iCAAiC,CAC/C,OAAO,EAAE,WAAW,EACpB,OAAO,GAAE;IACP,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,UAAU,CAAC,EAAE;QACX,OAAO,CAAC,EAAE,OAAO,GAAG,MAAM,CAAC;QAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACE,GACL,sBAAsB,CAsCxB;AAED;;;;;;;;;;;;;;;GAeG;AACH,wBAAgB,4BAA4B,CAC1C,YAAY,EAAE,kBAAkB,EAChC,YAAY,GAAE;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,MAAM,CAAC,EAAE,cAAc,CAAC;CACpB,GACL,gBAAgB,CAgBlB"}
@@ -0,0 +1,105 @@
1
+ import { InternalMcpError } from './mcp.error';
2
+ /**
3
+ * Thrown when encryption context is not set.
4
+ */
5
+ export declare class EncryptionContextNotSetError extends InternalMcpError {
6
+ constructor();
7
+ }
8
+ /**
9
+ * Thrown when loading a vault fails.
10
+ */
11
+ export declare class VaultLoadError extends InternalMcpError {
12
+ readonly originalError?: Error;
13
+ constructor(vaultId: string, originalError?: Error);
14
+ }
15
+ /**
16
+ * Thrown when a vault entity is not found.
17
+ */
18
+ export declare class VaultNotFoundError extends InternalMcpError {
19
+ constructor(entityType: string, id: string);
20
+ }
21
+ /**
22
+ * Thrown when a token is not available (e.g., expired, not yet obtained).
23
+ */
24
+ export declare class TokenNotAvailableError extends InternalMcpError {
25
+ constructor(message: string);
26
+ }
27
+ /**
28
+ * Thrown when a token store is required but not configured.
29
+ */
30
+ export declare class TokenStoreRequiredError extends InternalMcpError {
31
+ constructor(context: string);
32
+ }
33
+ /**
34
+ * Thrown when no provider ID is available.
35
+ */
36
+ export declare class NoProviderIdError extends InternalMcpError {
37
+ constructor(message: string);
38
+ }
39
+ /**
40
+ * Thrown when a potential token leak is detected.
41
+ */
42
+ export declare class TokenLeakDetectedError extends InternalMcpError {
43
+ constructor(detail: string);
44
+ }
45
+ /**
46
+ * Thrown when a session secret is required but not configured.
47
+ */
48
+ export declare class SessionSecretRequiredError extends InternalMcpError {
49
+ constructor(component: string);
50
+ }
51
+ /**
52
+ * Thrown when a credential provider is already registered.
53
+ */
54
+ export declare class CredentialProviderAlreadyRegisteredError extends InternalMcpError {
55
+ constructor(name: string);
56
+ }
57
+ /**
58
+ * Thrown when auth providers are not configured.
59
+ */
60
+ export declare class AuthProvidersNotConfiguredError extends InternalMcpError {
61
+ constructor();
62
+ }
63
+ /**
64
+ * Thrown when orchestrated auth is not available.
65
+ */
66
+ export declare class OrchestratedAuthNotAvailableError extends InternalMcpError {
67
+ constructor();
68
+ }
69
+ /**
70
+ * Thrown when encryption key is not configured.
71
+ */
72
+ export declare class EncryptionKeyNotConfiguredError extends InternalMcpError {
73
+ constructor();
74
+ }
75
+ /**
76
+ * Thrown when session ID is empty.
77
+ */
78
+ export declare class SessionIdEmptyError extends InternalMcpError {
79
+ constructor(storeName: string);
80
+ }
81
+ /**
82
+ * Thrown when elicitation secret is required but not configured.
83
+ */
84
+ export declare class ElicitationSecretRequiredError extends InternalMcpError {
85
+ constructor();
86
+ }
87
+ /**
88
+ * Thrown when scope access is denied for a provider.
89
+ */
90
+ export declare class ScopeDeniedError extends InternalMcpError {
91
+ constructor(providerId: string);
92
+ }
93
+ /**
94
+ * Thrown when an in-memory store is required but not available.
95
+ */
96
+ export declare class InMemoryStoreRequiredError extends InternalMcpError {
97
+ constructor(component: string);
98
+ }
99
+ /**
100
+ * Thrown when orchestrator JWKS is not available.
101
+ */
102
+ export declare class OrchestratorJwksNotAvailableError extends InternalMcpError {
103
+ constructor();
104
+ }
105
+ //# sourceMappingURL=auth-internal.errors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"auth-internal.errors.d.ts","sourceRoot":"","sources":["../../src/errors/auth-internal.errors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C;;GAEG;AACH,qBAAa,4BAA6B,SAAQ,gBAAgB;;CAIjE;AAED;;GAEG;AACH,qBAAa,cAAe,SAAQ,gBAAgB;IAClD,QAAQ,CAAC,aAAa,CAAC,EAAE,KAAK,CAAC;gBAEnB,OAAO,EAAE,MAAM,EAAE,aAAa,CAAC,EAAE,KAAK;CAInD;AAED;;GAEG;AACH,qBAAa,kBAAmB,SAAQ,gBAAgB;gBAC1C,UAAU,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM;CAG3C;AAED;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,gBAAgB;gBAC9C,OAAO,EAAE,MAAM;CAG5B;AAED;;GAEG;AACH,qBAAa,uBAAwB,SAAQ,gBAAgB;gBAC/C,OAAO,EAAE,MAAM;CAG5B;AAED;;GAEG;AACH,qBAAa,iBAAkB,SAAQ,gBAAgB;gBACzC,OAAO,EAAE,MAAM;CAG5B;AAED;;GAEG;AACH,qBAAa,sBAAuB,SAAQ,gBAAgB;gBAC9C,MAAM,EAAE,MAAM;CAG3B;AAED;;GAEG;AACH,qBAAa,0BAA2B,SAAQ,gBAAgB;gBAClD,SAAS,EAAE,MAAM;CAG9B;AAED;;GAEG;AACH,qBAAa,wCAAyC,SAAQ,gBAAgB;gBAChE,IAAI,EAAE,MAAM;CAGzB;AAED;;GAEG;AACH,qBAAa,+BAAgC,SAAQ,gBAAgB;;CAIpE;AAED;;GAEG;AACH,qBAAa,iCAAkC,SAAQ,gBAAgB;;CAItE;AAED;;GAEG;AACH,qBAAa,+BAAgC,SAAQ,gBAAgB;;CAIpE;AAED;;GAEG;AACH,qBAAa,mBAAoB,SAAQ,gBAAgB;gBAC3C,SAAS,EAAE,MAAM;CAG9B;AAED;;GAEG;AACH,qBAAa,8BAA+B,SAAQ,gBAAgB;;CAInE;AAED;;GAEG;AACH,qBAAa,gBAAiB,SAAQ,gBAAgB;gBACxC,UAAU,EAAE,MAAM;CAG/B;AAED;;GAEG;AACH,qBAAa,0BAA2B,SAAQ,gBAAgB;gBAClD,SAAS,EAAE,MAAM;CAG9B;AAED;;GAEG;AACH,qBAAa,iCAAkC,SAAQ,gBAAgB;;CAItE"}
@@ -0,0 +1,14 @@
1
+ import { InternalMcpError } from './mcp.error';
2
+ /**
3
+ * Thrown when a decorator receives invalid metadata (e.g., @App, @Plugin, @FrontMcp).
4
+ */
5
+ export declare class InvalidDecoratorMetadataError extends InternalMcpError {
6
+ constructor(decoratorName: string, field: string, details: string);
7
+ }
8
+ /**
9
+ * Thrown when a hook target method is not defined on the class.
10
+ */
11
+ export declare class HookTargetNotDefinedError extends InternalMcpError {
12
+ constructor(method: string);
13
+ }
14
+ //# sourceMappingURL=decorator.errors.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"decorator.errors.d.ts","sourceRoot":"","sources":["../../src/errors/decorator.errors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAE/C;;GAEG;AACH,qBAAa,6BAA8B,SAAQ,gBAAgB;gBACrD,aAAa,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM;CAGlE;AAED;;GAEG;AACH,qBAAa,yBAA0B,SAAQ,gBAAgB;gBACjD,MAAM,EAAE,MAAM;CAG3B"}
package/errors/index.d.ts CHANGED
@@ -3,5 +3,12 @@ export { authorizationRequiredDataSchema, authorizationRequiredParamsSchema, aut
3
3
  export { ErrorHandler, ErrorHandlerOptions, createErrorHandler, shouldStopExecution } from './error-handler';
4
4
  export { AgentNotFoundError, AgentExecutionError, AgentLoopExceededError, AgentTimeoutError, AgentVisibilityError, AgentLlmError, AgentConfigurationError, AgentNotConfiguredError, AgentToolNotFoundError, } from './agent.errors';
5
5
  export { ElicitationNotSupportedError, ElicitationTimeoutError, ElicitationFallbackRequired, ElicitationStoreNotInitializedError, ElicitationDisabledError, ElicitationEncryptionError, ElicitationSubscriptionError, } from './elicitation.error';
6
- export { RemoteConnectionError, RemoteDisconnectError, RemoteTimeoutError, RemoteToolNotFoundError, RemoteResourceNotFoundError, RemotePromptNotFoundError, RemoteAuthError, RemoteAuthorizationError, RemoteToolExecutionError, RemoteResourceReadError, RemotePromptGetError, RemoteTransportError, RemoteUnsupportedTransportError, RemoteCapabilityDiscoveryError, RemoteCapabilityNotSupportedError, RemoteConfigurationError, RemoteNotConnectedError, } from './remote.errors';
6
+ export { RemoteConnectionError, RemoteDisconnectError, RemoteTimeoutError, RemoteToolNotFoundError, RemoteResourceNotFoundError, RemotePromptNotFoundError, RemoteAuthError, RemoteAuthorizationError, RemoteToolExecutionError, RemoteResourceReadError, RemotePromptGetError, RemoteTransportError, RemoteUnsupportedTransportError, RemoteCapabilityDiscoveryError, RemoteCapabilityNotSupportedError, RemoteConfigurationError, RemoteNotConnectedError, InvalidRetryOptionsError, } from './remote.errors';
7
+ export { MissingProvideError, InvalidUseClassError, InvalidUseFactoryError, InvalidUseValueError, InvalidEntityError, } from './normalization.errors';
8
+ export { RegistryDefinitionNotFoundError, RegistryGraphEntryNotFoundError, RegistryDependencyNotRegisteredError, InvalidRegistryKindError, NameDisambiguationError, EntryValidationError, FlowNotRegisteredError, UnsupportedHookOwnerKindError, } from './registry.errors';
9
+ export { ProviderNotRegisteredError, ProviderScopeMismatchError, ProviderNotInstantiatedError, DependencyCycleError, ProviderConstructionError, ProviderDependencyError, ProviderScopedAccessError, ProviderNotAvailableError, PluginDependencyError, InvalidDependencyScopeError, } from './provider.errors';
10
+ export { InvalidDecoratorMetadataError, HookTargetNotDefinedError } from './decorator.errors';
11
+ export { MethodNotImplementedError, UnsupportedTransportTypeError, TransportBusRequiredError, InvalidTransportSessionError, TransportNotConnectedError, TransportAlreadyStartedError, UnsupportedContentTypeError, } from './transport.errors';
12
+ export { EncryptionContextNotSetError, VaultLoadError, VaultNotFoundError, TokenNotAvailableError, TokenStoreRequiredError, NoProviderIdError, TokenLeakDetectedError, SessionSecretRequiredError, CredentialProviderAlreadyRegisteredError, AuthProvidersNotConfiguredError, OrchestratedAuthNotAvailableError, EncryptionKeyNotConfiguredError, SessionIdEmptyError, ElicitationSecretRequiredError, ScopeDeniedError, InMemoryStoreRequiredError, OrchestratorJwksNotAvailableError, } from './auth-internal.errors';
13
+ export { FlowExitedWithoutOutputError, ServerNotFoundError, ConfigNotFoundError, SessionVerificationFailedError, ContextExtensionNotAvailableError, ScopeConfigurationError, InvokeStateMissingKeyError, SkillSessionError, InvalidSkillError, SkillInstructionFetchError, InvalidInstructionSourceError, ServerlessHandlerNotInitializedError, MissingPromptArgumentError, DynamicAdapterNameError, AgentConfigKeyNotFoundError, AgentToolExecutionError, AgentMethodNotAvailableError, VercelKvNotSupportedError, VercelKvAsyncInitRequiredError, RequiredConfigUndefinedError, RegistryNotInitializedError, FlowInputMissingError, } from './sdk.errors';
7
14
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/errors/index.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,QAAQ,EACR,cAAc,EACd,gBAAgB,EAEhB,iBAAiB,EACjB,kBAAkB,EAElB,qBAAqB,EACrB,iBAAiB,EACjB,uBAAuB,EAEvB,iBAAiB,EACjB,kBAAkB,EAClB,kBAAkB,EAElB,cAAc,EACd,kBAAkB,EAElB,iBAAiB,EAEjB,mBAAmB,EACnB,6BAA6B,EAE7B,kBAAkB,EAClB,uBAAuB,EACvB,oBAAoB,EACpB,uBAAuB,EACvB,+BAA+B,EAE/B,sBAAsB,EACtB,yBAAyB,EAEzB,mBAAmB,EACnB,oBAAoB,EAEpB,aAAa,EACb,UAAU,EACV,sBAAsB,EAEtB,eAAe,EACf,KAAK,YAAY,GAClB,MAAM,aAAa,CAAC;AAGrB,OAAO,EAEL,+BAA+B,EAC/B,iCAAiC,EACjC,+BAA+B,EAE/B,yBAAyB,EACzB,2BAA2B,EAC3B,yBAAyB,EAEzB,0BAA0B,GAC3B,MAAM,gCAAgC,CAAC;AAGxC,OAAO,EAAE,YAAY,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAG7G,OAAO,EACL,kBAAkB,EAClB,mBAAmB,EACnB,sBAAsB,EACtB,iBAAiB,EACjB,oBAAoB,EACpB,aAAa,EACb,uBAAuB,EACvB,uBAAuB,EACvB,sBAAsB,GACvB,MAAM,gBAAgB,CAAC;AAGxB,OAAO,EACL,4BAA4B,EAC5B,uBAAuB,EACvB,2BAA2B,EAC3B,mCAAmC,EACnC,wBAAwB,EACxB,0BAA0B,EAC1B,4BAA4B,GAC7B,MAAM,qBAAqB,CAAC;AAG7B,OAAO,EAEL,qBAAqB,EACrB,qBAAqB,EAErB,kBAAkB,EAElB,uBAAuB,EACvB,2BAA2B,EAC3B,yBAAyB,EAEzB,eAAe,EACf,wBAAwB,EAExB,wBAAwB,EACxB,uBAAuB,EACvB,oBAAoB,EAEpB,oBAAoB,EACpB,+BAA+B,EAE/B,8BAA8B,EAC9B,iCAAiC,EAEjC,wBAAwB,EACxB,uBAAuB,GACxB,MAAM,iBAAiB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/errors/index.ts"],"names":[],"mappings":"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"}