Skip to main content
Glama
__init__.py1.01 kB
""" Analytics Engine for Shannon MCP Server. This module provides comprehensive usage tracking and reporting: - JSONL-based metrics storage - Real-time metric parsing - Aggregation and analysis - Report generation - Data lifecycle management """ from .writer import JSONLWriter, MetricEntry from .parser import MetricsParser, ParsedMetric from .aggregator import MetricsAggregator, AggregationResult, AggregationType from .reporter import ReportGenerator, ReportFormat, UsageReport from .cleaner import DataCleaner, CleanupPolicy from .exporter import MetricsExporter, ExportFormat __all__ = [ # Writer 'JSONLWriter', 'MetricEntry', # Parser 'MetricsParser', 'ParsedMetric', # Aggregator 'MetricsAggregator', 'AggregationResult', 'AggregationType', # Reporter 'ReportGenerator', 'ReportFormat', 'UsageReport', # Cleaner 'DataCleaner', 'CleanupPolicy', # Exporter 'MetricsExporter', 'ExportFormat' ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/krzemienski/shannon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server