fix(mcp): remove unnecessary type assertion in tools/index.ts
This commit is contained in:
parent
d923661127
commit
8fe1487708
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import type { FastMCP } from 'fastmcp';
|
||||||
import agentTeamsControllerModule from 'agent-teams-controller';
|
import agentTeamsControllerModule from 'agent-teams-controller';
|
||||||
|
|
||||||
const { AGENT_TEAMS_MCP_TOOL_GROUPS, AGENT_TEAMS_REGISTERED_TOOL_NAMES } =
|
const { AGENT_TEAMS_MCP_TOOL_GROUPS, AGENT_TEAMS_REGISTERED_TOOL_NAMES } =
|
||||||
agentTeamsControllerModule as typeof import('agent-teams-controller');
|
agentTeamsControllerModule;
|
||||||
|
|
||||||
import { registerCrossTeamTools } from './crossTeamTools';
|
import { registerCrossTeamTools } from './crossTeamTools';
|
||||||
import { registerKanbanTools } from './kanbanTools';
|
import { registerKanbanTools } from './kanbanTools';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue