/** * MCP server extension manager service. * * Implements ExtensionManager. Delegates to existing * MCP server materialization functions and workspace service methods. * * @experimental This API is unstable and may change without notice. */ import * as FileSystem from "effect/FileSystem"; import * as HttpClient from "effect/unstable/http/HttpClient"; import * as Path from "effect/Path"; import * as ServiceMap from "effect/Context"; import * as Layer from "effect/Layer"; import type { McpServerExtensionRef } from "./refs.js"; import type { ExtensionManager } from "../workspace/service-interface.js"; import { WorkspaceMutations } from "../workspace/service-interface.js"; declare const McpServerManager_base: ServiceMap.ServiceClass>; export declare class McpServerManager extends McpServerManager_base { } export declare const McpServerManagerLive: Layer.Layer; export {}; //# sourceMappingURL=manager.d.ts.map