@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
package/esm/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontmcp/sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "FrontMCP SDK",
|
|
5
5
|
"author": "AgentFront <info@agentfront.dev>",
|
|
6
6
|
"homepage": "https://docs.agentfront.dev",
|
|
@@ -63,19 +63,23 @@
|
|
|
63
63
|
"raw-body": "^3.0.0",
|
|
64
64
|
"content-type": "^1.0.5",
|
|
65
65
|
"vectoriadb": "^2.1.3",
|
|
66
|
-
"@vercel/kv": "^3.0.0"
|
|
66
|
+
"@vercel/kv": "^3.0.0",
|
|
67
|
+
"@frontmcp/storage-sqlite": "0.11.0"
|
|
67
68
|
},
|
|
68
69
|
"peerDependenciesMeta": {
|
|
69
70
|
"@vercel/kv": {
|
|
70
71
|
"optional": true
|
|
72
|
+
},
|
|
73
|
+
"@frontmcp/storage-sqlite": {
|
|
74
|
+
"optional": true
|
|
71
75
|
}
|
|
72
76
|
},
|
|
73
77
|
"dependencies": {
|
|
74
|
-
"@frontmcp/utils": "0.
|
|
75
|
-
"@frontmcp/di": "0.
|
|
76
|
-
"@frontmcp/uipack": "0.
|
|
77
|
-
"@frontmcp/auth": "0.
|
|
78
|
-
"@modelcontextprotocol/sdk": "1.
|
|
78
|
+
"@frontmcp/utils": "0.11.0",
|
|
79
|
+
"@frontmcp/di": "0.11.0",
|
|
80
|
+
"@frontmcp/uipack": "0.11.0",
|
|
81
|
+
"@frontmcp/auth": "0.11.0",
|
|
82
|
+
"@modelcontextprotocol/sdk": "1.26.0",
|
|
79
83
|
"@langchain/core": "^1.1.8",
|
|
80
84
|
"@langchain/openai": "^1.2.0",
|
|
81
85
|
"@langchain/anthropic": "^1.3.3",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow.instance.d.ts","sourceRoot":"","sources":["../../src/flows/flow.instance.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"flow.instance.d.ts","sourceRoot":"","sources":["../../src/flows/flow.instance.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAC1B,OAAO,EAIL,SAAS,EACT,WAAW,EACX,QAAQ,EACR,YAAY,EAEZ,UAAU,EAKV,SAAS,EACT,aAAa,EACb,KAAK,EACL,IAAI,EACL,MAAM,WAAW,CAAC;AACnB,OAAO,gBAAgB,MAAM,+BAA+B,CAAC;AAG7D,OAAO,EAAE,KAAK,EAAE,MAAM,UAAU,CAAC;AA2BjC,qBAAa,YAAY,CAAC,IAAI,SAAS,QAAQ,CAAE,SAAQ,SAAS,CAAC,IAAI,CAAC;IACtE,QAAQ,CAAC,IAAI,EAAE,SAAS,EAAE,CAAC;IAC3B,QAAQ,CAAC,eAAe,EAAE,gBAAgB,CAAC;IAC3C,OAAO,CAAC,IAAI,CAAkB;IAC9B,OAAO,CAAC,SAAS,CAAW;IAC5B,OAAO,CAAC,MAAM,CAAqB;IACnC,OAAO,CAAC,KAAK,CAAe;gBAEhB,KAAK,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,IAAI,EAAE,GAAG,CAAC,SAAS,CAAC,EAAE,eAAe,EAAE,gBAAgB;cAUrF,UAAU;IA4DpB,WAAW,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,OAAO,CAAC;IAa3D;;;OAGG;IACH,OAAO,CAAC,iBAAiB;IAQzB;;;;;;;;;OASG;YACW,cAAc;IAiCtB,GAAG,CAAC,KAAK,EAAE,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,GAAG,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;CA2TrG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow.registry.d.ts","sourceRoot":"","sources":["../../src/flows/flow.registry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,IAAI,EAAa,MAAM,cAAc,CAAC;AACtD,OAAO,gBAAgB,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAc,MAAM,WAAW,CAAC;AAElG,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"flow.registry.d.ts","sourceRoot":"","sources":["../../src/flows/flow.registry.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,IAAI,EAAa,MAAM,cAAc,CAAC;AACtD,OAAO,gBAAgB,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACvE,OAAO,EAAE,WAAW,EAAE,QAAQ,EAAE,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAc,MAAM,WAAW,CAAC;AAElG,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAK/C,MAAM,CAAC,OAAO,OAAO,YAAa,SAAQ,gBAAgB,CAAC,YAAY,CAAC,QAAQ,CAAC,EAAE,UAAU,EAAE,QAAQ,EAAE,CAAC;gBAC5F,SAAS,EAAE,gBAAgB,EAAE,IAAI,EAAE,QAAQ,EAAE;cAItC,QAAQ,CAAC,IAAI,EAAE,QAAQ,EAAE,GAAG,sBAAsB,CAAC,UAAU,CAAC;IAgBjF,SAAS,CAAC,UAAU;IAkBpB,0EAA0E;cAC1D,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAS3C,OAAO,CAAC,aAAa;IASf,aAAa,CAAC,QAAQ,EAAE,QAAQ,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC;IAaxD,OAAO,CAAC,IAAI,SAAS,QAAQ,EAC3B,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,WAAW,CAAC,IAAI,CAAC,EACxB,IAAI,CAAC,EAAE,GAAG,CAAC,KAAK,EAAE,IAAI,CAAC,GACtB,OAAO,CAAC,YAAY,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;IAgD1C;;;OAGG;IACH,OAAO,CAAC,iBAAiB;CAO1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow.utils.d.ts","sourceRoot":"","sources":["../../src/flows/flow.utils.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"flow.utils.d.ts","sourceRoot":"","sources":["../../src/flows/flow.utils.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAqC,MAAM,cAAc,CAAC;AACxE,OAAO,EAAY,YAAY,EAAE,UAAU,EAAE,QAAQ,EAAsB,MAAM,WAAW,CAAC;AAG7F,wBAAgB,mBAAmB,CAAC,GAAG,EAAE,QAAQ,GAAG,YAAY,CAAC,KAAK,CAAC,CAMtE;AAED,wBAAgB,aAAa,CAAC,IAAI,EAAE,QAAQ,GAAG,UAAU,CAQxD;AAED;;;GAGG;AACH,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,UAAU,GAAG,KAAK,EAAE,CAK1D"}
|
package/front-mcp/front-mcp.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { FrontMcpConfigInput, FrontMcpConfigType, FrontMcpInterface, ScopeEntry } from '../common';
|
|
2
2
|
import type { DirectMcpServer } from '../direct';
|
|
3
|
+
import type { SqliteOptionsInput } from '../common/types/options/sqlite/schema';
|
|
3
4
|
export declare class FrontMcpInstance implements FrontMcpInterface {
|
|
4
5
|
config: FrontMcpConfigType;
|
|
5
6
|
readonly ready: Promise<void>;
|
|
@@ -8,7 +9,7 @@ export declare class FrontMcpInstance implements FrontMcpInterface {
|
|
|
8
9
|
private scopes;
|
|
9
10
|
constructor(config: FrontMcpConfigType);
|
|
10
11
|
initialize(): Promise<void>;
|
|
11
|
-
start(): void
|
|
12
|
+
start(): Promise<void>;
|
|
12
13
|
/**
|
|
13
14
|
* Get the configuration used to create this FrontMCP instance.
|
|
14
15
|
*/
|
|
@@ -101,6 +102,34 @@ export declare class FrontMcpInstance implements FrontMcpInterface {
|
|
|
101
102
|
* }
|
|
102
103
|
* ```
|
|
103
104
|
*/
|
|
105
|
+
/**
|
|
106
|
+
* Runs the FrontMCP server on a Unix socket for local-only access.
|
|
107
|
+
*
|
|
108
|
+
* This enables a persistent background FrontMCP server accessible only via
|
|
109
|
+
* a Unix `.sock` file. The entire HTTP feature set (streamable HTTP, SSE,
|
|
110
|
+
* elicitation, sessions) works unchanged over Unix sockets.
|
|
111
|
+
*
|
|
112
|
+
* @example
|
|
113
|
+
* ```typescript
|
|
114
|
+
* import { FrontMcpInstance } from '@frontmcp/sdk';
|
|
115
|
+
* import MyServer from './my-server';
|
|
116
|
+
*
|
|
117
|
+
* const handle = await FrontMcpInstance.runUnixSocket({
|
|
118
|
+
* ...MyServer,
|
|
119
|
+
* socketPath: '/tmp/my-app.sock',
|
|
120
|
+
* sqlite: { path: '~/.frontmcp/data/my-app.sqlite' },
|
|
121
|
+
* });
|
|
122
|
+
*
|
|
123
|
+
* // Later: graceful shutdown
|
|
124
|
+
* await handle.close();
|
|
125
|
+
* ```
|
|
126
|
+
*/
|
|
127
|
+
static runUnixSocket(options: FrontMcpConfigInput & {
|
|
128
|
+
socketPath: string;
|
|
129
|
+
sqlite?: SqliteOptionsInput;
|
|
130
|
+
}): Promise<{
|
|
131
|
+
close: () => Promise<void>;
|
|
132
|
+
}>;
|
|
104
133
|
static runStdio(options: FrontMcpConfigInput): Promise<void>;
|
|
105
134
|
}
|
|
106
135
|
//# sourceMappingURL=front-mcp.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"front-mcp.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EAEjB,UAAU,EAEX,MAAM,WAAW,CAAC;AAMnB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"front-mcp.d.ts","sourceRoot":"","sources":["../../src/front-mcp/front-mcp.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,mBAAmB,EACnB,kBAAkB,EAClB,iBAAiB,EAEjB,UAAU,EAEX,MAAM,WAAW,CAAC;AAMnB,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,WAAW,CAAC;AAIjD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,uCAAuC,CAAC;AAEhF,qBAAa,gBAAiB,YAAW,iBAAiB;IACxD,MAAM,EAAE,kBAAkB,CAAC;IAC3B,QAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAE9B,OAAO,CAAC,MAAM,CAAiB;IAC/B,OAAO,CAAC,SAAS,CAAmB;IACpC,OAAO,CAAC,MAAM,CAAgB;gBAElB,MAAM,EAAE,kBAAkB;IAKhC,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAW3B,KAAK;IAQX;;OAEG;IACH,SAAS,IAAI,kBAAkB;IAI/B;;;OAGG;IACH,SAAS,IAAI,UAAU,EAAE;WAIL,SAAS,CAAC,OAAO,EAAE,kBAAkB;IAOzD;;;;;;;;;;OAUG;WACiB,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,OAAO,CAAC;IAahF;;;;;;;;OAQG;WACiB,cAAc,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAQ3F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA6BG;WACiB,YAAY,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,eAAe,CAAC;IAoBxF;;;;;;;;;;;;;;;;;;;;;;;;;;;;OA4BG;IACH;;;;;;;;;;;;;;;;;;;;;OAqBG;WACiB,aAAa,CAC/B,OAAO,EAAE,mBAAmB,GAAG;QAC7B,UAAU,EAAE,MAAM,CAAC;QACnB,MAAM,CAAC,EAAE,kBAAkB,CAAC;KAC7B,GACA,OAAO,CAAC;QAAE,KAAK,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAA;KAAE,CAAC;WAmDtB,QAAQ,CAAC,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAAC,IAAI,CAAC;CA0G1E"}
|
|
@@ -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 | {
|
|
@@ -104,6 +104,12 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
104
104
|
port: number;
|
|
105
105
|
entryPath: string;
|
|
106
106
|
hostFactory?: any;
|
|
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;
|
|
107
113
|
} | undefined;
|
|
108
114
|
redis?: {
|
|
109
115
|
provider: "redis";
|
|
@@ -237,6 +243,14 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
237
243
|
logging?: boolean | undefined;
|
|
238
244
|
} | undefined;
|
|
239
245
|
} | undefined;
|
|
246
|
+
sqlite?: {
|
|
247
|
+
path: string;
|
|
248
|
+
ttlCleanupIntervalMs: number;
|
|
249
|
+
walMode: boolean;
|
|
250
|
+
encryption?: {
|
|
251
|
+
secret: string;
|
|
252
|
+
} | undefined;
|
|
253
|
+
} | undefined;
|
|
240
254
|
auth?: {
|
|
241
255
|
mode: "public";
|
|
242
256
|
sessionTtl: number;
|
|
@@ -248,9 +262,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
248
262
|
rateLimit: number;
|
|
249
263
|
} | undefined;
|
|
250
264
|
jwks?: {
|
|
251
|
-
keys: import("
|
|
265
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
252
266
|
} | undefined;
|
|
253
|
-
signKey?: import("
|
|
267
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
254
268
|
} | {
|
|
255
269
|
mode: "transparent";
|
|
256
270
|
remote: {
|
|
@@ -259,7 +273,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
259
273
|
name?: string | undefined;
|
|
260
274
|
id?: string | undefined;
|
|
261
275
|
jwks?: {
|
|
262
|
-
keys: import("
|
|
276
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
263
277
|
} | undefined;
|
|
264
278
|
jwksUri?: string | undefined;
|
|
265
279
|
clientId?: string | undefined;
|
|
@@ -299,9 +313,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
299
313
|
mode: "orchestrated";
|
|
300
314
|
type: "local";
|
|
301
315
|
local?: {
|
|
302
|
-
signKey?: import("
|
|
316
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
303
317
|
jwks?: {
|
|
304
|
-
keys: import("
|
|
318
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
305
319
|
} | undefined;
|
|
306
320
|
issuer?: string | undefined;
|
|
307
321
|
} | undefined;
|
|
@@ -391,7 +405,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
391
405
|
name?: string | undefined;
|
|
392
406
|
id?: string | undefined;
|
|
393
407
|
jwks?: {
|
|
394
|
-
keys: import("
|
|
408
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
395
409
|
} | undefined;
|
|
396
410
|
jwksUri?: string | undefined;
|
|
397
411
|
clientId?: string | undefined;
|
|
@@ -403,9 +417,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
403
417
|
userInfoEndpoint?: string | undefined;
|
|
404
418
|
};
|
|
405
419
|
local?: {
|
|
406
|
-
signKey?: import("
|
|
420
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
407
421
|
jwks?: {
|
|
408
|
-
keys: import("
|
|
422
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
409
423
|
} | undefined;
|
|
410
424
|
issuer?: string | undefined;
|
|
411
425
|
} | undefined;
|
|
@@ -506,7 +520,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
506
520
|
customOnly: boolean;
|
|
507
521
|
mappings?: {
|
|
508
522
|
pattern: string | RegExp;
|
|
509
|
-
platform: "unknown" | "
|
|
523
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
510
524
|
}[] | undefined;
|
|
511
525
|
} | undefined;
|
|
512
526
|
persistence?: false | {
|
|
@@ -575,6 +589,12 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
575
589
|
port: number;
|
|
576
590
|
entryPath: string;
|
|
577
591
|
hostFactory?: any;
|
|
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;
|
|
578
598
|
} | undefined;
|
|
579
599
|
redis?: {
|
|
580
600
|
provider: "redis";
|
|
@@ -708,6 +728,14 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
708
728
|
logging?: boolean | undefined;
|
|
709
729
|
} | undefined;
|
|
710
730
|
} | undefined;
|
|
731
|
+
sqlite?: {
|
|
732
|
+
path: string;
|
|
733
|
+
ttlCleanupIntervalMs: number;
|
|
734
|
+
walMode: boolean;
|
|
735
|
+
encryption?: {
|
|
736
|
+
secret: string;
|
|
737
|
+
} | undefined;
|
|
738
|
+
} | undefined;
|
|
711
739
|
auth?: undefined;
|
|
712
740
|
}> | import("../common").ProviderFactoryType<FrontMcpServer, readonly [import("@frontmcp/di").Reference<{
|
|
713
741
|
info: {
|
|
@@ -744,7 +772,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
744
772
|
customOnly: boolean;
|
|
745
773
|
mappings?: {
|
|
746
774
|
pattern: string | RegExp;
|
|
747
|
-
platform: "unknown" | "
|
|
775
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
748
776
|
}[] | undefined;
|
|
749
777
|
} | undefined;
|
|
750
778
|
persistence?: false | {
|
|
@@ -813,6 +841,12 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
813
841
|
port: number;
|
|
814
842
|
entryPath: string;
|
|
815
843
|
hostFactory?: any;
|
|
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;
|
|
816
850
|
} | undefined;
|
|
817
851
|
redis?: {
|
|
818
852
|
provider: "redis";
|
|
@@ -946,6 +980,14 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
946
980
|
logging?: boolean | undefined;
|
|
947
981
|
} | undefined;
|
|
948
982
|
} | undefined;
|
|
983
|
+
sqlite?: {
|
|
984
|
+
path: string;
|
|
985
|
+
ttlCleanupIntervalMs: number;
|
|
986
|
+
walMode: boolean;
|
|
987
|
+
encryption?: {
|
|
988
|
+
secret: string;
|
|
989
|
+
} | undefined;
|
|
990
|
+
} | undefined;
|
|
949
991
|
auth?: {
|
|
950
992
|
mode: "public";
|
|
951
993
|
sessionTtl: number;
|
|
@@ -957,9 +999,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
957
999
|
rateLimit: number;
|
|
958
1000
|
} | undefined;
|
|
959
1001
|
jwks?: {
|
|
960
|
-
keys: import("
|
|
1002
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
961
1003
|
} | undefined;
|
|
962
|
-
signKey?: import("
|
|
1004
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
963
1005
|
} | {
|
|
964
1006
|
mode: "transparent";
|
|
965
1007
|
remote: {
|
|
@@ -968,7 +1010,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
968
1010
|
name?: string | undefined;
|
|
969
1011
|
id?: string | undefined;
|
|
970
1012
|
jwks?: {
|
|
971
|
-
keys: import("
|
|
1013
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
972
1014
|
} | undefined;
|
|
973
1015
|
jwksUri?: string | undefined;
|
|
974
1016
|
clientId?: string | undefined;
|
|
@@ -1008,9 +1050,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1008
1050
|
mode: "orchestrated";
|
|
1009
1051
|
type: "local";
|
|
1010
1052
|
local?: {
|
|
1011
|
-
signKey?: import("
|
|
1053
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
1012
1054
|
jwks?: {
|
|
1013
|
-
keys: import("
|
|
1055
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
1014
1056
|
} | undefined;
|
|
1015
1057
|
issuer?: string | undefined;
|
|
1016
1058
|
} | undefined;
|
|
@@ -1100,7 +1142,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1100
1142
|
name?: string | undefined;
|
|
1101
1143
|
id?: string | undefined;
|
|
1102
1144
|
jwks?: {
|
|
1103
|
-
keys: import("
|
|
1145
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
1104
1146
|
} | undefined;
|
|
1105
1147
|
jwksUri?: string | undefined;
|
|
1106
1148
|
clientId?: string | undefined;
|
|
@@ -1112,9 +1154,9 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1112
1154
|
userInfoEndpoint?: string | undefined;
|
|
1113
1155
|
};
|
|
1114
1156
|
local?: {
|
|
1115
|
-
signKey?: import("
|
|
1157
|
+
signKey?: Uint8Array<ArrayBuffer> | import("libs/auth/dist/common/jwt.types").JWK | undefined;
|
|
1116
1158
|
jwks?: {
|
|
1117
|
-
keys: import("
|
|
1159
|
+
keys: import("libs/auth/dist/common/jwt.types").JWK[];
|
|
1118
1160
|
} | undefined;
|
|
1119
1161
|
issuer?: string | undefined;
|
|
1120
1162
|
} | undefined;
|
|
@@ -1215,7 +1257,7 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1215
1257
|
customOnly: boolean;
|
|
1216
1258
|
mappings?: {
|
|
1217
1259
|
pattern: string | RegExp;
|
|
1218
|
-
platform: "unknown" | "
|
|
1260
|
+
platform: "unknown" | "openai" | "claude" | "gemini" | "cursor" | "continue" | "cody" | "generic-mcp" | "ext-apps";
|
|
1219
1261
|
}[] | undefined;
|
|
1220
1262
|
} | undefined;
|
|
1221
1263
|
persistence?: false | {
|
|
@@ -1284,6 +1326,12 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1284
1326
|
port: number;
|
|
1285
1327
|
entryPath: string;
|
|
1286
1328
|
hostFactory?: any;
|
|
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;
|
|
1287
1335
|
} | undefined;
|
|
1288
1336
|
redis?: {
|
|
1289
1337
|
provider: "redis";
|
|
@@ -1417,6 +1465,14 @@ export declare function createMcpGlobalProviders(metadata: FrontMcpConfigType):
|
|
|
1417
1465
|
logging?: boolean | undefined;
|
|
1418
1466
|
} | undefined;
|
|
1419
1467
|
} | undefined;
|
|
1468
|
+
sqlite?: {
|
|
1469
|
+
path: string;
|
|
1470
|
+
ttlCleanupIntervalMs: number;
|
|
1471
|
+
walMode: boolean;
|
|
1472
|
+
encryption?: {
|
|
1473
|
+
secret: string;
|
|
1474
|
+
} | undefined;
|
|
1475
|
+
} | undefined;
|
|
1420
1476
|
auth?: undefined;
|
|
1421
1477
|
}>]>)[];
|
|
1422
1478
|
//# sourceMappingURL=front-mcp.providers.d.ts.map
|
|
@@ -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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"serverless-handler.d.ts","sourceRoot":"","sources":["../../src/front-mcp/serverless-handler.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"serverless-handler.d.ts","sourceRoot":"","sources":["../../src/front-mcp/serverless-handler.ts"],"names":[],"mappings":"AAWA;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAE3D;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC,GAAG,IAAI,CAE3E;AAED;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,KAAK,EAAE,KAAK,GAAG,IAAI,CAE5D;AAED;;;;GAIG;AACH,wBAAgB,oBAAoB,IAAI,OAAO,CAK9C;AAED;;;;GAIG;AACH,wBAAsB,yBAAyB,IAAI,OAAO,CAAC,OAAO,CAAC,CAWlE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.instance.d.ts","sourceRoot":"","sources":["../../src/hooks/hook.instance.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,cAAc,EACd,SAAS,EAET,UAAU,EACV,yBAAyB,EACzB,UAAU,EACV,KAAK,EACN,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"hook.instance.d.ts","sourceRoot":"","sources":["../../src/hooks/hook.instance.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,cAAc,EACd,SAAS,EAET,UAAU,EACV,yBAAyB,EACzB,UAAU,EACV,KAAK,EACN,MAAM,WAAW,CAAC;AAGnB,qBAAa,YAAY,CACvB,IAAI,SAAS,QAAQ,EACrB,EAAE,GAAG,WAAW,CAAC,IAAI,CAAC,EACtB,KAAK,GAAG,YAAY,CAAC,IAAI,CAAC,EAC1B,GAAG,GAAG,SAAS,CAAC,IAAI,CAAC,CACrB,SAAQ,SAAS,CAAC,EAAE,EAAE,IAAI,EAAE,KAAK,EAAE,GAAG,CAAC;IACvC,MAAM,EAAE,cAAc,CAAC;gBAEX,KAAK,EAAE,UAAU,EAAE,SAAS,EAAE,yBAAyB,EAAE,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK;IAOrG,SAAS,CAAC,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAI/B,GAAG,CAAC,KAAK,EAAE,EAAE,EAAE,GAAG,EAAE,GAAG,GAAG,OAAO,CAAC,IAAI,CAAC;CAS9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.registry.d.ts","sourceRoot":"","sources":["../../src/hooks/hook.registry.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,SAAS,EACT,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,SAAS,EACT,UAAU,EACV,qBAAqB,EACrB,QAAQ,EACR,UAAU,EACV,KAAK,EACN,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACvE,OAAO,gBAAgB,MAAM,+BAA+B,CAAC;
|
|
1
|
+
{"version":3,"file":"hook.registry.d.ts","sourceRoot":"","sources":["../../src/hooks/hook.registry.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,SAAS,EACT,WAAW,EACX,QAAQ,EACR,YAAY,EACZ,SAAS,EACT,UAAU,EACV,qBAAqB,EACrB,QAAQ,EACR,UAAU,EACV,KAAK,EACN,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,gBAAgB,EAAE,sBAAsB,EAAE,MAAM,aAAa,CAAC;AACvE,OAAO,gBAAgB,MAAM,+BAA+B,CAAC;AAI7D,MAAM,CAAC,OAAO,OAAO,YACnB,SAAQ,gBAAgB,CAAC,SAAS,EAAE,UAAU,EAAE,QAAQ,EAAE,CAC1D,YAAW,qBAAqB;IAEhC,KAAK,EAAE,UAAU,CAAC;IAElB,iFAAiF;IACjF,YAAY,EAAE,GAAG,CAAC,KAAK,EAAE,UAAU,EAAE,CAAC,CAAa;IAEnD,kEAAkE;IAClE,OAAO,CAAC,YAAY,CAAsC;IAC1D,OAAO,CAAC,WAAW,CAAyC;IAC5D,OAAO,CAAC,gBAAgB,CAAsD;gBAElE,SAAS,EAAE,gBAAgB,EAAE,IAAI,EAAE,QAAQ,EAAE;cAKtC,QAAQ,IAAI,sBAAsB,CAAC,UAAU,CAAC;IAWjE,SAAS,CAAC,UAAU;IASd,UAAU;IAOhB,kCAAkC;IAClC,OAAO,CAAC,WAAW;IAInB,qEAAqE;IACrE,OAAO,CAAC,YAAY;IAiBpB,OAAO,CAAC,MAAM;IASd,OAAO,CAAC,YAAY;IAKpB,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,gBAAgB;IAMxB,OAAO,CAAC,aAAa;IA4BrB,aAAa,CAAC,QAAQ,EAAE,OAAO,EAAE,GAAG,OAAO,EAAE,UAAU,EAAE;IAWzD,0FAA0F;IAC1F,oBAAoB,CAAC,IAAI,SAAS,QAAQ,EACxC,IAAI,EAAE,IAAI,EACV,OAAO,CAAC,EAAE,MAAM,GACf,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,EAAE;IA8B5E,qFAAqF;IACrF,WAAW,CAAC,KAAK,EAAE,KAAK,GAAG,SAAS,EAAE;IAItC,uCAAuC;IACvC,QAAQ,IAAI,SAAS,EAAE;IAIvB,2DAA2D;IAC3D,YAAY,CAAC,IAAI,SAAS,QAAQ,EAChC,IAAI,EAAE,IAAI,GACT,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,EAAE;IAS5E,sEAAsE;IACtE,iBAAiB,CAAC,IAAI,SAAS,QAAQ,EACrC,IAAI,EAAE,IAAI,EACV,KAAK,EAAE,YAAY,CAAC,IAAI,CAAC,GAAG,MAAM,GACjC,SAAS,CAAC,WAAW,CAAC,IAAI,CAAC,EAAE,IAAI,EAAE,YAAY,CAAC,IAAI,CAAC,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,EAAE;CAS7E"}
|
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
|