UNPKG

3gpp-mcp-charging

Version:

3GPP MCP Server V3.0.0 - Direct access to TSpec-LLM dataset (arxiv.org/abs/2406.01768) and 3GPP specifications via external APIs

27 lines 704 B
export declare class Explain3GPPStructureTool { getDefinition(): { name: string; description: string; inputSchema: { type: string; properties: { focus: { type: string; enum: string[]; description: string; }; }; }; }; execute(args: any): Promise<{ content: { type: string; text: string; }[]; }>; private generate3GPPOverview; private generate3GPPSeries; private generate3GPPWorkingGroups; private generate3GPPReleases; } //# sourceMappingURL=explain-3gpp-structure.d.ts.map