@frontmcp/sdk 0.9.0 → 0.11.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.
- package/adapter/adapter.instance.d.ts +10 -3
- package/adapter/adapter.instance.d.ts.map +1 -1
- package/adapter/{adapter.regsitry.d.ts → adapter.registry.d.ts} +2 -1
- package/adapter/adapter.registry.d.ts.map +1 -0
- package/adapter/adapter.utils.d.ts.map +1 -1
- package/agent/agent.instance.d.ts.map +1 -1
- package/agent/agent.scope.d.ts +9 -9
- package/agent/agent.scope.d.ts.map +1 -1
- package/agent/agent.utils.d.ts.map +1 -1
- package/app/app.registry.d.ts.map +1 -1
- package/app/app.utils.d.ts.map +1 -1
- package/app/instances/app.local.instance.d.ts +1 -1
- package/auth/auth.registry.d.ts +1 -1
- package/auth/auth.registry.d.ts.map +1 -1
- package/auth/auth.utils.d.ts.map +1 -1
- package/auth/authorization/index.d.ts +0 -6
- package/auth/authorization/index.d.ts.map +1 -1
- package/auth/authorization/orchestrated.context-extension.d.ts +1 -1
- package/auth/authorization/orchestrated.context-extension.d.ts.map +1 -1
- package/auth/flows/auth.verify.flow.d.ts +1 -1
- package/auth/flows/auth.verify.flow.d.ts.map +1 -1
- package/auth/flows/oauth.authorize.flow.d.ts.map +1 -1
- package/auth/flows/oauth.callback.flow.d.ts.map +1 -1
- package/auth/flows/oauth.provider-callback.flow.d.ts.map +1 -1
- package/auth/flows/session.verify.flow.d.ts +2 -2
- package/auth/flows/session.verify.flow.d.ts.map +1 -1
- package/auth/flows/well-known.jwks.flow.d.ts.map +1 -1
- package/auth/flows/well-known.oauth-authorization-server.flow.d.ts.map +1 -1
- package/auth/flows/well-known.prm.flow.d.ts.map +1 -1
- package/auth/instances/instance.local-primary-auth.d.ts +2 -2
- package/auth/instances/instance.local-primary-auth.d.ts.map +1 -1
- package/auth/session/index.d.ts +7 -11
- package/auth/session/index.d.ts.map +1 -1
- package/auth/session/record/session.base.d.ts +1 -1
- package/auth/session/record/session.base.d.ts.map +1 -1
- package/auth/session/session-store.factory.d.ts +19 -3
- package/auth/session/session-store.factory.d.ts.map +1 -1
- package/auth/session/session.service.d.ts +1 -1
- package/auth/session/session.service.d.ts.map +1 -1
- package/auth/session/transport-session.manager.d.ts +1 -1
- package/auth/session/transport-session.manager.d.ts.map +1 -1
- package/auth/session/utils/session-id.utils.d.ts +1 -2
- package/auth/session/utils/session-id.utils.d.ts.map +1 -1
- package/auth/vault/auth-providers.context-extension.d.ts +2 -2
- package/auth/vault/auth-providers.context-extension.d.ts.map +1 -1
- package/auth/vault/auth-providers.providers.d.ts +1 -1
- package/auth/vault/auth-providers.providers.d.ts.map +1 -1
- package/auth/vault/index.d.ts +0 -52
- package/auth/vault/index.d.ts.map +1 -1
- package/builtin/config/config-resolver.d.ts.map +1 -1
- package/common/decorators/app.decorator.d.ts +1 -1
- package/common/decorators/app.decorator.d.ts.map +1 -1
- package/common/decorators/front-mcp.decorator.d.ts.map +1 -1
- package/common/decorators/plugin.decorator.d.ts.map +1 -1
- package/common/dynamic/dynamic.adapter.d.ts.map +1 -1
- package/common/dynamic/dynamic.plugin.d.ts.map +1 -1
- package/common/interfaces/agent.interface.d.ts.map +1 -1
- package/common/interfaces/internal/flow.utils.d.ts.map +1 -1
- package/common/interfaces/server.interface.d.ts +4 -2
- package/common/interfaces/server.interface.d.ts.map +1 -1
- package/common/metadata/app.metadata.d.ts +16 -16
- package/common/metadata/front-mcp.metadata.d.ts +184 -52
- package/common/metadata/front-mcp.metadata.d.ts.map +1 -1
- package/common/providers/base-config.provider.d.ts.map +1 -1
- package/common/tokens/front-mcp.tokens.d.ts.map +1 -1
- package/common/types/auth/jwt.types.d.ts +2 -86
- package/common/types/auth/jwt.types.d.ts.map +1 -1
- package/common/types/auth/session.types.d.ts +5 -101
- package/common/types/auth/session.types.d.ts.map +1 -1
- package/common/types/options/auth/app-auth.schema.d.ts +8 -8
- package/common/types/options/auth/index.d.ts +14 -14
- package/common/types/options/auth/index.d.ts.map +1 -1
- package/common/types/options/auth/interfaces.d.ts +1 -1
- package/common/types/options/auth/interfaces.d.ts.map +1 -1
- package/common/types/options/auth/orchestrated.schema.d.ts +10 -10
- package/common/types/options/auth/public.schema.d.ts +2 -2
- package/common/types/options/auth/schema.d.ts +8 -8
- package/common/types/options/auth/shared.schemas.d.ts +2 -132
- package/common/types/options/auth/shared.schemas.d.ts.map +1 -1
- package/common/types/options/auth/transparent.schema.d.ts +1 -1
- package/common/types/options/http/index.d.ts +1 -1
- package/common/types/options/http/index.d.ts.map +1 -1
- package/common/types/options/http/interfaces.d.ts +36 -0
- package/common/types/options/http/interfaces.d.ts.map +1 -1
- package/common/types/options/http/schema.d.ts +6 -0
- package/common/types/options/http/schema.d.ts.map +1 -1
- package/common/types/options/index.d.ts +1 -0
- package/common/types/options/index.d.ts.map +1 -1
- package/common/types/options/session/schema.d.ts +3 -3
- package/common/types/options/sqlite/index.d.ts +3 -0
- package/common/types/options/sqlite/index.d.ts.map +1 -0
- package/common/types/options/sqlite/schema.d.ts +26 -0
- package/common/types/options/sqlite/schema.d.ts.map +1 -0
- package/common/types/options/transport/schema.d.ts +1 -1
- package/elicitation/store/elicitation-encryption.d.ts +1 -1
- package/elicitation/store/elicitation-encryption.d.ts.map +1 -1
- package/elicitation/store/elicitation-store.factory.d.ts +21 -1
- package/elicitation/store/elicitation-store.factory.d.ts.map +1 -1
- package/errors/auth-internal.errors.d.ts +2 -0
- package/errors/auth-internal.errors.d.ts.map +1 -0
- package/errors/decorator.errors.d.ts +14 -0
- package/errors/decorator.errors.d.ts.map +1 -0
- package/errors/index.d.ts +8 -1
- package/errors/index.d.ts.map +1 -1
- package/errors/normalization.errors.d.ts +32 -0
- package/errors/normalization.errors.d.ts.map +1 -0
- package/errors/provider.errors.d.ts +63 -0
- package/errors/provider.errors.d.ts.map +1 -0
- package/errors/registry.errors.d.ts +50 -0
- package/errors/registry.errors.d.ts.map +1 -0
- package/errors/remote.errors.d.ts +8 -0
- package/errors/remote.errors.d.ts.map +1 -1
- package/errors/sdk.errors.d.ts +139 -0
- package/errors/sdk.errors.d.ts.map +1 -0
- package/errors/transport.errors.d.ts +46 -0
- package/errors/transport.errors.d.ts.map +1 -0
- package/esm/index.mjs +7422 -8497
- package/esm/package.json +11 -7
- package/flows/flow.instance.d.ts.map +1 -1
- package/flows/flow.registry.d.ts.map +1 -1
- package/flows/flow.utils.d.ts.map +1 -1
- package/front-mcp/front-mcp.d.ts +30 -1
- package/front-mcp/front-mcp.d.ts.map +1 -1
- package/front-mcp/front-mcp.providers.d.ts +76 -20
- package/front-mcp/front-mcp.providers.d.ts.map +1 -1
- package/front-mcp/serverless-handler.d.ts +0 -4
- package/front-mcp/serverless-handler.d.ts.map +1 -1
- package/hooks/hook.instance.d.ts.map +1 -1
- package/hooks/hook.registry.d.ts.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +19714 -20739
- package/logger/logger.registry.d.ts.map +1 -1
- package/logger/logger.utils.d.ts.map +1 -1
- package/package.json +11 -7
- package/plugin/plugin.utils.d.ts.map +1 -1
- package/prompt/prompt.instance.d.ts.map +1 -1
- package/prompt/prompt.registry.d.ts.map +1 -1
- package/prompt/prompt.utils.d.ts.map +1 -1
- package/provider/provider.registry.d.ts.map +1 -1
- package/provider/provider.utils.d.ts.map +1 -1
- package/regsitry/registry.base.d.ts.map +1 -1
- package/remote-mcp/mcp-client.service.d.ts.map +1 -1
- package/remote-mcp/resilience/retry.d.ts.map +1 -1
- package/resource/resource.instance.d.ts.map +1 -1
- package/resource/resource.registry.d.ts.map +1 -1
- package/resource/resource.utils.d.ts.map +1 -1
- package/scope/flows/http.request.flow.d.ts +1 -1
- package/scope/flows/http.request.flow.d.ts.map +1 -1
- package/scope/scope.instance.d.ts.map +1 -1
- package/scope/scope.registry.d.ts.map +1 -1
- package/scope/scope.utils.d.ts.map +1 -1
- package/server/adapters/base.host.adapter.d.ts +4 -2
- package/server/adapters/base.host.adapter.d.ts.map +1 -1
- package/server/adapters/express.host.adapter.d.ts +6 -32
- package/server/adapters/express.host.adapter.d.ts.map +1 -1
- package/server/server.instance.d.ts +1 -1
- package/server/server.instance.d.ts.map +1 -1
- package/skill/flows/search-skills.flow.d.ts +2 -2
- package/skill/session/skill-session.manager.d.ts.map +1 -1
- package/skill/skill.utils.d.ts.map +1 -1
- package/skill/tools/search-skills.tool.d.ts +1 -1
- package/tool/tool.instance.d.ts.map +1 -1
- package/tool/tool.registry.d.ts.map +1 -1
- package/tool/tool.utils.d.ts.map +1 -1
- package/transport/adapters/streamable-http-transport.d.ts +9 -3
- package/transport/adapters/streamable-http-transport.d.ts.map +1 -1
- package/transport/event-stores/event-store.factory.d.ts +8 -3
- package/transport/event-stores/event-store.factory.d.ts.map +1 -1
- package/transport/event-stores/redis.event-store.d.ts.map +1 -1
- package/transport/flows/handle.sse.flow.d.ts +1 -1
- package/transport/flows/handle.streamable-http.flow.d.ts +1 -1
- package/transport/legacy/legacy.sse.tranporter.d.ts.map +1 -1
- package/transport/mcp-handlers/skills-mcp.types.d.ts +1 -1
- package/transport/transport.local.d.ts.map +1 -1
- package/transport/transport.registry.d.ts +1 -1
- package/transport/transport.registry.d.ts.map +1 -1
- package/transport/transport.remote.d.ts.map +1 -1
- package/adapter/adapter.regsitry.d.ts.map +0 -1
- package/auth/authorization/authorization.class.d.ts +0 -123
- package/auth/authorization/authorization.class.d.ts.map +0 -1
- package/auth/authorization/authorization.types.d.ts +0 -128
- package/auth/authorization/authorization.types.d.ts.map +0 -1
- package/auth/authorization/orchestrated.accessor.d.ts +0 -161
- package/auth/authorization/orchestrated.accessor.d.ts.map +0 -1
- package/auth/authorization/orchestrated.authorization.d.ts +0 -258
- package/auth/authorization/orchestrated.authorization.d.ts.map +0 -1
- package/auth/authorization/public.authorization.d.ts +0 -92
- package/auth/authorization/public.authorization.d.ts.map +0 -1
- package/auth/authorization/transparent.authorization.d.ts +0 -131
- package/auth/authorization/transparent.authorization.d.ts.map +0 -1
- package/auth/consent/consent.types.d.ts +0 -112
- package/auth/consent/consent.types.d.ts.map +0 -1
- package/auth/consent/index.d.ts +0 -2
- package/auth/consent/index.d.ts.map +0 -1
- package/auth/detection/auth-provider-detection.d.ts +0 -85
- package/auth/detection/auth-provider-detection.d.ts.map +0 -1
- package/auth/detection/index.d.ts +0 -2
- package/auth/detection/index.d.ts.map +0 -1
- package/auth/machine-id.d.ts +0 -28
- package/auth/machine-id.d.ts.map +0 -1
- package/auth/session/encrypted-authorization-vault.d.ts +0 -181
- package/auth/session/encrypted-authorization-vault.d.ts.map +0 -1
- package/auth/session/federated-auth.session.d.ts +0 -252
- package/auth/session/federated-auth.session.d.ts.map +0 -1
- package/auth/session/orchestrated-token.store.d.ts +0 -155
- package/auth/session/orchestrated-token.store.d.ts.map +0 -1
- package/auth/session/redis-session.store.d.ts +0 -93
- package/auth/session/redis-session.store.d.ts.map +0 -1
- package/auth/session/session-crypto.d.ts +0 -84
- package/auth/session/session-crypto.d.ts.map +0 -1
- package/auth/session/session-rate-limiter.d.ts +0 -114
- package/auth/session/session-rate-limiter.d.ts.map +0 -1
- package/auth/session/session.transport.d.ts +0 -11
- package/auth/session/session.transport.d.ts.map +0 -1
- package/auth/session/session.types.d.ts +0 -66
- package/auth/session/session.types.d.ts.map +0 -1
- package/auth/session/token.refresh.d.ts +0 -60
- package/auth/session/token.refresh.d.ts.map +0 -1
- package/auth/session/transport-session.types.d.ts +0 -479
- package/auth/session/transport-session.types.d.ts.map +0 -1
- package/auth/session/utils/auth-token.utils.d.ts +0 -12
- package/auth/session/utils/auth-token.utils.d.ts.map +0 -1
- package/auth/session/vercel-kv-session.store.d.ts +0 -117
- package/auth/session/vercel-kv-session.store.d.ts.map +0 -1
- package/auth/ui/base-layout.d.ts +0 -181
- package/auth/ui/base-layout.d.ts.map +0 -1
- package/auth/ui/index.d.ts +0 -11
- package/auth/ui/index.d.ts.map +0 -1
- package/auth/ui/templates.d.ts +0 -135
- package/auth/ui/templates.d.ts.map +0 -1
- package/auth/utils/authorization-id.utils.d.ts +0 -12
- package/auth/utils/authorization-id.utils.d.ts.map +0 -1
- package/auth/utils/index.d.ts +0 -2
- package/auth/utils/index.d.ts.map +0 -1
- package/auth/vault/auth-providers.accessor.d.ts +0 -153
- package/auth/vault/auth-providers.accessor.d.ts.map +0 -1
- package/auth/vault/auth-providers.accessor.impl.d.ts +0 -52
- package/auth/vault/auth-providers.accessor.impl.d.ts.map +0 -1
- package/auth/vault/auth-providers.registry.d.ts +0 -110
- package/auth/vault/auth-providers.registry.d.ts.map +0 -1
- package/auth/vault/auth-providers.vault.d.ts +0 -93
- package/auth/vault/auth-providers.vault.d.ts.map +0 -1
- package/auth/vault/credential-loaders/eager-loader.d.ts +0 -46
- package/auth/vault/credential-loaders/eager-loader.d.ts.map +0 -1
- package/auth/vault/credential-loaders/index.d.ts +0 -7
- package/auth/vault/credential-loaders/index.d.ts.map +0 -1
- package/auth/vault/credential-loaders/lazy-loader.d.ts +0 -53
- package/auth/vault/credential-loaders/lazy-loader.d.ts.map +0 -1
|
@@ -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,12 @@ 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>;
|
|
175
|
+
cors: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodObject<{
|
|
176
|
+
origin: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString, z.ZodArray<z.ZodString>, z.ZodCustom<(origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void, (origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void>]>>;
|
|
177
|
+
credentials: z.ZodOptional<z.ZodBoolean>;
|
|
178
|
+
maxAge: z.ZodOptional<z.ZodNumber>;
|
|
179
|
+
}, z.core.$strip>]>>;
|
|
168
180
|
}, z.core.$strip>>;
|
|
169
181
|
redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
170
182
|
provider: z.ZodLiteral<"redis">;
|
|
@@ -249,11 +261,11 @@ export declare const frontMcpBaseSchema: z.ZodObject<{
|
|
|
249
261
|
pattern: z.ZodUnion<readonly [z.ZodString, z.ZodCustom<RegExp, RegExp>]>;
|
|
250
262
|
platform: z.ZodEnum<{
|
|
251
263
|
unknown: "unknown";
|
|
252
|
-
continue: "continue";
|
|
253
264
|
openai: "openai";
|
|
254
265
|
claude: "claude";
|
|
255
266
|
gemini: "gemini";
|
|
256
267
|
cursor: "cursor";
|
|
268
|
+
continue: "continue";
|
|
257
269
|
cody: "cody";
|
|
258
270
|
"generic-mcp": "generic-mcp";
|
|
259
271
|
"ext-apps": "ext-apps";
|
|
@@ -385,7 +397,7 @@ export declare const frontMcpBaseSchema: z.ZodObject<{
|
|
|
385
397
|
customOnly: boolean;
|
|
386
398
|
mappings?: {
|
|
387
399
|
pattern: string | RegExp;
|
|
388
|
-
platform: "unknown" | "
|
|
400
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
389
401
|
}[] | undefined;
|
|
390
402
|
} | undefined;
|
|
391
403
|
persistence?: false | {
|
|
@@ -463,7 +475,7 @@ export declare const frontMcpBaseSchema: z.ZodObject<{
|
|
|
463
475
|
customOnly: boolean;
|
|
464
476
|
mappings?: {
|
|
465
477
|
pattern: string | RegExp;
|
|
466
|
-
platform: "unknown" | "
|
|
478
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
467
479
|
}[] | undefined;
|
|
468
480
|
} | undefined;
|
|
469
481
|
persistence?: false | {
|
|
@@ -644,6 +656,14 @@ export declare const frontMcpBaseSchema: z.ZodObject<{
|
|
|
644
656
|
logging: z.ZodOptional<z.ZodBoolean>;
|
|
645
657
|
}, z.core.$strip>>;
|
|
646
658
|
}, z.core.$strip>>;
|
|
659
|
+
sqlite: z.ZodOptional<z.ZodObject<{
|
|
660
|
+
path: z.ZodString;
|
|
661
|
+
encryption: z.ZodOptional<z.ZodObject<{
|
|
662
|
+
secret: z.ZodString;
|
|
663
|
+
}, z.core.$strip>>;
|
|
664
|
+
ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
665
|
+
walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
666
|
+
}, z.core.$strip>>;
|
|
647
667
|
}, z.core.$strip>;
|
|
648
668
|
export interface FrontMcpMultiAppMetadata extends FrontMcpBaseMetadata {
|
|
649
669
|
splitByApp?: false;
|
|
@@ -676,6 +696,12 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
676
696
|
port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
677
697
|
entryPath: z.ZodDefault<z.ZodString>;
|
|
678
698
|
hostFactory: z.ZodOptional<z.ZodAny>;
|
|
699
|
+
socketPath: z.ZodOptional<z.ZodString>;
|
|
700
|
+
cors: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodObject<{
|
|
701
|
+
origin: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString, z.ZodArray<z.ZodString>, z.ZodCustom<(origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void, (origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void>]>>;
|
|
702
|
+
credentials: z.ZodOptional<z.ZodBoolean>;
|
|
703
|
+
maxAge: z.ZodOptional<z.ZodNumber>;
|
|
704
|
+
}, z.core.$strip>]>>;
|
|
679
705
|
}, z.core.$strip>>;
|
|
680
706
|
redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
681
707
|
provider: z.ZodLiteral<"redis">;
|
|
@@ -760,11 +786,11 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
760
786
|
pattern: z.ZodUnion<readonly [z.ZodString, z.ZodCustom<RegExp, RegExp>]>;
|
|
761
787
|
platform: z.ZodEnum<{
|
|
762
788
|
unknown: "unknown";
|
|
763
|
-
continue: "continue";
|
|
764
789
|
openai: "openai";
|
|
765
790
|
claude: "claude";
|
|
766
791
|
gemini: "gemini";
|
|
767
792
|
cursor: "cursor";
|
|
793
|
+
continue: "continue";
|
|
768
794
|
cody: "cody";
|
|
769
795
|
"generic-mcp": "generic-mcp";
|
|
770
796
|
"ext-apps": "ext-apps";
|
|
@@ -896,7 +922,7 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
896
922
|
customOnly: boolean;
|
|
897
923
|
mappings?: {
|
|
898
924
|
pattern: string | RegExp;
|
|
899
|
-
platform: "unknown" | "
|
|
925
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
900
926
|
}[] | undefined;
|
|
901
927
|
} | undefined;
|
|
902
928
|
persistence?: false | {
|
|
@@ -974,7 +1000,7 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
974
1000
|
customOnly: boolean;
|
|
975
1001
|
mappings?: {
|
|
976
1002
|
pattern: string | RegExp;
|
|
977
|
-
platform: "unknown" | "
|
|
1003
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
978
1004
|
}[] | undefined;
|
|
979
1005
|
} | undefined;
|
|
980
1006
|
persistence?: false | {
|
|
@@ -1155,6 +1181,14 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
1155
1181
|
logging: z.ZodOptional<z.ZodBoolean>;
|
|
1156
1182
|
}, z.core.$strip>>;
|
|
1157
1183
|
}, z.core.$strip>>;
|
|
1184
|
+
sqlite: z.ZodOptional<z.ZodObject<{
|
|
1185
|
+
path: z.ZodString;
|
|
1186
|
+
encryption: z.ZodOptional<z.ZodObject<{
|
|
1187
|
+
secret: z.ZodString;
|
|
1188
|
+
}, z.core.$strip>>;
|
|
1189
|
+
ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1190
|
+
walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1191
|
+
}, z.core.$strip>>;
|
|
1158
1192
|
splitByApp: z.ZodDefault<z.ZodLiteral<false>>;
|
|
1159
1193
|
auth: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1160
1194
|
mode: z.ZodLiteral<"public">;
|
|
@@ -1167,9 +1201,9 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
1167
1201
|
rateLimit: z.ZodDefault<z.ZodNumber>;
|
|
1168
1202
|
}, z.core.$strip>>;
|
|
1169
1203
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
1170
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
1204
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
1171
1205
|
}, z.core.$strip>>;
|
|
1172
|
-
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("
|
|
1206
|
+
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
1173
1207
|
}, z.core.$strip>, z.ZodObject<{
|
|
1174
1208
|
mode: z.ZodLiteral<"transparent">;
|
|
1175
1209
|
remote: z.ZodObject<{
|
|
@@ -1177,7 +1211,7 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
1177
1211
|
name: z.ZodOptional<z.ZodString>;
|
|
1178
1212
|
id: z.ZodOptional<z.ZodString>;
|
|
1179
1213
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
1180
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
1214
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
1181
1215
|
}, z.core.$strip>>;
|
|
1182
1216
|
jwksUri: z.ZodOptional<z.ZodString>;
|
|
1183
1217
|
clientId: z.ZodOptional<z.ZodString>;
|
|
@@ -1200,9 +1234,9 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
1200
1234
|
}, z.core.$strip>>;
|
|
1201
1235
|
}, z.core.$strip>, z.ZodObject<{
|
|
1202
1236
|
local: z.ZodOptional<z.ZodObject<{
|
|
1203
|
-
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("
|
|
1237
|
+
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
1204
1238
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
1205
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
1239
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
1206
1240
|
}, z.core.$strip>>;
|
|
1207
1241
|
issuer: z.ZodOptional<z.ZodString>;
|
|
1208
1242
|
}, z.core.$strip>>;
|
|
@@ -1300,9 +1334,9 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
1300
1334
|
type: z.ZodLiteral<"local">;
|
|
1301
1335
|
}, z.core.$strip>, z.ZodObject<{
|
|
1302
1336
|
local: z.ZodOptional<z.ZodObject<{
|
|
1303
|
-
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("
|
|
1337
|
+
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
1304
1338
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
1305
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
1339
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
1306
1340
|
}, z.core.$strip>>;
|
|
1307
1341
|
issuer: z.ZodOptional<z.ZodString>;
|
|
1308
1342
|
}, z.core.$strip>>;
|
|
@@ -1403,7 +1437,7 @@ declare const frontMcpMultiAppSchema: z.ZodObject<{
|
|
|
1403
1437
|
name: z.ZodOptional<z.ZodString>;
|
|
1404
1438
|
id: z.ZodOptional<z.ZodString>;
|
|
1405
1439
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
1406
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
1440
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
1407
1441
|
}, z.core.$strip>>;
|
|
1408
1442
|
jwksUri: z.ZodOptional<z.ZodString>;
|
|
1409
1443
|
clientId: z.ZodOptional<z.ZodString>;
|
|
@@ -1448,6 +1482,12 @@ declare const frontMcpSplitByAppSchema: z.ZodObject<{
|
|
|
1448
1482
|
port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1449
1483
|
entryPath: z.ZodDefault<z.ZodString>;
|
|
1450
1484
|
hostFactory: z.ZodOptional<z.ZodAny>;
|
|
1485
|
+
socketPath: z.ZodOptional<z.ZodString>;
|
|
1486
|
+
cors: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodObject<{
|
|
1487
|
+
origin: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString, z.ZodArray<z.ZodString>, z.ZodCustom<(origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void, (origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void>]>>;
|
|
1488
|
+
credentials: z.ZodOptional<z.ZodBoolean>;
|
|
1489
|
+
maxAge: z.ZodOptional<z.ZodNumber>;
|
|
1490
|
+
}, z.core.$strip>]>>;
|
|
1451
1491
|
}, z.core.$strip>>;
|
|
1452
1492
|
redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1453
1493
|
provider: z.ZodLiteral<"redis">;
|
|
@@ -1532,11 +1572,11 @@ declare const frontMcpSplitByAppSchema: z.ZodObject<{
|
|
|
1532
1572
|
pattern: z.ZodUnion<readonly [z.ZodString, z.ZodCustom<RegExp, RegExp>]>;
|
|
1533
1573
|
platform: z.ZodEnum<{
|
|
1534
1574
|
unknown: "unknown";
|
|
1535
|
-
continue: "continue";
|
|
1536
1575
|
openai: "openai";
|
|
1537
1576
|
claude: "claude";
|
|
1538
1577
|
gemini: "gemini";
|
|
1539
1578
|
cursor: "cursor";
|
|
1579
|
+
continue: "continue";
|
|
1540
1580
|
cody: "cody";
|
|
1541
1581
|
"generic-mcp": "generic-mcp";
|
|
1542
1582
|
"ext-apps": "ext-apps";
|
|
@@ -1668,7 +1708,7 @@ declare const frontMcpSplitByAppSchema: z.ZodObject<{
|
|
|
1668
1708
|
customOnly: boolean;
|
|
1669
1709
|
mappings?: {
|
|
1670
1710
|
pattern: string | RegExp;
|
|
1671
|
-
platform: "unknown" | "
|
|
1711
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
1672
1712
|
}[] | undefined;
|
|
1673
1713
|
} | undefined;
|
|
1674
1714
|
persistence?: false | {
|
|
@@ -1746,7 +1786,7 @@ declare const frontMcpSplitByAppSchema: z.ZodObject<{
|
|
|
1746
1786
|
customOnly: boolean;
|
|
1747
1787
|
mappings?: {
|
|
1748
1788
|
pattern: string | RegExp;
|
|
1749
|
-
platform: "unknown" | "
|
|
1789
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
1750
1790
|
}[] | undefined;
|
|
1751
1791
|
} | undefined;
|
|
1752
1792
|
persistence?: false | {
|
|
@@ -1927,6 +1967,14 @@ declare const frontMcpSplitByAppSchema: z.ZodObject<{
|
|
|
1927
1967
|
logging: z.ZodOptional<z.ZodBoolean>;
|
|
1928
1968
|
}, z.core.$strip>>;
|
|
1929
1969
|
}, z.core.$strip>>;
|
|
1970
|
+
sqlite: z.ZodOptional<z.ZodObject<{
|
|
1971
|
+
path: z.ZodString;
|
|
1972
|
+
encryption: z.ZodOptional<z.ZodObject<{
|
|
1973
|
+
secret: z.ZodString;
|
|
1974
|
+
}, z.core.$strip>>;
|
|
1975
|
+
ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1976
|
+
walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
1977
|
+
}, z.core.$strip>>;
|
|
1930
1978
|
splitByApp: z.ZodLiteral<true>;
|
|
1931
1979
|
auth: z.ZodOptional<z.ZodNever>;
|
|
1932
1980
|
}, z.core.$strip>;
|
|
@@ -1958,6 +2006,12 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
1958
2006
|
port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
1959
2007
|
entryPath: z.ZodDefault<z.ZodString>;
|
|
1960
2008
|
hostFactory: z.ZodOptional<z.ZodAny>;
|
|
2009
|
+
socketPath: z.ZodOptional<z.ZodString>;
|
|
2010
|
+
cors: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodObject<{
|
|
2011
|
+
origin: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString, z.ZodArray<z.ZodString>, z.ZodCustom<(origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void, (origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void>]>>;
|
|
2012
|
+
credentials: z.ZodOptional<z.ZodBoolean>;
|
|
2013
|
+
maxAge: z.ZodOptional<z.ZodNumber>;
|
|
2014
|
+
}, z.core.$strip>]>>;
|
|
1961
2015
|
}, z.core.$strip>>;
|
|
1962
2016
|
redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
1963
2017
|
provider: z.ZodLiteral<"redis">;
|
|
@@ -2042,11 +2096,11 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2042
2096
|
pattern: z.ZodUnion<readonly [z.ZodString, z.ZodCustom<RegExp, RegExp>]>;
|
|
2043
2097
|
platform: z.ZodEnum<{
|
|
2044
2098
|
unknown: "unknown";
|
|
2045
|
-
continue: "continue";
|
|
2046
2099
|
openai: "openai";
|
|
2047
2100
|
claude: "claude";
|
|
2048
2101
|
gemini: "gemini";
|
|
2049
2102
|
cursor: "cursor";
|
|
2103
|
+
continue: "continue";
|
|
2050
2104
|
cody: "cody";
|
|
2051
2105
|
"generic-mcp": "generic-mcp";
|
|
2052
2106
|
"ext-apps": "ext-apps";
|
|
@@ -2178,7 +2232,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2178
2232
|
customOnly: boolean;
|
|
2179
2233
|
mappings?: {
|
|
2180
2234
|
pattern: string | RegExp;
|
|
2181
|
-
platform: "unknown" | "
|
|
2235
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
2182
2236
|
}[] | undefined;
|
|
2183
2237
|
} | undefined;
|
|
2184
2238
|
persistence?: false | {
|
|
@@ -2256,7 +2310,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2256
2310
|
customOnly: boolean;
|
|
2257
2311
|
mappings?: {
|
|
2258
2312
|
pattern: string | RegExp;
|
|
2259
|
-
platform: "unknown" | "
|
|
2313
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
2260
2314
|
}[] | undefined;
|
|
2261
2315
|
} | undefined;
|
|
2262
2316
|
persistence?: false | {
|
|
@@ -2437,6 +2491,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2437
2491
|
logging: z.ZodOptional<z.ZodBoolean>;
|
|
2438
2492
|
}, z.core.$strip>>;
|
|
2439
2493
|
}, z.core.$strip>>;
|
|
2494
|
+
sqlite: z.ZodOptional<z.ZodObject<{
|
|
2495
|
+
path: z.ZodString;
|
|
2496
|
+
encryption: z.ZodOptional<z.ZodObject<{
|
|
2497
|
+
secret: z.ZodString;
|
|
2498
|
+
}, z.core.$strip>>;
|
|
2499
|
+
ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2500
|
+
walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
2501
|
+
}, z.core.$strip>>;
|
|
2440
2502
|
splitByApp: z.ZodDefault<z.ZodLiteral<false>>;
|
|
2441
2503
|
auth: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
2442
2504
|
mode: z.ZodLiteral<"public">;
|
|
@@ -2449,9 +2511,9 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2449
2511
|
rateLimit: z.ZodDefault<z.ZodNumber>;
|
|
2450
2512
|
}, z.core.$strip>>;
|
|
2451
2513
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
2452
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
2514
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
2453
2515
|
}, z.core.$strip>>;
|
|
2454
|
-
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("
|
|
2516
|
+
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
2455
2517
|
}, z.core.$strip>, z.ZodObject<{
|
|
2456
2518
|
mode: z.ZodLiteral<"transparent">;
|
|
2457
2519
|
remote: z.ZodObject<{
|
|
@@ -2459,7 +2521,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2459
2521
|
name: z.ZodOptional<z.ZodString>;
|
|
2460
2522
|
id: z.ZodOptional<z.ZodString>;
|
|
2461
2523
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
2462
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
2524
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
2463
2525
|
}, z.core.$strip>>;
|
|
2464
2526
|
jwksUri: z.ZodOptional<z.ZodString>;
|
|
2465
2527
|
clientId: z.ZodOptional<z.ZodString>;
|
|
@@ -2482,9 +2544,9 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2482
2544
|
}, z.core.$strip>>;
|
|
2483
2545
|
}, z.core.$strip>, z.ZodObject<{
|
|
2484
2546
|
local: z.ZodOptional<z.ZodObject<{
|
|
2485
|
-
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("
|
|
2547
|
+
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
2486
2548
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
2487
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
2549
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
2488
2550
|
}, z.core.$strip>>;
|
|
2489
2551
|
issuer: z.ZodOptional<z.ZodString>;
|
|
2490
2552
|
}, z.core.$strip>>;
|
|
@@ -2582,9 +2644,9 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2582
2644
|
type: z.ZodLiteral<"local">;
|
|
2583
2645
|
}, z.core.$strip>, z.ZodObject<{
|
|
2584
2646
|
local: z.ZodOptional<z.ZodObject<{
|
|
2585
|
-
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("
|
|
2647
|
+
signKey: z.ZodOptional<z.ZodUnion<[z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>, z.ZodCustom<Uint8Array<ArrayBuffer>, Uint8Array<ArrayBuffer>>]>>;
|
|
2586
2648
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
2587
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
2649
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
2588
2650
|
}, z.core.$strip>>;
|
|
2589
2651
|
issuer: z.ZodOptional<z.ZodString>;
|
|
2590
2652
|
}, z.core.$strip>>;
|
|
@@ -2685,7 +2747,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2685
2747
|
name: z.ZodOptional<z.ZodString>;
|
|
2686
2748
|
id: z.ZodOptional<z.ZodString>;
|
|
2687
2749
|
jwks: z.ZodOptional<z.ZodObject<{
|
|
2688
|
-
keys: z.ZodArray<z.ZodType<import("
|
|
2750
|
+
keys: z.ZodArray<z.ZodType<import("libs/auth/dist/common/jwt.types").JWK, unknown, z.core.$ZodTypeInternals<import("libs/auth/dist/common/jwt.types").JWK, unknown>>>;
|
|
2689
2751
|
}, z.core.$strip>>;
|
|
2690
2752
|
jwksUri: z.ZodOptional<z.ZodString>;
|
|
2691
2753
|
clientId: z.ZodOptional<z.ZodString>;
|
|
@@ -2725,6 +2787,12 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2725
2787
|
port: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
2726
2788
|
entryPath: z.ZodDefault<z.ZodString>;
|
|
2727
2789
|
hostFactory: z.ZodOptional<z.ZodAny>;
|
|
2790
|
+
socketPath: z.ZodOptional<z.ZodString>;
|
|
2791
|
+
cors: z.ZodOptional<z.ZodUnion<readonly [z.ZodLiteral<false>, z.ZodObject<{
|
|
2792
|
+
origin: z.ZodOptional<z.ZodUnion<readonly [z.ZodBoolean, z.ZodString, z.ZodArray<z.ZodString>, z.ZodCustom<(origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void, (origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void>]>>;
|
|
2793
|
+
credentials: z.ZodOptional<z.ZodBoolean>;
|
|
2794
|
+
maxAge: z.ZodOptional<z.ZodNumber>;
|
|
2795
|
+
}, z.core.$strip>]>>;
|
|
2728
2796
|
}, z.core.$strip>>;
|
|
2729
2797
|
redis: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
2730
2798
|
provider: z.ZodLiteral<"redis">;
|
|
@@ -2809,11 +2877,11 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2809
2877
|
pattern: z.ZodUnion<readonly [z.ZodString, z.ZodCustom<RegExp, RegExp>]>;
|
|
2810
2878
|
platform: z.ZodEnum<{
|
|
2811
2879
|
unknown: "unknown";
|
|
2812
|
-
continue: "continue";
|
|
2813
2880
|
openai: "openai";
|
|
2814
2881
|
claude: "claude";
|
|
2815
2882
|
gemini: "gemini";
|
|
2816
2883
|
cursor: "cursor";
|
|
2884
|
+
continue: "continue";
|
|
2817
2885
|
cody: "cody";
|
|
2818
2886
|
"generic-mcp": "generic-mcp";
|
|
2819
2887
|
"ext-apps": "ext-apps";
|
|
@@ -2945,7 +3013,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
2945
3013
|
customOnly: boolean;
|
|
2946
3014
|
mappings?: {
|
|
2947
3015
|
pattern: string | RegExp;
|
|
2948
|
-
platform: "unknown" | "
|
|
3016
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
2949
3017
|
}[] | undefined;
|
|
2950
3018
|
} | undefined;
|
|
2951
3019
|
persistence?: false | {
|
|
@@ -3023,7 +3091,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3023
3091
|
customOnly: boolean;
|
|
3024
3092
|
mappings?: {
|
|
3025
3093
|
pattern: string | RegExp;
|
|
3026
|
-
platform: "unknown" | "
|
|
3094
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
3027
3095
|
}[] | undefined;
|
|
3028
3096
|
} | undefined;
|
|
3029
3097
|
persistence?: false | {
|
|
@@ -3204,6 +3272,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3204
3272
|
logging: z.ZodOptional<z.ZodBoolean>;
|
|
3205
3273
|
}, z.core.$strip>>;
|
|
3206
3274
|
}, z.core.$strip>>;
|
|
3275
|
+
sqlite: z.ZodOptional<z.ZodObject<{
|
|
3276
|
+
path: z.ZodString;
|
|
3277
|
+
encryption: z.ZodOptional<z.ZodObject<{
|
|
3278
|
+
secret: z.ZodString;
|
|
3279
|
+
}, z.core.$strip>>;
|
|
3280
|
+
ttlCleanupIntervalMs: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
3281
|
+
walMode: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
3282
|
+
}, z.core.$strip>>;
|
|
3207
3283
|
splitByApp: z.ZodLiteral<true>;
|
|
3208
3284
|
auth: z.ZodOptional<z.ZodNever>;
|
|
3209
3285
|
}, z.core.$strip>]>, z.ZodTransform<{
|
|
@@ -3241,7 +3317,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3241
3317
|
customOnly: boolean;
|
|
3242
3318
|
mappings?: {
|
|
3243
3319
|
pattern: string | RegExp;
|
|
3244
|
-
platform: "unknown" | "
|
|
3320
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
3245
3321
|
}[] | undefined;
|
|
3246
3322
|
} | undefined;
|
|
3247
3323
|
persistence?: false | {
|
|
@@ -3310,6 +3386,12 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3310
3386
|
port: number;
|
|
3311
3387
|
entryPath: string;
|
|
3312
3388
|
hostFactory?: any;
|
|
3389
|
+
socketPath?: string | undefined;
|
|
3390
|
+
cors?: false | {
|
|
3391
|
+
origin?: string | boolean | string[] | ((origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void) | undefined;
|
|
3392
|
+
credentials?: boolean | undefined;
|
|
3393
|
+
maxAge?: number | undefined;
|
|
3394
|
+
} | undefined;
|
|
3313
3395
|
} | undefined;
|
|
3314
3396
|
redis?: {
|
|
3315
3397
|
provider: "redis";
|
|
@@ -3443,6 +3525,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3443
3525
|
logging?: boolean | undefined;
|
|
3444
3526
|
} | undefined;
|
|
3445
3527
|
} | undefined;
|
|
3528
|
+
sqlite?: {
|
|
3529
|
+
path: string;
|
|
3530
|
+
ttlCleanupIntervalMs: number;
|
|
3531
|
+
walMode: boolean;
|
|
3532
|
+
encryption?: {
|
|
3533
|
+
secret: string;
|
|
3534
|
+
} | undefined;
|
|
3535
|
+
} | undefined;
|
|
3446
3536
|
auth?: {
|
|
3447
3537
|
mode: "public";
|
|
3448
3538
|
sessionTtl: number;
|
|
@@ -3454,9 +3544,9 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3454
3544
|
rateLimit: number;
|
|
3455
3545
|
} | undefined;
|
|
3456
3546
|
jwks?: {
|
|
3457
|
-
keys: import("
|
|
3547
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
3458
3548
|
} | undefined;
|
|
3459
|
-
signKey?: import("
|
|
3549
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
3460
3550
|
} | {
|
|
3461
3551
|
mode: "transparent";
|
|
3462
3552
|
remote: {
|
|
@@ -3465,7 +3555,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3465
3555
|
name?: string | undefined;
|
|
3466
3556
|
id?: string | undefined;
|
|
3467
3557
|
jwks?: {
|
|
3468
|
-
keys: import("
|
|
3558
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
3469
3559
|
} | undefined;
|
|
3470
3560
|
jwksUri?: string | undefined;
|
|
3471
3561
|
clientId?: string | undefined;
|
|
@@ -3505,9 +3595,9 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3505
3595
|
mode: "orchestrated";
|
|
3506
3596
|
type: "local";
|
|
3507
3597
|
local?: {
|
|
3508
|
-
signKey?: import("
|
|
3598
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
3509
3599
|
jwks?: {
|
|
3510
|
-
keys: import("
|
|
3600
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
3511
3601
|
} | undefined;
|
|
3512
3602
|
issuer?: string | undefined;
|
|
3513
3603
|
} | undefined;
|
|
@@ -3597,7 +3687,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3597
3687
|
name?: string | undefined;
|
|
3598
3688
|
id?: string | undefined;
|
|
3599
3689
|
jwks?: {
|
|
3600
|
-
keys: import("
|
|
3690
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
3601
3691
|
} | undefined;
|
|
3602
3692
|
jwksUri?: string | undefined;
|
|
3603
3693
|
clientId?: string | undefined;
|
|
@@ -3609,9 +3699,9 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3609
3699
|
userInfoEndpoint?: string | undefined;
|
|
3610
3700
|
};
|
|
3611
3701
|
local?: {
|
|
3612
|
-
signKey?: import("
|
|
3702
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
3613
3703
|
jwks?: {
|
|
3614
|
-
keys: import("
|
|
3704
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
3615
3705
|
} | undefined;
|
|
3616
3706
|
issuer?: string | undefined;
|
|
3617
3707
|
} | undefined;
|
|
@@ -3712,7 +3802,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3712
3802
|
customOnly: boolean;
|
|
3713
3803
|
mappings?: {
|
|
3714
3804
|
pattern: string | RegExp;
|
|
3715
|
-
platform: "unknown" | "
|
|
3805
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
3716
3806
|
}[] | undefined;
|
|
3717
3807
|
} | undefined;
|
|
3718
3808
|
persistence?: false | {
|
|
@@ -3781,6 +3871,12 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3781
3871
|
port: number;
|
|
3782
3872
|
entryPath: string;
|
|
3783
3873
|
hostFactory?: any;
|
|
3874
|
+
socketPath?: string | undefined;
|
|
3875
|
+
cors?: false | {
|
|
3876
|
+
origin?: string | boolean | string[] | ((origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void) | undefined;
|
|
3877
|
+
credentials?: boolean | undefined;
|
|
3878
|
+
maxAge?: number | undefined;
|
|
3879
|
+
} | undefined;
|
|
3784
3880
|
} | undefined;
|
|
3785
3881
|
redis?: {
|
|
3786
3882
|
provider: "redis";
|
|
@@ -3914,6 +4010,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3914
4010
|
logging?: boolean | undefined;
|
|
3915
4011
|
} | undefined;
|
|
3916
4012
|
} | undefined;
|
|
4013
|
+
sqlite?: {
|
|
4014
|
+
path: string;
|
|
4015
|
+
ttlCleanupIntervalMs: number;
|
|
4016
|
+
walMode: boolean;
|
|
4017
|
+
encryption?: {
|
|
4018
|
+
secret: string;
|
|
4019
|
+
} | undefined;
|
|
4020
|
+
} | undefined;
|
|
3917
4021
|
auth?: undefined;
|
|
3918
4022
|
}, {
|
|
3919
4023
|
info: {
|
|
@@ -3950,7 +4054,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
3950
4054
|
customOnly: boolean;
|
|
3951
4055
|
mappings?: {
|
|
3952
4056
|
pattern: string | RegExp;
|
|
3953
|
-
platform: "unknown" | "
|
|
4057
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
3954
4058
|
}[] | undefined;
|
|
3955
4059
|
} | undefined;
|
|
3956
4060
|
persistence?: false | {
|
|
@@ -4019,6 +4123,12 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4019
4123
|
port: number;
|
|
4020
4124
|
entryPath: string;
|
|
4021
4125
|
hostFactory?: any;
|
|
4126
|
+
socketPath?: string | undefined;
|
|
4127
|
+
cors?: false | {
|
|
4128
|
+
origin?: string | boolean | string[] | ((origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void) | undefined;
|
|
4129
|
+
credentials?: boolean | undefined;
|
|
4130
|
+
maxAge?: number | undefined;
|
|
4131
|
+
} | undefined;
|
|
4022
4132
|
} | undefined;
|
|
4023
4133
|
redis?: {
|
|
4024
4134
|
provider: "redis";
|
|
@@ -4152,6 +4262,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4152
4262
|
logging?: boolean | undefined;
|
|
4153
4263
|
} | undefined;
|
|
4154
4264
|
} | undefined;
|
|
4265
|
+
sqlite?: {
|
|
4266
|
+
path: string;
|
|
4267
|
+
ttlCleanupIntervalMs: number;
|
|
4268
|
+
walMode: boolean;
|
|
4269
|
+
encryption?: {
|
|
4270
|
+
secret: string;
|
|
4271
|
+
} | undefined;
|
|
4272
|
+
} | undefined;
|
|
4155
4273
|
auth?: {
|
|
4156
4274
|
mode: "public";
|
|
4157
4275
|
sessionTtl: number;
|
|
@@ -4163,9 +4281,9 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4163
4281
|
rateLimit: number;
|
|
4164
4282
|
} | undefined;
|
|
4165
4283
|
jwks?: {
|
|
4166
|
-
keys: import("
|
|
4284
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
4167
4285
|
} | undefined;
|
|
4168
|
-
signKey?: import("
|
|
4286
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
4169
4287
|
} | {
|
|
4170
4288
|
mode: "transparent";
|
|
4171
4289
|
remote: {
|
|
@@ -4174,7 +4292,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4174
4292
|
name?: string | undefined;
|
|
4175
4293
|
id?: string | undefined;
|
|
4176
4294
|
jwks?: {
|
|
4177
|
-
keys: import("
|
|
4295
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
4178
4296
|
} | undefined;
|
|
4179
4297
|
jwksUri?: string | undefined;
|
|
4180
4298
|
clientId?: string | undefined;
|
|
@@ -4214,9 +4332,9 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4214
4332
|
mode: "orchestrated";
|
|
4215
4333
|
type: "local";
|
|
4216
4334
|
local?: {
|
|
4217
|
-
signKey?: import("
|
|
4335
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
4218
4336
|
jwks?: {
|
|
4219
|
-
keys: import("
|
|
4337
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
4220
4338
|
} | undefined;
|
|
4221
4339
|
issuer?: string | undefined;
|
|
4222
4340
|
} | undefined;
|
|
@@ -4306,7 +4424,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4306
4424
|
name?: string | undefined;
|
|
4307
4425
|
id?: string | undefined;
|
|
4308
4426
|
jwks?: {
|
|
4309
|
-
keys: import("
|
|
4427
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
4310
4428
|
} | undefined;
|
|
4311
4429
|
jwksUri?: string | undefined;
|
|
4312
4430
|
clientId?: string | undefined;
|
|
@@ -4318,9 +4436,9 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4318
4436
|
userInfoEndpoint?: string | undefined;
|
|
4319
4437
|
};
|
|
4320
4438
|
local?: {
|
|
4321
|
-
signKey?: import("
|
|
4439
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
4322
4440
|
jwks?: {
|
|
4323
|
-
keys: import("
|
|
4441
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
4324
4442
|
} | undefined;
|
|
4325
4443
|
issuer?: string | undefined;
|
|
4326
4444
|
} | undefined;
|
|
@@ -4421,7 +4539,7 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4421
4539
|
customOnly: boolean;
|
|
4422
4540
|
mappings?: {
|
|
4423
4541
|
pattern: string | RegExp;
|
|
4424
|
-
platform: "unknown" | "
|
|
4542
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
4425
4543
|
}[] | undefined;
|
|
4426
4544
|
} | undefined;
|
|
4427
4545
|
persistence?: false | {
|
|
@@ -4490,6 +4608,12 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4490
4608
|
port: number;
|
|
4491
4609
|
entryPath: string;
|
|
4492
4610
|
hostFactory?: any;
|
|
4611
|
+
socketPath?: string | undefined;
|
|
4612
|
+
cors?: false | {
|
|
4613
|
+
origin?: string | boolean | string[] | ((origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void) | undefined;
|
|
4614
|
+
credentials?: boolean | undefined;
|
|
4615
|
+
maxAge?: number | undefined;
|
|
4616
|
+
} | undefined;
|
|
4493
4617
|
} | undefined;
|
|
4494
4618
|
redis?: {
|
|
4495
4619
|
provider: "redis";
|
|
@@ -4623,6 +4747,14 @@ export declare const frontMcpMetadataSchema: z.ZodPipe<z.ZodUnion<[z.ZodObject<{
|
|
|
4623
4747
|
logging?: boolean | undefined;
|
|
4624
4748
|
} | undefined;
|
|
4625
4749
|
} | undefined;
|
|
4750
|
+
sqlite?: {
|
|
4751
|
+
path: string;
|
|
4752
|
+
ttlCleanupIntervalMs: number;
|
|
4753
|
+
walMode: boolean;
|
|
4754
|
+
encryption?: {
|
|
4755
|
+
secret: string;
|
|
4756
|
+
} | undefined;
|
|
4757
|
+
} | undefined;
|
|
4626
4758
|
auth?: undefined;
|
|
4627
4759
|
}>>;
|
|
4628
4760
|
export type FrontMcpMultiAppConfig = z.infer<typeof frontMcpMultiAppSchema>;
|