import { InjectionToken } from '@nestjs/common'; export declare const MCP_FEATURE_REGISTRATION = "MCP_FEATURE_REGISTRATION"; export interface McpFeatureRegistration { serverName: string; providerTokens: InjectionToken[]; } //# sourceMappingURL=feature-registration.constants.d.ts.map