@frontmcp/sdk 0.10.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/agent/agent.scope.d.ts +8 -8
- package/auth/auth.registry.d.ts +1 -1
- package/auth/auth.registry.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/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 +1 -1
- 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 +1 -1
- 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/common/metadata/app.metadata.d.ts +16 -16
- package/common/metadata/front-mcp.metadata.d.ts +96 -51
- package/common/metadata/front-mcp.metadata.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 +29 -0
- package/common/types/options/http/interfaces.d.ts.map +1 -1
- package/common/types/options/http/schema.d.ts +5 -0
- package/common/types/options/http/schema.d.ts.map +1 -1
- package/common/types/options/session/schema.d.ts +3 -3
- package/common/types/options/transport/schema.d.ts +1 -1
- package/errors/auth-internal.errors.d.ts +1 -104
- package/errors/auth-internal.errors.d.ts.map +1 -1
- package/esm/index.mjs +1587 -4075
- package/esm/package.json +6 -6
- package/front-mcp/front-mcp.providers.d.ts +40 -20
- package/front-mcp/front-mcp.providers.d.ts.map +1 -1
- package/index.d.ts +1 -1
- package/index.js +1918 -4433
- package/package.json +6 -6
- package/scope/flows/http.request.flow.d.ts +1 -1
- package/scope/scope.instance.d.ts.map +1 -1
- package/server/adapters/express.host.adapter.d.ts +4 -31
- package/server/adapters/express.host.adapter.d.ts.map +1 -1
- package/server/server.instance.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/transport.registry.d.ts +1 -1
- package/transport/transport.registry.d.ts.map +1 -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
package/esm/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontmcp/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"description": "FrontMCP SDK",
|
|
5
5
|
"author": "AgentFront <info@agentfront.dev>",
|
|
6
6
|
"homepage": "https://docs.agentfront.dev",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"content-type": "^1.0.5",
|
|
65
65
|
"vectoriadb": "^2.1.3",
|
|
66
66
|
"@vercel/kv": "^3.0.0",
|
|
67
|
-
"@frontmcp/storage-sqlite": "0.
|
|
67
|
+
"@frontmcp/storage-sqlite": "0.11.1"
|
|
68
68
|
},
|
|
69
69
|
"peerDependenciesMeta": {
|
|
70
70
|
"@vercel/kv": {
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
}
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@frontmcp/utils": "0.
|
|
79
|
-
"@frontmcp/di": "0.
|
|
80
|
-
"@frontmcp/uipack": "0.
|
|
81
|
-
"@frontmcp/auth": "0.
|
|
78
|
+
"@frontmcp/utils": "0.11.1",
|
|
79
|
+
"@frontmcp/di": "0.11.1",
|
|
80
|
+
"@frontmcp/uipack": "0.11.1",
|
|
81
|
+
"@frontmcp/auth": "0.11.1",
|
|
82
82
|
"@modelcontextprotocol/sdk": "1.26.0",
|
|
83
83
|
"@langchain/core": "^1.1.8",
|
|
84
84
|
"@langchain/openai": "^1.2.0",
|
|
@@ -35,7 +35,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
35
35
|
customOnly: boolean;
|
|
36
36
|
mappings?: {
|
|
37
37
|
pattern: string | RegExp;
|
|
38
|
-
platform: "unknown" | "
|
|
38
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
39
39
|
}[] | undefined;
|
|
40
40
|
} | undefined;
|
|
41
41
|
persistence?: false | {
|
|
@@ -105,6 +105,11 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
105
105
|
entryPath: string;
|
|
106
106
|
hostFactory?: any;
|
|
107
107
|
socketPath?: string | undefined;
|
|
108
|
+
cors?: false | {
|
|
109
|
+
origin?: string | boolean | string[] | ((origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void) | undefined;
|
|
110
|
+
credentials?: boolean | undefined;
|
|
111
|
+
maxAge?: number | undefined;
|
|
112
|
+
} | undefined;
|
|
108
113
|
} | undefined;
|
|
109
114
|
redis?: {
|
|
110
115
|
provider: "redis";
|
|
@@ -257,9 +262,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
257
262
|
rateLimit: number;
|
|
258
263
|
} | undefined;
|
|
259
264
|
jwks?: {
|
|
260
|
-
keys: import("
|
|
265
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
261
266
|
} | undefined;
|
|
262
|
-
signKey?: import("
|
|
267
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
263
268
|
} | {
|
|
264
269
|
mode: "transparent";
|
|
265
270
|
remote: {
|
|
@@ -268,7 +273,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
268
273
|
name?: string | undefined;
|
|
269
274
|
id?: string | undefined;
|
|
270
275
|
jwks?: {
|
|
271
|
-
keys: import("
|
|
276
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
272
277
|
} | undefined;
|
|
273
278
|
jwksUri?: string | undefined;
|
|
274
279
|
clientId?: string | undefined;
|
|
@@ -308,9 +313,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
308
313
|
mode: "orchestrated";
|
|
309
314
|
type: "local";
|
|
310
315
|
local?: {
|
|
311
|
-
signKey?: import("
|
|
316
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
312
317
|
jwks?: {
|
|
313
|
-
keys: import("
|
|
318
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
314
319
|
} | undefined;
|
|
315
320
|
issuer?: string | undefined;
|
|
316
321
|
} | undefined;
|
|
@@ -400,7 +405,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
400
405
|
name?: string | undefined;
|
|
401
406
|
id?: string | undefined;
|
|
402
407
|
jwks?: {
|
|
403
|
-
keys: import("
|
|
408
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
404
409
|
} | undefined;
|
|
405
410
|
jwksUri?: string | undefined;
|
|
406
411
|
clientId?: string | undefined;
|
|
@@ -412,9 +417,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
412
417
|
userInfoEndpoint?: string | undefined;
|
|
413
418
|
};
|
|
414
419
|
local?: {
|
|
415
|
-
signKey?: import("
|
|
420
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
416
421
|
jwks?: {
|
|
417
|
-
keys: import("
|
|
422
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
418
423
|
} | undefined;
|
|
419
424
|
issuer?: string | undefined;
|
|
420
425
|
} | undefined;
|
|
@@ -515,7 +520,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
515
520
|
customOnly: boolean;
|
|
516
521
|
mappings?: {
|
|
517
522
|
pattern: string | RegExp;
|
|
518
|
-
platform: "unknown" | "
|
|
523
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
519
524
|
}[] | undefined;
|
|
520
525
|
} | undefined;
|
|
521
526
|
persistence?: false | {
|
|
@@ -585,6 +590,11 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
585
590
|
entryPath: string;
|
|
586
591
|
hostFactory?: any;
|
|
587
592
|
socketPath?: string | undefined;
|
|
593
|
+
cors?: false | {
|
|
594
|
+
origin?: string | boolean | string[] | ((origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void) | undefined;
|
|
595
|
+
credentials?: boolean | undefined;
|
|
596
|
+
maxAge?: number | undefined;
|
|
597
|
+
} | undefined;
|
|
588
598
|
} | undefined;
|
|
589
599
|
redis?: {
|
|
590
600
|
provider: "redis";
|
|
@@ -762,7 +772,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
762
772
|
customOnly: boolean;
|
|
763
773
|
mappings?: {
|
|
764
774
|
pattern: string | RegExp;
|
|
765
|
-
platform: "unknown" | "
|
|
775
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
766
776
|
}[] | undefined;
|
|
767
777
|
} | undefined;
|
|
768
778
|
persistence?: false | {
|
|
@@ -832,6 +842,11 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
832
842
|
entryPath: string;
|
|
833
843
|
hostFactory?: any;
|
|
834
844
|
socketPath?: string | undefined;
|
|
845
|
+
cors?: false | {
|
|
846
|
+
origin?: string | boolean | string[] | ((origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void) | undefined;
|
|
847
|
+
credentials?: boolean | undefined;
|
|
848
|
+
maxAge?: number | undefined;
|
|
849
|
+
} | undefined;
|
|
835
850
|
} | undefined;
|
|
836
851
|
redis?: {
|
|
837
852
|
provider: "redis";
|
|
@@ -984,9 +999,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
984
999
|
rateLimit: number;
|
|
985
1000
|
} | undefined;
|
|
986
1001
|
jwks?: {
|
|
987
|
-
keys: import("
|
|
1002
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
988
1003
|
} | undefined;
|
|
989
|
-
signKey?: import("
|
|
1004
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
990
1005
|
} | {
|
|
991
1006
|
mode: "transparent";
|
|
992
1007
|
remote: {
|
|
@@ -995,7 +1010,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
995
1010
|
name?: string | undefined;
|
|
996
1011
|
id?: string | undefined;
|
|
997
1012
|
jwks?: {
|
|
998
|
-
keys: import("
|
|
1013
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
999
1014
|
} | undefined;
|
|
1000
1015
|
jwksUri?: string | undefined;
|
|
1001
1016
|
clientId?: string | undefined;
|
|
@@ -1035,9 +1050,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1035
1050
|
mode: "orchestrated";
|
|
1036
1051
|
type: "local";
|
|
1037
1052
|
local?: {
|
|
1038
|
-
signKey?: import("
|
|
1053
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
1039
1054
|
jwks?: {
|
|
1040
|
-
keys: import("
|
|
1055
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
1041
1056
|
} | undefined;
|
|
1042
1057
|
issuer?: string | undefined;
|
|
1043
1058
|
} | undefined;
|
|
@@ -1127,7 +1142,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1127
1142
|
name?: string | undefined;
|
|
1128
1143
|
id?: string | undefined;
|
|
1129
1144
|
jwks?: {
|
|
1130
|
-
keys: import("
|
|
1145
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
1131
1146
|
} | undefined;
|
|
1132
1147
|
jwksUri?: string | undefined;
|
|
1133
1148
|
clientId?: string | undefined;
|
|
@@ -1139,9 +1154,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1139
1154
|
userInfoEndpoint?: string | undefined;
|
|
1140
1155
|
};
|
|
1141
1156
|
local?: {
|
|
1142
|
-
signKey?: import("
|
|
1157
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
1143
1158
|
jwks?: {
|
|
1144
|
-
keys: import("
|
|
1159
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
1145
1160
|
} | undefined;
|
|
1146
1161
|
issuer?: string | undefined;
|
|
1147
1162
|
} | undefined;
|
|
@@ -1242,7 +1257,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1242
1257
|
customOnly: boolean;
|
|
1243
1258
|
mappings?: {
|
|
1244
1259
|
pattern: string | RegExp;
|
|
1245
|
-
platform: "unknown" | "
|
|
1260
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
1246
1261
|
}[] | undefined;
|
|
1247
1262
|
} | undefined;
|
|
1248
1263
|
persistence?: false | {
|
|
@@ -1312,6 +1327,11 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1312
1327
|
entryPath: string;
|
|
1313
1328
|
hostFactory?: any;
|
|
1314
1329
|
socketPath?: string | undefined;
|
|
1330
|
+
cors?: false | {
|
|
1331
|
+
origin?: string | boolean | string[] | ((origin: string | undefined, callback: (err: Error | null, allow?: boolean) => void) => void) | undefined;
|
|
1332
|
+
credentials?: boolean | undefined;
|
|
1333
|
+
maxAge?: number | undefined;
|
|
1334
|
+
} | undefined;
|
|
1315
1335
|
} | undefined;
|
|
1316
1336
|
redis?: {
|
|
1317
1337
|
provider: "redis";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"front-mcp.providers.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.providers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,iBAAiB,EAAiB,MAAM,WAAW,CAAC;AAGjG,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAuBpD,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,kBAAkB
|
|
1
|
+
{"version":3,"file":"front-mcp.providers.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.providers.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,EAAE,cAAc,EAAE,iBAAiB,EAAiB,MAAM,WAAW,CAAC;AAGjG,OAAO,EAAE,sBAAsB,EAAE,MAAM,YAAY,CAAC;AAuBpD,wBAAgB,wBAAwB,CAAC,QAAQ,EAAE,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHAVxC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oHAAD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAY7B"}
|
package/index.d.ts
CHANGED
|
@@ -68,5 +68,5 @@ export type { CreateInMemoryServerOptions, InMemoryServerResult } from './transp
|
|
|
68
68
|
export type { TransportType, TransportKey } from './transport';
|
|
69
69
|
export { ExtAppsMessageHandler, createExtAppsMessageHandler, EXT_APPS_ERROR_CODES, ExtAppsError, ExtAppsMethodNotFoundError, ExtAppsInvalidParamsError, ExtAppsNotSupportedError, ExtAppsToolNotFoundError, } from './ext-apps';
|
|
70
70
|
export type { ExtAppsCallServerToolParams, ExtAppsUpdateModelContextParams, ExtAppsOpenLinkParams, ExtAppsDisplayMode, ExtAppsSetDisplayModeParams, ExtAppsCloseParams, ExtAppsLogLevel, ExtAppsLogParams, ExtAppsRegisterToolParams, ExtAppsUnregisterToolParams, ExtAppsHostCapabilities, ExtAppsWidgetCapabilities, ExtAppsInitializeParams, ExtAppsInitializeResult, ExtAppsHandlerContext, ExtAppsMessageHandlerOptions, ExtAppsJsonRpcRequest, ExtAppsJsonRpcResponse, ExtAppsJsonRpcNotification, } from './ext-apps';
|
|
71
|
-
export { InMemoryOrchestratedTokenStore, type InMemoryOrchestratedTokenStoreOptions } from '
|
|
71
|
+
export { InMemoryOrchestratedTokenStore, type InMemoryOrchestratedTokenStoreOptions } from '@frontmcp/auth';
|
|
72
72
|
//# sourceMappingURL=index.d.ts.map
|