chore: use mcp sdk via playwright (#973)

This commit is contained in:
Pavel Feldman
2025-09-03 07:58:36 -07:00
committed by GitHub
parent 87741662f4
commit 8d86ce4958
34 changed files with 305 additions and 117 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
import { zodToJsonSchema } from 'zod-to-json-schema';
import { zodToJsonSchema } from '../mcp/bundle.js';
import type { z } from 'zod';
import type * as mcpServer from './server.js';