chore: add eval script (#743)

This commit is contained in:
Pavel Feldman 2025-07-23 10:31:37 -07:00 committed by GitHub
parent 288f1b863b
commit 2c5eac89a8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 405 additions and 59 deletions

View file

@ -17,7 +17,6 @@
import { Server as McpServer } from '@modelcontextprotocol/sdk/server/index.js';
import { CallToolRequestSchema, ListToolsRequestSchema, Tool as McpTool } from '@modelcontextprotocol/sdk/types.js';
import { zodToJsonSchema } from 'zod-to-json-schema';
import { Context } from './context.js';
import { Response } from './response.js';
import { allTools } from './tools.js';