Kind: Class
Source: atloria-monorepo/libs/agent-core/src/mcp/mcp-manager.ts
Methods
| Method | Signature | Returns |
|---|---|---|
connect | connect() | Promise<void> |
getTools | getTools() | ToolDefinition<any>[] |
listServers | listServers() | string[] |
close | close() | Promise<void> |
Where it refuses work
McpManagerstops the work with an early return when!config.McpManagerstops the work with an early return when!fs.existsSync(this.configPath).McpManagerstops the work with an early return when'url' in config.
When something fails
McpManagerhandles failure in 1 place: it turns it into a return value in all 1.
Was this page helpful?