add newlines

This commit is contained in:
Simon Knott
2025-08-12 15:24:25 +02:00
parent f8a61de332
commit 39c384850f

View File

@@ -104,7 +104,9 @@ export class ProxyBackend implements ServerBackend {
title: 'Connect to a browser context', title: 'Connect to a browser context',
description: [ description: [
'Connect to a browser using one of the available methods:', 'Connect to a browser using one of the available methods:',
'',
...this._clientFactories.map(factory => `- "${factory.name}": ${factory.description}`), ...this._clientFactories.map(factory => `- "${factory.name}": ${factory.description}`),
'',
`By default, you're connected to the first method. Only call this tool to change it.`, `By default, you're connected to the first method. Only call this tool to change it.`,
].join('\n'), ].join('\n'),
inputSchema: z.object({ inputSchema: z.object({