Skip to main content
Glama
__init__.py567 B
"""Checkpoint System for Shannon MCP This module provides a Git-like checkpoint system with: - Content-addressable storage (CAS) - Zstd compression - Timeline management - Incremental snapshots - Rollback capabilities """ from .cas import ContentAddressableStorage, CASObject from .checkpoint import CheckpointManager, Checkpoint, CheckpointMetadata from .timeline import Timeline, TimelineEntry __all__ = [ "ContentAddressableStorage", "CASObject", "CheckpointManager", "Checkpoint", "CheckpointMetadata", "Timeline", "TimelineEntry" ]

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