fix(mcp): remove unnecessary type assertion in tools/index.ts

This commit is contained in:
iliya 2026-03-31 01:20:12 +03:00
parent d923661127
commit 8fe1487708

View file

@ -3,7 +3,7 @@ import type { FastMCP } from 'fastmcp';
import agentTeamsControllerModule from 'agent-teams-controller';
const { AGENT_TEAMS_MCP_TOOL_GROUPS, AGENT_TEAMS_REGISTERED_TOOL_NAMES } =
agentTeamsControllerModule as typeof import('agent-teams-controller');
agentTeamsControllerModule;
import { registerCrossTeamTools } from './crossTeamTools';
import { registerKanbanTools } from './kanbanTools';