import type { LoadedSkill } from '@agentoctopus/registry'; import type { Adapter, AdapterResult } from './adapter.js'; export declare class McpAdapter implements Adapter { invoke(skill: LoadedSkill, input: Record): Promise; /** * Kill stale mcp-remote processes that may be holding ports from * previous invocations that timed out during OAuth. */ private cleanupStaleMcpProcesses; } //# sourceMappingURL=mcp-adapter.d.ts.map