chore: move tool schema to mcp as it is used by all servers (#887)

This commit is contained in:
Pavel Feldman
2025-08-13 18:23:25 -07:00
committed by GitHub
parent 12942b81d6
commit badfd82202
7 changed files with 46 additions and 35 deletions

View File

@@ -22,7 +22,7 @@ import { packageJSON } from '../utils/package.js';
import { Context } from './context.js';
import { perform } from './perform.js';
import { snapshot } from './snapshot.js';
import { toMcpTool } from '../tools/tool.js';
import { toMcpTool } from '../mcp/tool.js';
import type { FullConfig } from '../config.js';
import type { ServerBackend } from '../mcp/server.js';