Skip to main content
Glama
__init__.py633 B
""" Streaming components for Shannon MCP Server. This package provides JSONL stream processing with: - Async stream reading - JSONL parsing - Backpressure handling - Message type routing - Error recovery """ from .processor import StreamProcessor from .parser import JSONLParser, ParseError from .buffer import StreamBuffer from .reader import AsyncStreamReader, StreamSource, StreamState, ReadMode, create_subprocess_reader __all__ = [ 'StreamProcessor', 'JSONLParser', 'ParseError', 'StreamBuffer', 'AsyncStreamReader', 'StreamSource', 'StreamState', 'ReadMode', 'create_subprocess_reader', ]

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