Skip to content

Commit 5db77cd

Browse files
matthvclaude
andcommitted
style(ai-proxy): fix prettier formatting in ai-client.ts
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 78902c0 commit 5db77cd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

packages/ai-proxy/src/ai-client.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ export class AiClient {
3636
return model;
3737
}
3838

39-
async loadRemoteTools(mcpConfig: McpConfiguration): Promise<Awaited<ReturnType<McpClient['loadTools']>>> {
39+
async loadRemoteTools(
40+
mcpConfig: McpConfiguration,
41+
): Promise<Awaited<ReturnType<McpClient['loadTools']>>> {
4042
await this.disposeMcpClient('Error closing previous MCP connection');
4143

4244
const newClient = new McpClient(mcpConfig, this.logger);

0 commit comments

Comments
 (0)