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

13 lines 956 B
export { SearchSpecificationsTool } from './search-specifications'; export type { SearchSpecificationsArgs } from './search-specifications'; export { GetSpecificationDetailsTool } from './get-specification-details'; export type { GetSpecificationDetailsArgs } from './get-specification-details'; export { CompareSpecificationsTool } from './compare-specifications'; export type { CompareSpecificationsArgs } from './compare-specifications'; export { FindImplementationRequirementsTool } from './find-implementation-requirements'; export type { FindImplementationRequirementsArgs } from './find-implementation-requirements'; export { GuideSpecificationSearchTool } from './guide-specification-search'; export { Explain3GPPStructureTool } from './explain-3gpp-structure'; export { MapRequirementsToSpecsTool } from './map-requirements-to-specs'; export { GenerateResearchStrategyTool } from './generate-research-strategy'; //# sourceMappingURL=index.d.ts.map