@frontmcp/sdk 1.1.2 → 1.2.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/adapter/adapter.instance.d.ts +5 -5
- package/adapter/adapter.instance.d.ts.map +1 -1
- package/adapter/adapter.registry.d.ts +3 -3
- package/adapter/adapter.registry.d.ts.map +1 -1
- package/adapter/adapter.utils.d.ts +2 -2
- package/adapter/adapter.utils.d.ts.map +1 -1
- package/agent/adapters/adapter.factory.d.ts +2 -2
- package/agent/adapters/adapter.factory.d.ts.map +1 -1
- package/agent/adapters/anthropic.adapter.d.ts +2 -2
- package/agent/adapters/anthropic.adapter.d.ts.map +1 -1
- package/agent/adapters/base.adapter.d.ts +1 -1
- package/agent/adapters/base.adapter.d.ts.map +1 -1
- package/agent/adapters/openai.adapter.d.ts +2 -2
- package/agent/adapters/openai.adapter.d.ts.map +1 -1
- package/agent/adapters/providers/index.d.ts +2 -2
- package/agent/adapters/providers/index.d.ts.map +1 -1
- package/agent/agent-execution-loop.d.ts +1 -1
- package/agent/agent-execution-loop.d.ts.map +1 -1
- package/agent/agent.registry.d.ts +6 -6
- package/agent/agent.registry.d.ts.map +1 -1
- package/agent/agent.scope.d.ts +7 -7
- package/agent/agent.scope.d.ts.map +1 -1
- package/agent/agent.utils.d.ts +2 -2
- package/agent/agent.utils.d.ts.map +1 -1
- package/agent/flows/call-agent.flow.d.ts +2 -0
- package/agent/flows/call-agent.flow.d.ts.map +1 -1
- package/agent/hooks/agent.hooks.d.ts +4 -4
- package/app/app.registry.d.ts +3 -3
- package/app/app.registry.d.ts.map +1 -1
- package/app/app.utils.d.ts +2 -2
- package/app/app.utils.d.ts.map +1 -1
- package/app/instances/app.esm.instance.d.ts +6 -6
- package/app/instances/app.esm.instance.d.ts.map +1 -1
- package/app/instances/app.local.instance.d.ts +6 -6
- package/app/instances/app.local.instance.d.ts.map +1 -1
- package/app/instances/app.remote.instance.d.ts +5 -5
- package/app/instances/app.remote.instance.d.ts.map +1 -1
- package/auth/auth.registry.d.ts +3 -3
- package/auth/auth.registry.d.ts.map +1 -1
- package/auth/auth.utils.d.ts +2 -2
- package/auth/auth.utils.d.ts.map +1 -1
- package/auth/instances/instance.local-primary-auth.d.ts +4 -6
- package/auth/instances/instance.local-primary-auth.d.ts.map +1 -1
- package/auth/instances/instance.remote-primary-auth.d.ts +3 -3
- package/auth/instances/instance.remote-primary-auth.d.ts.map +1 -1
- package/auth/session/record/session.base.d.ts +2 -2
- package/auth/session/record/session.base.d.ts.map +1 -1
- package/auth/session/record/session.mcp.d.ts +1 -1
- package/auth/session/record/session.mcp.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/vault/credential-cache.d.ts +1 -1
- package/auth/vault/credential-cache.d.ts.map +1 -1
- package/builtin/config/config.symbols.d.ts +1 -1
- package/builtin/config/config.symbols.d.ts.map +1 -1
- package/channel/channel-notification.service.d.ts +18 -6
- package/channel/channel-notification.service.d.ts.map +1 -1
- package/channel/channel-scope.helper.d.ts +8 -8
- package/channel/channel-scope.helper.d.ts.map +1 -1
- package/channel/channel.instance.d.ts +2 -2
- package/channel/channel.instance.d.ts.map +1 -1
- package/channel/channel.registry.d.ts +5 -5
- package/channel/channel.registry.d.ts.map +1 -1
- package/common/decorators/adapter.decorator.d.ts +1 -1
- package/common/decorators/adapter.decorator.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/auth-provider.decorator.d.ts +1 -1
- package/common/decorators/auth-provider.decorator.d.ts.map +1 -1
- package/common/decorators/channel.decorator.d.ts +2 -2
- package/common/decorators/channel.decorator.d.ts.map +1 -1
- package/common/decorators/flow.decorator.d.ts +1 -1
- package/common/decorators/flow.decorator.d.ts.map +1 -1
- package/common/decorators/hook.decorator.d.ts +1 -1
- package/common/decorators/hook.decorator.d.ts.map +1 -1
- package/common/decorators/logger.decorator.d.ts +1 -1
- package/common/decorators/logger.decorator.d.ts.map +1 -1
- package/common/decorators/plugin.decorator.d.ts +1 -1
- package/common/decorators/plugin.decorator.d.ts.map +1 -1
- package/common/decorators/prompt.decorator.d.ts +4 -5
- package/common/decorators/prompt.decorator.d.ts.map +1 -1
- package/common/decorators/provider.decorator.d.ts +1 -1
- package/common/decorators/provider.decorator.d.ts.map +1 -1
- package/common/decorators/resource.decorator.d.ts +4 -5
- package/common/decorators/resource.decorator.d.ts.map +1 -1
- package/common/decorators/skill.decorator.d.ts +3 -4
- package/common/decorators/skill.decorator.d.ts.map +1 -1
- package/common/decorators/workflow.decorator.d.ts +1 -1
- package/common/decorators/workflow.decorator.d.ts.map +1 -1
- package/common/dynamic/dynamic.adapter.d.ts +1 -1
- package/common/dynamic/dynamic.adapter.d.ts.map +1 -1
- package/common/dynamic/dynamic.plugin.d.ts +2 -2
- package/common/dynamic/dynamic.plugin.d.ts.map +1 -1
- package/common/dynamic/dynamic.utils.d.ts +1 -1
- package/common/dynamic/dynamic.utils.d.ts.map +1 -1
- package/common/entries/adapter.entry.d.ts +3 -3
- package/common/entries/adapter.entry.d.ts.map +1 -1
- package/common/entries/app.entry.d.ts +6 -6
- package/common/entries/app.entry.d.ts.map +1 -1
- package/common/entries/auth-provider.entry.d.ts +3 -3
- package/common/entries/auth-provider.entry.d.ts.map +1 -1
- package/common/entries/base.entry.d.ts +1 -1
- package/common/entries/base.entry.d.ts.map +1 -1
- package/common/entries/channel.entry.d.ts +2 -2
- package/common/entries/channel.entry.d.ts.map +1 -1
- package/common/entries/flow.entry.d.ts +5 -5
- package/common/entries/flow.entry.d.ts.map +1 -1
- package/common/entries/hook.entry.d.ts +5 -5
- package/common/entries/hook.entry.d.ts.map +1 -1
- package/common/entries/logger.entry.d.ts +3 -3
- package/common/entries/logger.entry.d.ts.map +1 -1
- package/common/entries/plugin.entry.d.ts +3 -3
- package/common/entries/plugin.entry.d.ts.map +1 -1
- package/common/entries/prompt.entry.d.ts +5 -7
- package/common/entries/prompt.entry.d.ts.map +1 -1
- package/common/entries/resource.entry.d.ts +7 -9
- package/common/entries/resource.entry.d.ts.map +1 -1
- package/common/entries/skill.entry.d.ts +15 -4
- package/common/entries/skill.entry.d.ts.map +1 -1
- package/common/entries/workflow.entry.d.ts +3 -3
- package/common/entries/workflow.entry.d.ts.map +1 -1
- package/common/interfaces/adapter.interface.d.ts +6 -6
- package/common/interfaces/adapter.interface.d.ts.map +1 -1
- package/common/interfaces/app.interface.d.ts +2 -2
- package/common/interfaces/app.interface.d.ts.map +1 -1
- package/common/interfaces/auth-provider.interface.d.ts +2 -2
- package/common/interfaces/auth-provider.interface.d.ts.map +1 -1
- package/common/interfaces/channel.interface.d.ts +3 -3
- package/common/interfaces/channel.interface.d.ts.map +1 -1
- package/common/interfaces/execution-context.interface.d.ts +26 -1
- package/common/interfaces/execution-context.interface.d.ts.map +1 -1
- package/common/interfaces/front-mcp.interface.d.ts +1 -1
- package/common/interfaces/front-mcp.interface.d.ts.map +1 -1
- package/common/interfaces/hook.interface.d.ts +1 -1
- package/common/interfaces/hook.interface.d.ts.map +1 -1
- package/common/interfaces/internal/primary-auth-provider.interface.d.ts +2 -2
- package/common/interfaces/internal/primary-auth-provider.interface.d.ts.map +1 -1
- package/common/interfaces/internal/registry.interface.d.ts +12 -12
- package/common/interfaces/internal/registry.interface.d.ts.map +1 -1
- package/common/interfaces/job.interface.d.ts +5 -5
- package/common/interfaces/job.interface.d.ts.map +1 -1
- package/common/interfaces/logger.interface.d.ts +2 -2
- package/common/interfaces/logger.interface.d.ts.map +1 -1
- package/common/interfaces/plugin.interface.d.ts +2 -2
- package/common/interfaces/plugin.interface.d.ts.map +1 -1
- package/common/interfaces/prompt.interface.d.ts +7 -8
- package/common/interfaces/prompt.interface.d.ts.map +1 -1
- package/common/interfaces/provider.interface.d.ts +2 -2
- package/common/interfaces/provider.interface.d.ts.map +1 -1
- package/common/interfaces/resource.interface.d.ts +3 -3
- package/common/interfaces/resource.interface.d.ts.map +1 -1
- package/common/interfaces/scope.interface.d.ts +1 -1
- package/common/interfaces/scope.interface.d.ts.map +1 -1
- package/common/interfaces/skill.interface.d.ts +86 -4
- package/common/interfaces/skill.interface.d.ts.map +1 -1
- package/common/interfaces/workflow.interface.d.ts +3 -3
- package/common/interfaces/workflow.interface.d.ts.map +1 -1
- package/common/metadata/app.metadata.d.ts +3 -2
- package/common/metadata/app.metadata.d.ts.map +1 -1
- package/common/metadata/channel.metadata.d.ts +2 -2
- package/common/metadata/front-mcp.metadata.d.ts +155 -1
- package/common/metadata/front-mcp.metadata.d.ts.map +1 -1
- package/common/metadata/hook.metadata.d.ts +3 -3
- package/common/metadata/hook.metadata.d.ts.map +1 -1
- package/common/metadata/job.metadata.d.ts +1 -1
- package/common/metadata/plugin.metadata.d.ts +3 -2
- package/common/metadata/plugin.metadata.d.ts.map +1 -1
- package/common/metadata/resource.metadata.d.ts +62 -0
- package/common/metadata/resource.metadata.d.ts.map +1 -1
- package/common/metadata/skill.metadata.d.ts +44 -2
- package/common/metadata/skill.metadata.d.ts.map +1 -1
- package/common/metadata/tool.metadata.d.ts +39 -4
- package/common/metadata/tool.metadata.d.ts.map +1 -1
- package/common/metadata/workflow.metadata.d.ts +1 -1
- package/common/records/adapter.record.d.ts +2 -2
- package/common/records/adapter.record.d.ts.map +1 -1
- package/common/records/agent.record.d.ts +4 -6
- package/common/records/agent.record.d.ts.map +1 -1
- package/common/records/app.record.d.ts +3 -3
- package/common/records/app.record.d.ts.map +1 -1
- package/common/records/auth-provider.record.d.ts +4 -4
- package/common/records/auth-provider.record.d.ts.map +1 -1
- package/common/records/channel.record.d.ts +3 -3
- package/common/records/channel.record.d.ts.map +1 -1
- package/common/records/flow.record.d.ts +2 -2
- package/common/records/flow.record.d.ts.map +1 -1
- package/common/records/hook.record.d.ts +2 -2
- package/common/records/hook.record.d.ts.map +1 -1
- package/common/records/job.record.d.ts +4 -6
- package/common/records/job.record.d.ts.map +1 -1
- package/common/records/logger.record.d.ts +3 -3
- package/common/records/logger.record.d.ts.map +1 -1
- package/common/records/plugin.record.d.ts +3 -3
- package/common/records/plugin.record.d.ts.map +1 -1
- package/common/records/prompt.record.d.ts +4 -6
- package/common/records/prompt.record.d.ts.map +1 -1
- package/common/records/resource.record.d.ts +4 -6
- package/common/records/resource.record.d.ts.map +1 -1
- package/common/records/scope.record.d.ts +3 -3
- package/common/records/scope.record.d.ts.map +1 -1
- package/common/records/skill.record.d.ts +4 -6
- package/common/records/skill.record.d.ts.map +1 -1
- package/common/records/tool.record.d.ts +4 -6
- package/common/records/tool.record.d.ts.map +1 -1
- package/common/records/workflow.record.d.ts +3 -5
- package/common/records/workflow.record.d.ts.map +1 -1
- package/common/tokens/adapter.tokens.d.ts +2 -2
- package/common/tokens/adapter.tokens.d.ts.map +1 -1
- package/common/tokens/app.tokens.d.ts +2 -2
- package/common/tokens/app.tokens.d.ts.map +1 -1
- package/common/tokens/auth-provider.tokens.d.ts +2 -2
- package/common/tokens/auth-provider.tokens.d.ts.map +1 -1
- package/common/tokens/front-mcp.tokens.d.ts.map +1 -1
- package/common/tokens/logger.tokens.d.ts +2 -2
- package/common/tokens/logger.tokens.d.ts.map +1 -1
- package/common/tokens/provider.tokens.d.ts +2 -2
- package/common/tokens/provider.tokens.d.ts.map +1 -1
- package/common/tokens/resource.tokens.d.ts +4 -0
- package/common/tokens/resource.tokens.d.ts.map +1 -1
- package/common/tokens/skill.tokens.d.ts +3 -0
- package/common/tokens/skill.tokens.d.ts.map +1 -1
- package/common/tokens/tool.tokens.d.ts +1 -0
- package/common/tokens/tool.tokens.d.ts.map +1 -1
- package/common/types/options/logging/interfaces.d.ts +1 -1
- package/common/types/options/logging/interfaces.d.ts.map +1 -1
- package/common/types/options/server-info/interfaces.d.ts +1 -1
- package/common/types/options/server-info/interfaces.d.ts.map +1 -1
- package/common/types/options/session/interfaces.d.ts +1 -1
- package/common/types/options/session/interfaces.d.ts.map +1 -1
- package/common/types/options/skills-http/index.d.ts +1 -1
- package/common/types/options/skills-http/index.d.ts.map +1 -1
- package/common/types/options/skills-http/interfaces.d.ts +122 -11
- package/common/types/options/skills-http/interfaces.d.ts.map +1 -1
- package/common/types/options/skills-http/schema.d.ts +38 -0
- package/common/types/options/skills-http/schema.d.ts.map +1 -1
- package/context/frontmcp-context-storage.d.ts +2 -2
- package/context/frontmcp-context-storage.d.ts.map +1 -1
- package/context/frontmcp-context.provider.d.ts +3 -3
- package/context/frontmcp-context.provider.d.ts.map +1 -1
- package/direct/client.types.d.ts +64 -2
- package/direct/client.types.d.ts.map +1 -1
- package/direct/index.d.ts +1 -1
- package/direct/index.d.ts.map +1 -1
- package/elicitation/helpers/fallback.helper.d.ts +3 -3
- package/elicitation/helpers/fallback.helper.d.ts.map +1 -1
- package/elicitation/helpers/validate-elicitation-content.d.ts +1 -1
- package/elicitation/helpers/validate-elicitation-content.d.ts.map +1 -1
- package/elicitation/store/elicitation.store.d.ts +1 -1
- package/elicitation/store/elicitation.store.d.ts.map +1 -1
- package/esm/index.mjs +22744 -21109
- package/esm-loader/factories/esm-context-factories.d.ts +3 -3
- package/esm-loader/factories/esm-context-factories.d.ts.map +1 -1
- package/flows/flow.instance.d.ts +2 -2
- package/flows/flow.instance.d.ts.map +1 -1
- package/flows/flow.registry.d.ts +4 -4
- package/flows/flow.registry.d.ts.map +1 -1
- package/flows/flow.stages.d.ts +1 -1
- package/flows/flow.stages.d.ts.map +1 -1
- package/flows/flow.utils.d.ts +2 -2
- package/flows/flow.utils.d.ts.map +1 -1
- package/front-mcp/front-mcp.d.ts.map +1 -1
- package/front-mcp/front-mcp.providers.d.ts +41 -1
- package/front-mcp/front-mcp.providers.d.ts.map +1 -1
- package/front-mcp/front-mcp.tokens.d.ts +2 -2
- package/front-mcp/front-mcp.tokens.d.ts.map +1 -1
- package/hooks/hook.instance.d.ts +1 -1
- package/hooks/hook.instance.d.ts.map +1 -1
- package/hooks/hook.registry.d.ts +3 -3
- package/hooks/hook.registry.d.ts.map +1 -1
- package/hooks/hooks.utils.d.ts +2 -2
- package/hooks/hooks.utils.d.ts.map +1 -1
- package/index.d.ts +26 -22
- package/index.d.ts.map +1 -1
- package/index.js +15860 -14224
- package/job/enclave/job-dynamic.executor.d.ts +2 -2
- package/job/enclave/job-dynamic.executor.d.ts.map +1 -1
- package/job/enclave/job-enclave.bridge.d.ts +1 -1
- package/job/enclave/job-enclave.bridge.d.ts.map +1 -1
- package/job/execution/job-execution.manager.d.ts +5 -5
- package/job/execution/job-execution.manager.d.ts.map +1 -1
- package/job/job-permission.guard.d.ts +1 -1
- package/job/job-permission.guard.d.ts.map +1 -1
- package/job/job-scope.helper.d.ts +9 -9
- package/job/job-scope.helper.d.ts.map +1 -1
- package/job/job.events.d.ts +1 -1
- package/job/job.events.d.ts.map +1 -1
- package/job/job.registry.d.ts +8 -8
- package/job/job.registry.d.ts.map +1 -1
- package/job/job.utils.d.ts +4 -4
- package/job/job.utils.d.ts.map +1 -1
- package/job/store/job-definition-store.factory.d.ts +2 -2
- package/job/store/job-definition-store.factory.d.ts.map +1 -1
- package/job/store/job-definition.interface.d.ts +2 -2
- package/job/store/job-definition.interface.d.ts.map +1 -1
- package/job/store/job-state-store.factory.d.ts +2 -2
- package/job/store/job-state-store.factory.d.ts.map +1 -1
- package/job/store/memory-job-definition.store.d.ts +3 -3
- package/job/store/memory-job-definition.store.d.ts.map +1 -1
- package/job/store/memory-job-state.store.d.ts +1 -1
- package/job/store/memory-job-state.store.d.ts.map +1 -1
- package/job/store/redis-job-definition.store.d.ts +27 -5
- package/job/store/redis-job-definition.store.d.ts.map +1 -1
- package/job/store/redis-job-state.store.d.ts +2 -2
- package/job/store/redis-job-state.store.d.ts.map +1 -1
- package/logger/instances/instance.console-logger.d.ts +1 -1
- package/logger/instances/instance.console-logger.d.ts.map +1 -1
- package/logger/instances/instance.file-logger.d.ts +1 -1
- package/logger/instances/instance.file-logger.d.ts.map +1 -1
- package/logger/instances/instance.logger.d.ts +2 -2
- package/logger/instances/instance.logger.d.ts.map +1 -1
- package/logger/logger.registry.d.ts +4 -4
- package/logger/logger.registry.d.ts.map +1 -1
- package/logger/logger.types.d.ts +1 -1
- package/logger/logger.types.d.ts.map +1 -1
- package/logger/logger.utils.d.ts +3 -3
- package/logger/logger.utils.d.ts.map +1 -1
- package/notification/notification.service.d.ts +7 -1
- package/notification/notification.service.d.ts.map +1 -1
- package/package.json +10 -11
- package/plugin/plugin.registry.d.ts +2 -2
- package/plugin/plugin.registry.d.ts.map +1 -1
- package/plugin/plugin.utils.d.ts +2 -2
- package/plugin/plugin.utils.d.ts.map +1 -1
- package/prompt/flows/get-prompt.flow.d.ts +2 -0
- package/prompt/flows/get-prompt.flow.d.ts.map +1 -1
- package/prompt/prompt.events.d.ts +1 -1
- package/prompt/prompt.events.d.ts.map +1 -1
- package/prompt/prompt.instance.d.ts +3 -4
- package/prompt/prompt.instance.d.ts.map +1 -1
- package/prompt/prompt.registry.d.ts +6 -6
- package/prompt/prompt.registry.d.ts.map +1 -1
- package/prompt/prompt.types.d.ts +2 -2
- package/prompt/prompt.types.d.ts.map +1 -1
- package/prompt/prompt.utils.d.ts +3 -3
- package/prompt/prompt.utils.d.ts.map +1 -1
- package/provider/flow-context-providers.d.ts +2 -2
- package/provider/flow-context-providers.d.ts.map +1 -1
- package/provider/provider.registry.d.ts +4 -4
- package/provider/provider.registry.d.ts.map +1 -1
- package/provider/provider.types.d.ts +1 -1
- package/provider/provider.types.d.ts.map +1 -1
- package/provider/provider.utils.d.ts +2 -2
- package/provider/provider.utils.d.ts.map +1 -1
- package/regsitry/registry.base.d.ts +3 -3
- package/regsitry/registry.base.d.ts.map +1 -1
- package/remote-mcp/factories/context-factories.d.ts +3 -3
- package/remote-mcp/factories/context-factories.d.ts.map +1 -1
- package/remote-mcp/factories/record-builders.d.ts +2 -2
- package/remote-mcp/factories/record-builders.d.ts.map +1 -1
- package/remote-mcp/mcp-client.service.d.ts +4 -5
- package/remote-mcp/mcp-client.service.d.ts.map +1 -1
- package/resource/flows/resources-list.flow.d.ts +1 -0
- package/resource/flows/resources-list.flow.d.ts.map +1 -1
- package/resource/resource.events.d.ts +1 -1
- package/resource/resource.events.d.ts.map +1 -1
- package/resource/resource.instance.d.ts +3 -4
- package/resource/resource.instance.d.ts.map +1 -1
- package/resource/resource.registry.d.ts +7 -7
- package/resource/resource.registry.d.ts.map +1 -1
- package/resource/resource.types.d.ts +2 -2
- package/resource/resource.types.d.ts.map +1 -1
- package/resource/resource.utils.d.ts +3 -3
- package/resource/resource.utils.d.ts.map +1 -1
- package/scope/scope.registry.d.ts +3 -3
- package/scope/scope.registry.d.ts.map +1 -1
- package/scope/scope.utils.d.ts +2 -2
- package/scope/scope.utils.d.ts.map +1 -1
- package/server/noop-server.d.ts +1 -1
- package/server/noop-server.d.ts.map +1 -1
- package/server/server.validation.d.ts +1 -1
- package/server/server.validation.d.ts.map +1 -1
- package/skill/cache/skill-http-cache.factory.d.ts +1 -1
- package/skill/cache/skill-http-cache.factory.d.ts.map +1 -1
- package/skill/cache/skill-http-cache.holder.d.ts +1 -1
- package/skill/cache/skill-http-cache.holder.d.ts.map +1 -1
- package/skill/flows/http/skills-api.flow.d.ts +9 -0
- package/skill/flows/http/skills-api.flow.d.ts.map +1 -1
- package/skill/flows/search-skills.flow.d.ts.map +1 -1
- package/skill/index.d.ts +10 -1
- package/skill/index.d.ts.map +1 -1
- package/skill/providers/memory-skill.provider.d.ts +3 -3
- package/skill/providers/memory-skill.provider.d.ts.map +1 -1
- package/skill/semantic/index.d.ts +2 -0
- package/skill/semantic/index.d.ts.map +1 -0
- package/skill/semantic/skill-semantic-search.interface.d.ts +41 -0
- package/skill/semantic/skill-semantic-search.interface.d.ts.map +1 -0
- package/skill/sep-2640/index.d.ts +13 -0
- package/skill/sep-2640/index.d.ts.map +1 -0
- package/skill/sep-2640/resources/index.d.ts +30 -0
- package/skill/sep-2640/resources/index.d.ts.map +1 -0
- package/skill/sep-2640/resources/skill-file.resource.d.ts +25 -0
- package/skill/sep-2640/resources/skill-file.resource.d.ts.map +1 -0
- package/skill/sep-2640/resources/skill-index.resource.d.ts +29 -0
- package/skill/sep-2640/resources/skill-index.resource.d.ts.map +1 -0
- package/skill/sep-2640/resources/skill-md.resource.d.ts +23 -0
- package/skill/sep-2640/resources/skill-md.resource.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.builders.d.ts +55 -0
- package/skill/sep-2640/sep-2640.builders.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.constants.d.ts +94 -0
- package/skill/sep-2640/sep-2640.constants.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.last-modified.d.ts +9 -0
- package/skill/sep-2640/sep-2640.last-modified.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.per-skill.d.ts +38 -0
- package/skill/sep-2640/sep-2640.per-skill.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.resource-helpers.d.ts +57 -0
- package/skill/sep-2640/sep-2640.resource-helpers.d.ts.map +1 -0
- package/skill/sep-2640/sep-2640.uri.d.ts +66 -0
- package/skill/sep-2640/sep-2640.uri.d.ts.map +1 -0
- package/skill/session/skill-session.manager.d.ts +1 -1
- package/skill/session/skill-session.manager.d.ts.map +1 -1
- package/skill/skill-audit.helper.d.ts +69 -0
- package/skill/skill-audit.helper.d.ts.map +1 -0
- package/skill/skill-directory-loader.d.ts +14 -3
- package/skill/skill-directory-loader.d.ts.map +1 -1
- package/skill/skill-instructions.helper.d.ts +115 -0
- package/skill/skill-instructions.helper.d.ts.map +1 -0
- package/skill/skill-md-parser.d.ts.map +1 -1
- package/skill/skill-mode.utils.d.ts +1 -1
- package/skill/skill-scope.helper.d.ts +12 -6
- package/skill/skill-scope.helper.d.ts.map +1 -1
- package/skill/skill-storage.factory.d.ts +2 -2
- package/skill/skill-storage.factory.d.ts.map +1 -1
- package/skill/skill-storage.interface.d.ts +2 -2
- package/skill/skill-storage.interface.d.ts.map +1 -1
- package/skill/skill.events.d.ts +1 -1
- package/skill/skill.events.d.ts.map +1 -1
- package/skill/skill.instance.d.ts +3 -4
- package/skill/skill.instance.d.ts.map +1 -1
- package/skill/skill.registry.d.ts +166 -10
- package/skill/skill.registry.d.ts.map +1 -1
- package/skill/skill.utils.d.ts +3 -3
- package/skill/skill.utils.d.ts.map +1 -1
- package/tool/flows/call-tool.flow.d.ts +2 -0
- package/tool/flows/call-tool.flow.d.ts.map +1 -1
- package/tool/tool.events.d.ts +1 -1
- package/tool/tool.events.d.ts.map +1 -1
- package/tool/tool.registry.d.ts +24 -9
- package/tool/tool.registry.d.ts.map +1 -1
- package/tool/tool.types.d.ts +2 -2
- package/tool/tool.types.d.ts.map +1 -1
- package/transport/adapters/base-sse-transport.d.ts +9 -2
- package/transport/adapters/base-sse-transport.d.ts.map +1 -1
- package/transport/adapters/sse-transport.d.ts +1 -1
- package/transport/adapters/sse-transport.d.ts.map +1 -1
- package/transport/adapters/transport.local.adapter.d.ts +6 -0
- package/transport/adapters/transport.local.adapter.d.ts.map +1 -1
- package/transport/in-memory-server.d.ts.map +1 -1
- package/transport/mcp-handlers/Initialized-notification.hanlder.d.ts +2 -2
- package/transport/mcp-handlers/Initialized-notification.hanlder.d.ts.map +1 -1
- package/transport/mcp-handlers/complete-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/complete-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/get-prompt-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/get-prompt-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/index.d.ts +9 -0
- package/transport/mcp-handlers/index.d.ts.map +1 -1
- package/transport/mcp-handlers/initialize-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/initialize-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-prompts-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/list-prompts-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-resource-templates-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/list-resource-templates-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-resources-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/list-resources-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/list-tools-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/list-tools-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/logging-set-level-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/logging-set-level-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/mcp-handlers.types.d.ts +12 -0
- package/transport/mcp-handlers/mcp-handlers.types.d.ts.map +1 -1
- package/transport/mcp-handlers/read-resource-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/read-resource-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/roots-list-changed-notification.handler.d.ts +2 -3
- package/transport/mcp-handlers/roots-list-changed-notification.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/skills-list-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/skills-list-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/skills-load-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/skills-load-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/skills-search-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/skills-search-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/subscribe-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/subscribe-request.handler.d.ts.map +1 -1
- package/transport/mcp-handlers/unsubscribe-request.handler.d.ts +2 -2
- package/transport/mcp-handlers/unsubscribe-request.handler.d.ts.map +1 -1
- package/transport/transport.local.d.ts +4 -4
- package/transport/transport.local.d.ts.map +1 -1
- package/transport/transport.remote.d.ts +3 -3
- package/transport/transport.remote.d.ts.map +1 -1
- package/transport/transport.types.d.ts +2 -2
- package/transport/transport.types.d.ts.map +1 -1
- package/types/drinen-hooks.types.d.ts +1 -1
- package/types/drinen-hooks.types.d.ts.map +1 -1
- package/utils/lineage.utils.d.ts +1 -1
- package/utils/lineage.utils.d.ts.map +1 -1
- package/utils/naming.utils.d.ts +1 -1
- package/utils/naming.utils.d.ts.map +1 -1
- package/workflow/engine/workflow-step.executor.d.ts +3 -3
- package/workflow/engine/workflow-step.executor.d.ts.map +1 -1
- package/workflow/engine/workflow.engine.d.ts +4 -4
- package/workflow/engine/workflow.engine.d.ts.map +1 -1
- package/workflow/workflow.events.d.ts +1 -1
- package/workflow/workflow.events.d.ts.map +1 -1
- package/workflow/workflow.instance.d.ts +5 -6
- package/workflow/workflow.instance.d.ts.map +1 -1
- package/workflow/workflow.registry.d.ts +8 -8
- package/workflow/workflow.registry.d.ts.map +1 -1
- package/workflow/workflow.utils.d.ts +3 -3
- package/workflow/workflow.utils.d.ts.map +1 -1
- package/skill/resources/index.d.ts +0 -32
- package/skill/resources/index.d.ts.map +0 -1
- package/skill/resources/skill-content-alias.resource.d.ts +0 -19
- package/skill/resources/skill-content-alias.resource.d.ts.map +0 -1
- package/skill/resources/skill-content.resource.d.ts +0 -20
- package/skill/resources/skill-content.resource.d.ts.map +0 -1
- package/skill/resources/skill-example-content.resource.d.ts +0 -20
- package/skill/resources/skill-example-content.resource.d.ts.map +0 -1
- package/skill/resources/skill-examples-list.resource.d.ts +0 -19
- package/skill/resources/skill-examples-list.resource.d.ts.map +0 -1
- package/skill/resources/skill-reference-content.resource.d.ts +0 -20
- package/skill/resources/skill-reference-content.resource.d.ts.map +0 -1
- package/skill/resources/skill-references-list.resource.d.ts +0 -19
- package/skill/resources/skill-references-list.resource.d.ts.map +0 -1
- package/skill/resources/skill-resource.helpers.d.ts +0 -77
- package/skill/resources/skill-resource.helpers.d.ts.map +0 -1
- package/skill/resources/skills-catalog.resource.d.ts +0 -14
- package/skill/resources/skills-catalog.resource.d.ts.map +0 -1
|
@@ -1,9 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import { type FederatedAuthSessionStore } from '@frontmcp/auth';
|
|
6
|
-
import type { OrchestratedTokenStore as TokenStore } from '@frontmcp/auth';
|
|
1
|
+
import { type AuthorizationStore, type FederatedAuthSessionStore, type OrchestratedTokenStore as TokenStore } from '@frontmcp/auth';
|
|
2
|
+
import { FrontMcpAuth, type FrontMcpLogger, type JWK, type ScopeEntry, type ServerRequest } from '../../common';
|
|
3
|
+
import { type LocalAuthOptions, type PublicAuthOptions, type RemoteAuthOptions } from '../../common/types/options/auth';
|
|
4
|
+
import type ProviderRegistry from '../../provider/provider.registry';
|
|
7
5
|
/**
|
|
8
6
|
* Options type for LocalPrimaryAuth - can be public, orchestrated local, or orchestrated remote
|
|
9
7
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.local-primary-auth.d.ts","sourceRoot":"","sources":["../../../src/auth/instances/instance.local-primary-auth.ts"],"names":[],"mappings":"AAEA,OAAO,
|
|
1
|
+
{"version":3,"file":"instance.local-primary-auth.d.ts","sourceRoot":"","sources":["../../../src/auth/instances/instance.local-primary-auth.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { FrontMcpAuth, ScopeEntry, ServerRequest } from '../../common';
|
|
2
|
-
import { TransparentAuthOptions } from '../../common/types/options/auth';
|
|
3
|
-
import ProviderRegistry from '../../provider/provider.registry';
|
|
1
|
+
import { FrontMcpAuth, type ScopeEntry, type ServerRequest } from '../../common';
|
|
2
|
+
import { type TransparentAuthOptions } from '../../common/types/options/auth';
|
|
3
|
+
import type ProviderRegistry from '../../provider/provider.registry';
|
|
4
4
|
export declare class RemotePrimaryAuth extends FrontMcpAuth<TransparentAuthOptions> {
|
|
5
5
|
private readonly scope;
|
|
6
6
|
private readonly providers;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instance.remote-primary-auth.d.ts","sourceRoot":"","sources":["../../../src/auth/instances/instance.remote-primary-auth.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"instance.remote-primary-auth.d.ts","sourceRoot":"","sources":["../../../src/auth/instances/instance.remote-primary-auth.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAiB,KAAK,UAAU,EAAE,KAAK,aAAa,EAAE,MAAM,cAAc,CAAC;AAChG,OAAO,EAAE,KAAK,sBAAsB,EAAE,MAAM,iCAAiC,CAAC;AAC9E,OAAO,KAAK,gBAAgB,MAAM,kCAAkC,CAAC;AAMrE,qBAAa,iBAAkB,SAAQ,YAAY,CAAC,sBAAsB,CAAC;IAKvE,OAAO,CAAC,QAAQ,CAAC,KAAK;IACtB,OAAO,CAAC,QAAQ,CAAC,SAAS;IALnB,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9B,OAAO,CAAC,IAAI,CAAqB;gBAGd,KAAK,EAAE,UAAU,EACjB,SAAS,EAAE,gBAAgB,EAC5C,OAAO,EAAE,sBAAsB;IAMxB,KAAK,CAAC,KAAK,EAAE,WAAW,GAAG,GAAG,EAAE,IAAI,CAAC,EAAE,WAAW,GAAG,OAAO,CAAC,QAAQ,CAAC;IAItE,QAAQ,CAAC,OAAO,EAAE,aAAa,GAAG,OAAO,CAAC,IAAI,CAAC;IAIxD,IAAI,MAAM,IAAI,MAAM,CAEnB;cAEe,UAAU;YAgBZ,iBAAiB;CAQhC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type
|
|
2
|
-
import { Scope } from '../../../scope';
|
|
1
|
+
import { type ProviderSnapshot, type SessionMode } from '@frontmcp/auth';
|
|
2
|
+
import { type Scope } from '../../../scope';
|
|
3
3
|
export interface BaseCreateCtx {
|
|
4
4
|
id: string;
|
|
5
5
|
sessionId?: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session.base.d.ts","sourceRoot":"","sources":["../../../../src/auth/session/record/session.base.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"session.base.d.ts","sourceRoot":"","sources":["../../../../src/auth/session/record/session.base.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { Session, type BaseCreateCtx } from './session.base';
|
|
2
2
|
/**
|
|
3
3
|
* Represents an MCP session created from a verified authorization.
|
|
4
4
|
* The session holds user identity, claims, and authorized entities (apps, tools, resources).
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session.mcp.d.ts","sourceRoot":"","sources":["../../../../src/auth/session/record/session.mcp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"session.mcp.d.ts","sourceRoot":"","sources":["../../../../src/auth/session/record/session.mcp.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,gBAAgB,CAAC;AAE7D;;;GAGG;AACH,qBAAa,UAAW,SAAQ,OAAO;IACrC,QAAQ,CAAC,IAAI,SAAS;gBACV,GAAG,EAAE,aAAa;IAIrB,QAAQ,IAAI,OAAO,CAAC,MAAM,CAAC,GAAG,MAAM;CAG9C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"session.service.d.ts","sourceRoot":"","sources":["../../../src/auth/session/session.service.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"session.service.d.ts","sourceRoot":"","sources":["../../../src/auth/session/session.service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gBAAgB,CAAC;AAExD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,aAAa,CAAC;AACzC,OAAO,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAElD,qBAAa,cAAc;IACzB;;;OAGG;IACH,aAAa,CAAC,KAAK,EAAE,KAAK,EAAE,IAAI,EAAE,iBAAiB,GAAG,UAAU;IAIhE,OAAO,CAAC,gBAAgB;CAqFzB"}
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
* SDK-specific DI token for CredentialCache.
|
|
5
5
|
* The CredentialCache class itself is exported from @frontmcp/auth.
|
|
6
6
|
*/
|
|
7
|
-
import { Token } from '@frontmcp/di';
|
|
8
7
|
import type { CredentialCache } from '@frontmcp/auth';
|
|
8
|
+
import { type Token } from '@frontmcp/di';
|
|
9
9
|
/**
|
|
10
10
|
* DI Token for CredentialCache
|
|
11
11
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"credential-cache.d.ts","sourceRoot":"","sources":["../../../src/auth/vault/credential-cache.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"credential-cache.d.ts","sourceRoot":"","sources":["../../../src/auth/vault/credential-cache.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,gBAAgB,CAAC;AACtD,OAAO,EAAE,KAAK,KAAK,EAAE,MAAM,cAAc,CAAC;AAE1C;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAA8C,KAAK,CAAC,eAAe,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.symbols.d.ts","sourceRoot":"","sources":["../../../src/builtin/config/config.symbols.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"config.symbols.d.ts","sourceRoot":"","sources":["../../../src/builtin/config/config.symbols.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,gBAAgB,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,uBAAuB,EAAE,SAAS,CAAC,mBAAmB,CAEhC,CAAC"}
|
|
@@ -1,5 +1,17 @@
|
|
|
1
|
-
import { FrontMcpLogger } from '../common';
|
|
2
|
-
import { NotificationService } from '../notification/notification.service';
|
|
1
|
+
import { type FrontMcpLogger } from '../common';
|
|
2
|
+
import { type NotificationService } from '../notification/notification.service';
|
|
3
|
+
/**
|
|
4
|
+
* Metadata accompanying a channel notification.
|
|
5
|
+
*
|
|
6
|
+
* `source` is the channel name and is required — it drives subscription
|
|
7
|
+
* enforcement, so a missing source would let any caller bypass per-channel
|
|
8
|
+
* isolation. Encoded as a TypeScript requirement so callers can't omit it
|
|
9
|
+
* by accident; the runtime check remains as a defense-in-depth assertion.
|
|
10
|
+
*/
|
|
11
|
+
export interface ChannelNotificationMeta {
|
|
12
|
+
source: string;
|
|
13
|
+
[key: string]: string;
|
|
14
|
+
}
|
|
3
15
|
/**
|
|
4
16
|
* Service responsible for sending channel notifications to subscribed Claude Code sessions.
|
|
5
17
|
*
|
|
@@ -21,14 +33,14 @@ export declare class ChannelNotificationService {
|
|
|
21
33
|
* the specific channel name.
|
|
22
34
|
*
|
|
23
35
|
* @param content - The notification content
|
|
24
|
-
* @param meta - Metadata
|
|
36
|
+
* @param meta - Metadata (must include `source` for the channel name)
|
|
25
37
|
*/
|
|
26
|
-
sendToSubscribedSessions(content: string, meta:
|
|
38
|
+
sendToSubscribedSessions(content: string, meta: ChannelNotificationMeta): void;
|
|
27
39
|
/**
|
|
28
40
|
* @deprecated Use sendToSubscribedSessions instead. This method now delegates to
|
|
29
41
|
* subscription-aware delivery.
|
|
30
42
|
*/
|
|
31
|
-
sendToAllCapableSessions(content: string, meta:
|
|
43
|
+
sendToAllCapableSessions(content: string, meta: ChannelNotificationMeta): void;
|
|
32
44
|
/**
|
|
33
45
|
* Send a channel notification to a specific session (if it supports channels
|
|
34
46
|
* and is subscribed to the channel).
|
|
@@ -38,7 +50,7 @@ export declare class ChannelNotificationService {
|
|
|
38
50
|
* @param meta - Metadata key-value pairs
|
|
39
51
|
* @returns true if the notification was sent
|
|
40
52
|
*/
|
|
41
|
-
sendToSession(sessionId: string, content: string, meta:
|
|
53
|
+
sendToSession(sessionId: string, content: string, meta: ChannelNotificationMeta): boolean;
|
|
42
54
|
/**
|
|
43
55
|
* Send a channel notification with the given channel name as source.
|
|
44
56
|
* Only sends to sessions subscribed to this specific channel.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel-notification.service.d.ts","sourceRoot":"","sources":["../../src/channel/channel-notification.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"channel-notification.service.d.ts","sourceRoot":"","sources":["../../src/channel/channel-notification.service.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,WAAW,CAAC;AAChD,OAAO,EAAoB,KAAK,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAQlG;;;;;;;GAOG;AACH,MAAM,WAAW,uBAAuB;IACtC,MAAM,EAAE,MAAM,CAAC;IACf,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;CACvB;AAED;;;;;;;;;GASG;AACH,qBAAa,0BAA0B;IAKnC,OAAO,CAAC,QAAQ,CAAC,mBAAmB;IAJtC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAiB;IACxC,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAyB;gBAGlC,mBAAmB,EAAE,mBAAmB,EACzD,MAAM,EAAE,cAAc,EACtB,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC;IAMtC;;;;;;;OAOG;IACH,wBAAwB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,GAAG,IAAI;IA2B9E;;;OAGG;IACH,wBAAwB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,GAAG,IAAI;IAI9E;;;;;;;;OAQG;IACH,aAAa,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,uBAAuB,GAAG,OAAO;IAoCzF;;;;;;;OAOG;IACH,IAAI,CAAC,WAAW,EAAE,MAAM,EAAE,OAAO,EAAE,MAAM,EAAE,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI;CAQ1F"}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ChannelType } from '../common/interfaces/channel.interface';
|
|
3
|
-
import { ChannelsConfigOptions } from '../common/metadata/channel.metadata';
|
|
4
|
-
import ProviderRegistry from '../provider/provider.registry';
|
|
5
|
-
import ChannelRegistry from './channel.registry';
|
|
6
|
-
import { ChannelNotificationService } from './channel-notification.service';
|
|
7
|
-
import { ChannelEventBus } from './sources/app-event.source';
|
|
8
|
-
import type { NotificationService } from '../notification/notification.service';
|
|
1
|
+
import { type EntryOwnerRef, type FrontMcpLogger } from '../common';
|
|
2
|
+
import { type ChannelType } from '../common/interfaces/channel.interface';
|
|
3
|
+
import { type ChannelsConfigOptions } from '../common/metadata/channel.metadata';
|
|
9
4
|
import type FlowRegistry from '../flows/flow.registry';
|
|
5
|
+
import type { NotificationService } from '../notification/notification.service';
|
|
6
|
+
import type ProviderRegistry from '../provider/provider.registry';
|
|
10
7
|
import type ToolRegistry from '../tool/tool.registry';
|
|
8
|
+
import { ChannelNotificationService } from './channel-notification.service';
|
|
9
|
+
import ChannelRegistry from './channel.registry';
|
|
10
|
+
import { ChannelEventBus } from './sources/app-event.source';
|
|
11
11
|
export interface RegisterChannelCapabilitiesArgs {
|
|
12
12
|
providers: ProviderRegistry;
|
|
13
13
|
owner: EntryOwnerRef;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel-scope.helper.d.ts","sourceRoot":"","sources":["../../src/channel/channel-scope.helper.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"channel-scope.helper.d.ts","sourceRoot":"","sources":["../../src/channel/channel-scope.helper.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,aAAa,EAAE,KAAK,cAAc,EAAE,MAAM,WAAW,CAAC;AACpE,OAAO,EAAE,KAAK,WAAW,EAAE,MAAM,wCAAwC,CAAC;AAC1E,OAAO,EAAE,KAAK,qBAAqB,EAAE,MAAM,qCAAqC,CAAC;AACjF,OAAO,KAAK,YAAY,MAAM,wBAAwB,CAAC;AACvD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,sCAAsC,CAAC;AAChF,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAElE,OAAO,KAAK,YAAY,MAAM,uBAAuB,CAAC;AAEtD,OAAO,EAAE,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,eAAe,MAAM,oBAAoB,CAAC;AAKjD,OAAO,EAAE,eAAe,EAAsB,MAAM,4BAA4B,CAAC;AAGjF,MAAM,WAAW,+BAA+B;IAC9C,SAAS,EAAE,gBAAgB,CAAC;IAC5B,KAAK,EAAE,aAAa,CAAC;IACrB,YAAY,EAAE,WAAW,EAAE,CAAC;IAC5B,cAAc,EAAE,qBAAqB,CAAC;IACtC,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,YAAY,CAAC;IAC3B,6EAA6E;IAC7E,qBAAqB,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,KAAK,MAAM,IAAI,CAAC;IACrE,yEAAyE;IACzE,mBAAmB,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,KAAK,MAAM,IAAI,CAAC;IACnE,MAAM,EAAE,cAAc,CAAC;CACxB;AAED,MAAM,WAAW,yBAAyB;IACxC,eAAe,EAAE,eAAe,CAAC;IACjC,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,eAAe,EAAE,eAAe,CAAC;IACjC,0EAA0E;IAC1E,QAAQ,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;CAC/B;AAED;;;GAGG;AACH,wBAAsB,2BAA2B,CAC/C,IAAI,EAAE,+BAA+B,GACpC,OAAO,CAAC,yBAAyB,CAAC,CA4KpC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import ProviderRegistry from '../provider/provider.registry';
|
|
1
|
+
import { ChannelContext, ChannelEntry, type ChannelRecord, type EntryOwnerRef, type ScopeEntry } from '../common';
|
|
3
2
|
import type { ChannelNotification } from '../common/metadata/channel.metadata';
|
|
3
|
+
import type ProviderRegistry from '../provider/provider.registry';
|
|
4
4
|
import type { ChannelNotificationService } from './channel-notification.service';
|
|
5
5
|
/**
|
|
6
6
|
* Concrete implementation of a channel that can receive events and push notifications.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel.instance.d.ts","sourceRoot":"","sources":["../../src/channel/channel.instance.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,
|
|
1
|
+
{"version":3,"file":"channel.instance.d.ts","sourceRoot":"","sources":["../../src/channel/channel.instance.ts"],"names":[],"mappings":"AAEA,OAAO,EACL,cAAc,EACd,YAAY,EAKZ,KAAK,aAAa,EAClB,KAAK,aAAa,EAClB,KAAK,UAAU,EAChB,MAAM,WAAW,CAAC;AACnB,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,qCAAqC,CAAC;AAC/E,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAClE,OAAO,KAAK,EAA2B,0BAA0B,EAAE,MAAM,gCAAgC,CAAC;AAE1G;;;;;;;GAOG;AACH,qBAAa,eAAgB,SAAQ,YAAY;IAC/C,qDAAqD;IACrD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAmB;IAC9C,yCAAyC;IACzC,QAAQ,CAAC,KAAK,EAAE,UAAU,CAAC;IAC3B,mEAAmE;IACnE,OAAO,CAAC,2BAA2B,CAAC,CAA6B;IACjE,2FAA2F;IAC3F,OAAO,CAAC,eAAe,CAAC,CAAiB;IACzC,0EAA0E;IAC1E,OAAO,CAAC,aAAa,CAA6B;IAClD,iCAAiC;IACjC,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAS;gBAE9B,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,gBAAgB,EAAE,KAAK,EAAE,aAAa;IAWpF;;OAEG;IACH,sBAAsB,CAAC,OAAO,EAAE,0BAA0B,GAAG,IAAI;IAIjE,IAAI,SAAS,IAAI,gBAAgB,CAEhC;IAED;;;OAGG;IACH,IAAI,kBAAkB,IAAI,OAAO,CAEhC;cAEe,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAI3C;;;OAGG;IACG,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC;IA4BrC;;OAEG;IACG,iBAAiB,IAAI,OAAO,CAAC,IAAI,CAAC;IAaxC;;OAEG;IACH,IAAI,cAAc,IAAI,cAAc,GAAG,SAAS,CAE/C;IAED;;OAEG;IACH,MAAM,CAAC,QAAQ,EAAE,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC,GAAG,cAAc;IAwBlE;;OAEG;IACH,IAAI,aAAa,IAAI,OAAO,CAE3B;IAED;;OAEG;IACH,IAAI,YAAY,IAAI,SAAS,mBAAmB,EAAE,CAEjD;IAED;;;;;;;;;;;;;OAaG;IACH,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI;IAgChG;;;;;;OAMG;IACH,oBAAoB,CAAC,SAAS,EAAE,MAAM,GAAG,MAAM;IAsB/C;;OAEG;IACH,iBAAiB,IAAI,IAAI;IAIzB;;;;;;;;OAQG;IACG,WAAW,CAAC,OAAO,EAAE,OAAO,EAAE,eAAe,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,GAAG,IAAI,CAAC;IAelG;;OAEG;IACG,WAAW,CAAC,KAAK,EAAE,MAAM,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;CAY/E"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { EntryOwnerRef, ChannelEntry, ChannelRecord, ChannelType } from '../common';
|
|
2
|
-
import { ChannelChangeEvent } from './channel.events';
|
|
3
|
-
import ProviderRegistry from '../provider/provider.registry';
|
|
4
|
-
import { RegistryAbstract, RegistryBuildMapResult } from '../regsitry';
|
|
5
|
-
import { ChannelInstance } from './channel.instance';
|
|
6
1
|
import type { ServerCapabilities } from '@frontmcp/protocol';
|
|
2
|
+
import { type ChannelEntry, type ChannelRecord, type ChannelType, type EntryOwnerRef } from '../common';
|
|
3
|
+
import type ProviderRegistry from '../provider/provider.registry';
|
|
4
|
+
import { RegistryAbstract, type RegistryBuildMapResult } from '../regsitry';
|
|
5
|
+
import { type ChannelChangeEvent } from './channel.events';
|
|
6
|
+
import { ChannelInstance } from './channel.instance';
|
|
7
7
|
/**
|
|
8
8
|
* Interface for type-safe registry lookups.
|
|
9
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel.registry.d.ts","sourceRoot":"","sources":["../../src/channel/channel.registry.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"channel.registry.d.ts","sourceRoot":"","sources":["../../src/channel/channel.registry.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE7D,OAAO,EAAkB,KAAK,YAAY,EAAE,KAAK,aAAa,EAAE,KAAK,WAAW,EAAE,KAAK,aAAa,EAAE,MAAM,WAAW,CAAC;AACxH,OAAO,KAAK,gBAAgB,MAAM,+BAA+B,CAAC;AAClE,OAAO,EAAE,gBAAgB,EAAE,KAAK,sBAAsB,EAAE,MAAM,aAAa,CAAC;AAC5E,OAAO,EAAkB,KAAK,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAC3E,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAIrD;;GAEG;AACH,MAAM,WAAW,wBAAwB;IACvC,WAAW,IAAI,YAAY,EAAE,CAAC;IAC9B,MAAM,IAAI,OAAO,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,OAAO,eACnB,SAAQ,gBAAgB,CAAC,eAAe,EAAE,aAAa,EAAE,WAAW,EAAE,CACtE,YAAW,wBAAwB;IAEnC,6BAA6B;IAC7B,KAAK,EAAE,aAAa,CAAC;IAErB,sCAAsC;IACtC,OAAO,CAAC,SAAS,CAAwB;IAEzC,0CAA0C;IAC1C,OAAO,CAAC,OAAO,CAAK;IAEpB,6CAA6C;IAC7C,OAAO,CAAC,OAAO,CAAwB;IAEvC,aAAa;IACb,OAAO,CAAC,MAAM,CAAiB;gBAEnB,SAAS,EAAE,gBAAgB,EAAE,IAAI,EAAE,WAAW,EAAE,EAAE,KAAK,EAAE,aAAa;cAW/D,QAAQ,CAAC,IAAI,EAAE,WAAW,EAAE,GAAG,sBAAsB,CAAC,aAAa,CAAC;IAcvF,SAAS,CAAC,UAAU,IAAI,IAAI;cAMH,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IA+BpD;;OAEG;IACH,WAAW,IAAI,YAAY,EAAE;IAI7B;;OAEG;IACH,mBAAmB,IAAI,eAAe,EAAE;IAIxC;;OAEG;IACH,UAAU,CAAC,IAAI,EAAE,MAAM,GAAG,eAAe,GAAG,SAAS;IAIrD;;OAEG;IACH,MAAM,IAAI,OAAO;IAIjB;;OAEG;IACH,IAAI,IAAI,IAAI,MAAM,CAEjB;IAID;;;OAGG;IACH,eAAe,IAAI,OAAO,CAAC,kBAAkB,CAAC;IAW9C;;OAEG;IACH,SAAS,CAAC,IAAI,EAAE;QAAE,SAAS,CAAC,EAAE,OAAO,CAAA;KAAE,EAAE,EAAE,EAAE,CAAC,CAAC,EAAE,kBAAkB,KAAK,IAAI,GAAG,MAAM,IAAI;IAazF;;OAEG;IACH,IAAI,CAAC,IAAI,EAAE,kBAAkB,CAAC,MAAM,CAAC,GAAG,IAAI;CAS7C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"adapter.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/adapter.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,
|
|
1
|
+
{"version":3,"file":"adapter.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/adapter.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAiC,KAAK,eAAe,EAAE,MAAM,aAAa,CAAC;AAGlF;;GAEG;AACH,iBAAS,eAAe,CAAC,gBAAgB,EAAE,eAAe,GAAG,cAAc,CAU1E;AAED,OAAO,EAAE,eAAe,EAAE,eAAe,IAAI,OAAO,EAAE,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'reflect-metadata';
|
|
2
|
-
import { LocalAppMetadata, RemoteAppMetadata,
|
|
2
|
+
import { type EsmAppOptions, type LocalAppMetadata, type RemoteAppMetadata, type RemoteUrlAppOptions } from '../metadata';
|
|
3
3
|
/**
|
|
4
4
|
* Decorator that marks a class as a McpApp module and provides metadata.
|
|
5
5
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/app.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"app.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/app.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAI1B,OAAO,EAEL,KAAK,aAAa,EAClB,KAAK,gBAAgB,EACrB,KAAK,iBAAiB,EACtB,KAAK,mBAAmB,EACzB,MAAM,aAAa,CAAC;AAIrB;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,iBAAS,WAAW,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,cAAc,CAsCvE;AAwFD;;GAEG;AACH,KAAK,YAAY,GAAG;IAClB,CAAC,QAAQ,EAAE,gBAAgB,GAAG,cAAc,CAAC;IAC7C,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa,GAAG,iBAAiB,CAAC;IACnE,MAAM,CAAC,GAAG,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,mBAAmB,GAAG,iBAAiB,CAAC;CACvE,CAAC;AAEF,QAAA,MAAM,GAAG,EAA6B,YAAY,CAAC;AAEnD,OAAO,EAAE,WAAW,EAAE,GAAG,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"auth-provider.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/auth-provider.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,
|
|
1
|
+
{"version":3,"file":"auth-provider.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/auth-provider.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAsC,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAG5F;;GAEG;AACH,iBAAS,oBAAoB,CAAC,gBAAgB,EAAE,oBAAoB,GAAG,cAAc,CAUpF;AAED,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,IAAI,YAAY,EAAE,CAAC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import 'reflect-metadata';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { type ChannelContext } from '../interfaces';
|
|
3
|
+
import { type ChannelMetadata, type ChannelNotification } from '../metadata';
|
|
4
4
|
/**
|
|
5
5
|
* Decorator that marks a class as a Channel and provides metadata.
|
|
6
6
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"channel.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/channel.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"channel.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/channel.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,eAAe,CAAC;AACpD,OAAO,EAAiC,KAAK,eAAe,EAAE,KAAK,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAG5G;;;;;;;;;;;;;;;;;GAiBG;AACH,iBAAS,eAAe,CAAC,gBAAgB,EAAE,eAAe,GAAG,cAAc,CAe1E;AAED;;GAEG;AACH,MAAM,MAAM,qBAAqB,GAAG,CAClC,OAAO,EAAE,OAAO,EAChB,GAAG,CAAC,EAAE,cAAc,KACjB,mBAAmB,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;AAExD;;;;;;;;;;;;;GAaG;AACH,iBAAS,eAAe,CAAC,gBAAgB,EAAE,eAAe,GAAG,CAAC,OAAO,EAAE,qBAAqB,KAAK,MAAM,IAAI,CAY1G;AAED;;;;;GAKG;AACH,eAAO,MAAM,OAAO,wBAAkB,CAAC;AACvC,eAAO,MAAM,OAAO,wBAAkB,CAAC;AAEvC;;GAEG;AACH,wBAAgB,cAAc,CAAC,MAAM,EAAE,OAAO,GAAG,OAAO,CAGvD;AAED;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,MAAM,EAAE,OAAO,GAAG,OAAO,CAG1D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flow.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/flow.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"flow.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/flow.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,EAA8B,KAAK,YAAY,EAAE,KAAK,QAAQ,EAAE,MAAM,aAAa,CAAC;AAG3F;;GAEG;AACH,iBAAS,YAAY,CAAC,IAAI,SAAS,QAAQ,EAAE,gBAAgB,EAAE,YAAY,CAAC,IAAI,CAAC,GAAG,cAAc,CAUjG;AAED,OAAO,EAAE,YAAY,EAAE,YAAY,IAAI,IAAI,EAAE,CAAC"}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This module provides decorators for defining flow stages and lifecycle hooks.
|
|
5
5
|
* Supports both legacy TypeScript decorators and TC39 Stage 3 decorators.
|
|
6
6
|
*/
|
|
7
|
-
import {
|
|
7
|
+
import { type FlowName, type HookMetadata, type HookOptions } from '../metadata';
|
|
8
8
|
/**
|
|
9
9
|
* Resolve all pending TC39 hooks for a class by scanning its prototype
|
|
10
10
|
* This is called by collectFlowHookMap during flow registration
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hook.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/hook.decorator.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,
|
|
1
|
+
{"version":3,"file":"hook.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/hook.decorator.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAE,KAAK,QAAQ,EAAE,KAAK,YAAY,EAAE,KAAK,WAAW,EAAsB,MAAM,aAAa,CAAC;AAmBrG;;;GAGG;AACH,wBAAgB,+BAA+B,CAAC,IAAI,EAAE,QAAQ,GAAG,YAAY,EAAE,CAE9E;AAkFD;;;;;;;;;;;GAWG;AACH,wBAAgB,WAAW,CAAC,IAAI,SAAS,QAAQ,EAAE,IAAI,EAAE,IAAI,IAI1C,iCAAQ,EAAE,OAAM,WAAW,0BAAU,qBAGvD;AAED;;GAEG;AACH,wBAAgB,UAAU,CAAC,IAAI,SAAS,QAAQ,EAAE,IAAI,EAAE,IAAI,IAIzC,iCAAQ,EAAE,OAAM,WAAW,0BAAU,qBAGvD;AAED;;GAEG;AACH,wBAAgB,SAAS,CAAC,IAAI,SAAS,QAAQ,EAAE,IAAI,EAAE,IAAI,IAIxC,iCAAQ,EAAE,OAAM,WAAW,0BAAU,qBAGvD;AAED;;GAEG;AACH,wBAAgB,YAAY,CAAC,IAAI,SAAS,QAAQ,EAAE,IAAI,EAAE,IAAI,IAI3C,iCAAQ,EAAE,OAAM,WAAW,0BAAU,qBAGvD;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,WAAW,CAAC,IAAI,SAAS,QAAQ,EAAE,IAAI,EAAE,IAAI;;;;;EAO5D"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"logger.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/logger.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,
|
|
1
|
+
{"version":3,"file":"logger.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/logger.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAsC,KAAK,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAG5F;;GAEG;AACH,iBAAS,oBAAoB,CAAC,gBAAgB,EAAE,oBAAoB,GAAG,cAAc,CASpF;AAED,OAAO,EAAE,oBAAoB,EAAE,oBAAoB,IAAI,YAAY,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/plugin.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"plugin.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/plugin.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAG1B,OAAO,EAAgC,KAAK,cAAc,EAAE,MAAM,aAAa,CAAC;AAGhF;;GAEG;AACH,iBAAS,cAAc,CAAC,gBAAgB,EAAE,cAAc,GAAG,cAAc,CA4BxE;AAED,OAAO,EAAE,cAAc,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import 'reflect-metadata';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { type GetPromptRequest, type GetPromptResult } from '@frontmcp/protocol';
|
|
3
|
+
import { type PromptContext } from '../interfaces';
|
|
4
|
+
import { type EsmOptions, type PromptMetadata, type RemoteOptions } from '../metadata';
|
|
5
|
+
import { type PromptEsmTargetRecord, type PromptRemoteRecord } from '../records/prompt.record';
|
|
5
6
|
/**
|
|
6
7
|
* Decorator that marks a class as a McpPrompt module and provides metadata
|
|
7
8
|
*/
|
|
@@ -15,8 +16,6 @@ type FunctionalPromptResult = (() => FrontMcpPromptExecuteHandler) & {
|
|
|
15
16
|
[key: symbol]: unknown;
|
|
16
17
|
};
|
|
17
18
|
declare function frontMcpPrompt<T extends PromptMetadata>(providedMetadata: T): (handler: FrontMcpPromptExecuteHandler) => FunctionalPromptResult;
|
|
18
|
-
import type { EsmOptions, RemoteOptions } from '../metadata';
|
|
19
|
-
import type { PromptEsmTargetRecord, PromptRemoteRecord } from '../records/prompt.record';
|
|
20
19
|
declare function promptEsm(specifier: string, targetName: string, options?: EsmOptions<PromptMetadata>): PromptEsmTargetRecord;
|
|
21
20
|
declare function promptRemote(url: string, targetName: string, options?: RemoteOptions<PromptMetadata>): PromptRemoteRecord;
|
|
22
21
|
type __Ctor = (new (...a: any[]) => any) | (abstract new (...a: any[]) => any);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompt.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/prompt.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"prompt.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/prompt.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,eAAe,EAAE,MAAM,oBAAoB,CAAC;AAGjF,OAAO,EAAE,KAAK,aAAa,EAAE,MAAM,eAAe,CAAC;AACnD,OAAO,EAAgC,KAAK,UAAU,EAAE,KAAK,cAAc,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAKrH,OAAO,EAAc,KAAK,qBAAqB,EAAE,KAAK,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAI3G;;GAEG;AACH,iBAAS,cAAc,CAAC,gBAAgB,EAAE,cAAc,GAAG,cAAc,CAgBxE;AAED,MAAM,MAAM,4BAA4B,GAAG,CACzC,IAAI,EAAE,gBAAgB,CAAC,QAAQ,CAAC,CAAC,WAAW,CAAC,EAC7C,GAAG,MAAM,EAAE,OAAO,EAAE,KACjB,eAAe,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;AAEhD;;;GAGG;AACH,KAAK,sBAAsB,GAAG,CAAC,MAAM,4BAA4B,CAAC,GAAG;IACnE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CACxB,CAAC;AAEF,iBAAS,cAAc,CAAC,CAAC,SAAS,cAAc,EAC9C,gBAAgB,EAAE,CAAC,GAClB,CAAC,OAAO,EAAE,4BAA4B,KAAK,sBAAsB,CAYnE;AAED,iBAAS,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,UAAU,CAAC,cAAc,CAAC,GAAG,qBAAqB,CAerH;AAED,iBAAS,YAAY,CAAC,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa,CAAC,cAAc,CAAC,GAAG,kBAAkB,CAgBlH;AAcD,KAAK,MAAM,GAAG,CAAC,KAAK,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,GAAG,CAAC,QAAQ,MAAM,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,GAAG,CAAC,CAAC;AAC/E,KAAK,GAAG,CAAC,CAAC,SAAS,MAAM,IAAI,CAAC,SAAS,KAAK,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC,GAC/D,CAAC,GACD,CAAC,SAAS,QAAQ,MAAM,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC,GAC7C,CAAC,GACD,KAAK,CAAC;AAGZ,KAAK,qBAAqB,CAAC,CAAC,SAAS,MAAM,IACzC,GAAG,CAAC,CAAC,CAAC,SAAS,aAAa,GAAG,OAAO,GAAG;IAAE,oBAAoB,EAAE,iCAAiC,CAAA;CAAE,CAAC;AAEvG,KAAK,eAAe,GAAG;IACrB,CAAC,QAAQ,EAAE,cAAc,GAAG,CAAC,CAAC,SAAS,MAAM,EAAE,GAAG,EAAE,CAAC,GAAG,qBAAqB,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IACvF,GAAG,EAAE,OAAO,SAAS,CAAC;IACtB,MAAM,EAAE,OAAO,YAAY,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,MAAM,EAAgC,eAAe,CAAC;AAE5D,OAAO,EAAE,cAAc,EAAE,MAAM,EAAE,cAAc,EAAE,cAAc,IAAI,MAAM,EAAE,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/provider.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAkC,gBAAgB,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"provider.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/provider.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAkC,KAAK,gBAAgB,EAAE,MAAM,aAAa,CAAC;AAGpF;;GAEG;AACH,iBAAS,gBAAgB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,cAAc,CAU5E;AAED,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,IAAI,QAAQ,EAAE,CAAC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import 'reflect-metadata';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
2
|
+
import { type ReadResourceRequest, type ReadResourceResult } from '@frontmcp/protocol';
|
|
3
|
+
import { type ResourceContext } from '../interfaces';
|
|
4
|
+
import { type EsmOptions, type RemoteOptions, type ResourceMetadata, type ResourceTemplateMetadata } from '../metadata';
|
|
5
|
+
import { type ResourceEsmTargetRecord, type ResourceRemoteRecord } from '../records/resource.record';
|
|
5
6
|
/**
|
|
6
7
|
* Decorator that marks a class as a McpResource module and provides metadata
|
|
7
8
|
*/
|
|
@@ -44,8 +45,6 @@ declare function frontMcpResource<T extends ResourceMetadata>(providedMetadata:
|
|
|
44
45
|
* ```
|
|
45
46
|
*/
|
|
46
47
|
declare function frontMcpResourceTemplate<T extends ResourceTemplateMetadata>(providedMetadata: T): (handler: FrontMcpResourceTemplateExecuteHandler) => () => FrontMcpResourceTemplateExecuteHandler;
|
|
47
|
-
import type { EsmOptions, RemoteOptions } from '../metadata';
|
|
48
|
-
import type { ResourceEsmTargetRecord, ResourceRemoteRecord } from '../records/resource.record';
|
|
49
48
|
declare function resourceEsm(specifier: string, targetName: string, options?: EsmOptions<ResourceMetadata>): ResourceEsmTargetRecord;
|
|
50
49
|
declare function resourceRemote(url: string, targetName: string, options?: RemoteOptions<ResourceMetadata>): ResourceRemoteRecord;
|
|
51
50
|
type __Ctor = (new (...a: any[]) => any) | (abstract new (...a: any[]) => any);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"resource.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/resource.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,
|
|
1
|
+
{"version":3,"file":"resource.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/resource.decorator.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import 'reflect-metadata';
|
|
2
|
-
import { SkillMetadata } from '../metadata';
|
|
3
|
-
import { SkillValueRecord } from '../records';
|
|
2
|
+
import { type EsmOptions, type RemoteOptions, type SkillMetadata } from '../metadata';
|
|
3
|
+
import { type SkillValueRecord } from '../records';
|
|
4
|
+
import { type SkillEsmTargetRecord, type SkillRemoteRecord } from '../records/skill.record';
|
|
4
5
|
/**
|
|
5
6
|
* Class decorator that marks a class as a Skill and provides metadata.
|
|
6
7
|
*
|
|
@@ -105,8 +106,6 @@ declare function FrontMcpSkill(providedMetadata: SkillMetadata): ClassDecorator;
|
|
|
105
106
|
* ```
|
|
106
107
|
*/
|
|
107
108
|
declare function frontMcpSkill(providedMetadata: SkillMetadata): SkillValueRecord;
|
|
108
|
-
import type { EsmOptions, RemoteOptions } from '../metadata';
|
|
109
|
-
import type { SkillEsmTargetRecord, SkillRemoteRecord } from '../records/skill.record';
|
|
110
109
|
declare function skillEsm(specifier: string, targetName: string, options?: EsmOptions<SkillMetadata>): SkillEsmTargetRecord;
|
|
111
110
|
declare function skillRemote(url: string, targetName: string, options?: RemoteOptions<SkillMetadata>): SkillRemoteRecord;
|
|
112
111
|
type SkillDecorator = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"skill.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/skill.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"skill.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/skill.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAK1B,OAAO,EAAuB,KAAK,UAAU,EAAE,KAAK,aAAa,EAAE,KAAK,aAAa,EAAE,MAAM,aAAa,CAAC;AAC3G,OAAO,EAAa,KAAK,gBAAgB,EAAE,MAAM,YAAY,CAAC;AAK9D,OAAO,EAAE,KAAK,oBAAoB,EAAE,KAAK,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAI5F;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsDG;AACH,iBAAS,aAAa,CAAC,gBAAgB,EAAE,aAAa,GAAG,cAAc,CAgBtE;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;AACH,iBAAS,aAAa,CAAC,gBAAgB,EAAE,aAAa,GAAG,gBAAgB,CAiBxE;AA8BD,iBAAS,QAAQ,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,UAAU,CAAC,aAAa,CAAC,GAAG,oBAAoB,CAelH;AAED,iBAAS,WAAW,CAAC,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,aAAa,CAAC,aAAa,CAAC,GAAG,iBAAiB,CAgB/G;AAOD,KAAK,cAAc,GAAG;IACpB,CAAC,QAAQ,EAAE,aAAa,GAAG,cAAc,CAAC;IAC1C,GAAG,EAAE,OAAO,QAAQ,CAAC;IACrB,MAAM,EAAE,OAAO,WAAW,CAAC;CAC5B,CAAC;AAEF,QAAA,MAAM,KAAK,EAA+B,cAAc,CAAC;AAGzD,OAAO,EAAE,aAAa,EAAE,KAAK,EAAE,aAAa,EAAE,aAAa,IAAI,KAAK,EAAE,CAAC;AAEvE;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,OAAO,CAExD;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,MAAM,EAAE,MAAM,GAAG,aAAa,GAAG,SAAS,CAuB1E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workflow.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/workflow.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,
|
|
1
|
+
{"version":3,"file":"workflow.decorator.d.ts","sourceRoot":"","sources":["../../../src/common/decorators/workflow.decorator.ts"],"names":[],"mappings":"AAAA,OAAO,kBAAkB,CAAC;AAE1B,OAAO,EAAkC,KAAK,gBAAgB,EAAE,MAAM,+BAA+B,CAAC;AAGtG;;GAEG;AACH,iBAAS,gBAAgB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,cAAc,CAc5E;AAED;;GAEG;AACH,iBAAS,gBAAgB,CAAC,gBAAgB,EAAE,gBAAgB,GAAG,MAAM,IAAI,CAUxE;AAED,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,IAAI,QAAQ,EAAE,gBAAgB,EAAE,gBAAgB,IAAI,QAAQ,EAAE,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { type AdapterInterface, type AdapterType, type FrontMcpAdapterResponse, type Reference } from '../interfaces';
|
|
2
2
|
type InitOptions<T> = (T & {
|
|
3
3
|
useFactory?: never;
|
|
4
4
|
inject?: never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic.adapter.d.ts","sourceRoot":"","sources":["../../../src/common/dynamic/dynamic.adapter.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"dynamic.adapter.d.ts","sourceRoot":"","sources":["../../../src/common/dynamic/dynamic.adapter.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,gBAAgB,EAAE,KAAK,WAAW,EAAE,KAAK,uBAAuB,EAAE,KAAK,SAAS,EAAE,MAAM,eAAe,CAAC;AAGtH,KAAK,WAAW,CAAC,CAAC,IACd,CAAC,CAAC,GAAG;IACH,UAAU,CAAC,EAAE,KAAK,CAAC;IACnB,MAAM,CAAC,EAAE,KAAK,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd,CAAC,GACF;IACE,MAAM,EAAE,MAAM,SAAS,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;IACxC,UAAU,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAC;IAClC,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEN,KAAK,uBAAuB,CAAC,CAAC,IAAI;IAChC,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;IAC1B,SAAS,EAAE;QAAE,eAAe,CAAC,EAAE,CAAC,CAAA;KAAE,CAAC;CACpC,CAAC;AAEF,KAAK,aAAa,CAAC,CAAC,IAAI,WAAW,CAAC;AAKpC,8BAAsB,cAAc,CAAC,QAAQ,SAAS,MAAM,CAAE,YAAW,gBAAgB;IACvF,QAAQ,CAAC,OAAO,EAAE;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,QAAQ,CAAC;IAC9C;;OAEG;IACK,eAAe,EAAE,QAAQ,CAAC;IAElC;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,IAAI,CAAC,KAAK,SAAS,uBAAuB,CAAC,GAAG,CAAC,EACpD,IAAI,EAAE,KAAK,EACX,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,WAAW,CAAC,SAAS;QAAE,eAAe,CAAC,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,KAAK,CAAC,GACzF,aAAa,CAAC,KAAK,CAAC,WAAW,CAAC,SAAS;QAAE,eAAe,CAAC,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,KAAK,CAAC;IAiDtF;;;;OAIG;IACH,QAAQ,CAAC,KAAK,IAAI,OAAO,CAAC,uBAAuB,CAAC,GAAG,uBAAuB;CAC7E"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Reference } from '@frontmcp/di';
|
|
2
|
-
import { PluginType, ProviderType } from '../interfaces';
|
|
1
|
+
import { type Reference } from '@frontmcp/di';
|
|
2
|
+
import { type PluginType, type ProviderType } from '../interfaces';
|
|
3
3
|
type InitOptions<TInput> = ((TInput & {
|
|
4
4
|
useFactory?: never;
|
|
5
5
|
inject?: never;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dynamic.plugin.d.ts","sourceRoot":"","sources":["../../../src/common/dynamic/dynamic.plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"dynamic.plugin.d.ts","sourceRoot":"","sources":["../../../src/common/dynamic/dynamic.plugin.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,SAAS,EAAE,MAAM,cAAc,CAAC;AAG9C,OAAO,EAAE,KAAK,UAAU,EAAE,KAAK,YAAY,EAAE,MAAM,eAAe,CAAC;AAInE,KAAK,WAAW,CAAC,MAAM,IACnB,CAAC,CAAC,MAAM,GAAG;IAAE,UAAU,CAAC,EAAE,KAAK,CAAC;IAAC,MAAM,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC,GAAG;IAAE,SAAS,CAAC,EAAE,SAAS,YAAY,EAAE,CAAA;CAAE,CAAC,GAC7F;IACE,MAAM,EAAE,MAAM,SAAS,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;IACxC,UAAU,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,MAAM,CAAC;IACvC,SAAS,CAAC,EAAE,SAAS,YAAY,EAAE,CAAC;CACrC,CAAC;AAEN,KAAK,sBAAsB,CAAC,MAAM,EAAE,QAAQ,IAAI;IAC9C,KAAK,GAAG,IAAI,EAAE,GAAG,EAAE,GAAG,GAAG,CAAC;IAC1B,SAAS,EAAE;QAAE,eAAe,CAAC,EAAE,QAAQ,CAAC;QAAC,qBAAqB,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAE1E,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,SAAS,YAAY,EAAE,CAAC;CACjE,CAAC;AAEF,KAAK,cAAc,CAAC,CAAC,IAAI;IAAE,OAAO,EAAE,GAAG,CAAC;IAAC,QAAQ,EAAE,CAAC,CAAC;IAAC,SAAS,CAAC,EAAE,YAAY,EAAE,CAAA;CAAE,CAAC;AACnF,KAAK,gBAAgB,CAAC,CAAC,IAAI;IAAE,OAAO,EAAE,GAAG,CAAC;IAAC,MAAM,EAAE,MAAM,SAAS,SAAS,CAAC,GAAG,CAAC,EAAE,CAAC;IAAC,UAAU,EAAE,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,CAAC,CAAA;CAAE,CAAC;AAExH,KAAK,YAAY,CAAC,CAAC,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,GAAG,gBAAgB,CAAC,CAAC,CAAC,CAAC,GAC9D,UAAU,GAAG;IACX,SAAS,CAAC,EAAE,SAAS,YAAY,EAAE,CAAC;CACrC,CAAC;AAEJ;;;;;GAKG;AACH,8BAAsB,aAAa,CAAC,QAAQ,SAAS,MAAM,EAAE,MAAM,SAAS,MAAM,GAAG,QAAQ;IAC3F;;OAEG;IACK,eAAe,EAAE,QAAQ,CAAC;IAElC;;OAEG;IACK,qBAAqB,EAAE,MAAM,CAAC;IAEtC;;;OAGG;IACH,MAAM,CAAC,gBAAgB,CAAC,CAAC,OAAO,EAAE,GAAG,GAAG,SAAS,YAAY,EAAE;IAE/D,GAAG,CAAC,CAAC,EAAE,KAAK,EAAE,SAAS,CAAC,CAAC,CAAC,GAAG,CAAC;IAI9B;;;OAGG;IACH,MAAM,CAAC,IAAI,CAAC,KAAK,SAAS,sBAAsB,CAAC,GAAG,EAAE,GAAG,CAAC,EACxD,IAAI,EAAE,KAAK,EACX,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,WAAW,CAAC,SAAS;QAAE,qBAAqB,CAAC,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,KAAK,CAAC,GAC/F,YAAY,CAAC,KAAK,CAAC,WAAW,CAAC,SAAS;QAAE,eAAe,CAAC,EAAE,MAAM,CAAC,CAAA;KAAE,GAAG,CAAC,GAAG,KAAK,CAAC;CAuBtF"}
|