export interface McpTextContent { type: 'text'; text: string; annotations?: { audience?: Array<'user' | 'assistant'>; priority?: number; }; } //# sourceMappingURL=mcp-text-content.d.ts.map