import { Token } from '../../../../../zoo-message-ts/src/api/general/types.ts'; import { McpServer } from '../../../../../zoo-message-ts/src/api/mcp-servers/types.ts'; export type ImportMCPServerFromGithubURLInput = Token & { nodeAddress: string; githubUrl: string; }; export type ImportMCPServerFromGithubURLOutput = McpServer;