UNPKG

wgc

Version:

The official CLI tool to manage the GraphQL Federation Platform Cosmo

7 lines (6 loc) 220 B
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; import { BaseCommandOptions } from '../../../core/types/types.js'; export type ToolContext = { opts: BaseCommandOptions; server: McpServer; };