From 39c384850f7b16b20d9c1d3abe2cbc6e62706c0f Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Tue, 12 Aug 2025 15:24:25 +0200 Subject: [PATCH] add newlines --- src/mcp/proxyBackend.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mcp/proxyBackend.ts b/src/mcp/proxyBackend.ts index ebb4633..0b161d2 100644 --- a/src/mcp/proxyBackend.ts +++ b/src/mcp/proxyBackend.ts @@ -104,7 +104,9 @@ export class ProxyBackend implements ServerBackend { title: 'Connect to a browser context', description: [ 'Connect to a browser using one of the available methods:', + '', ...this._clientFactories.map(factory => `- "${factory.name}": ${factory.description}`), + '', `By default, you're connected to the first method. Only call this tool to change it.`, ].join('\n'), inputSchema: z.object({