Skip to main content
Glama
__init__.py859 B
""" Elrond MCP - A thinking augmentation MCP server using hierarchical LLM critique and synthesis. This package provides a Model Context Protocol (MCP) server that implements a multi-agent thinking system where smaller LLMs provide focused critiques (positive, neutral, negative) of proposals, and a larger LLM synthesizes these perspectives into a coherent analysis. """ __version__ = "0.1.0" __author__ = "Fernando Freire" from .client import ( configure, get_critique_client, get_synthesis_client, reset, ) from .models import CritiqueRequest, CritiqueResponse, SynthesisResponse from .server import app __all__ = [ # Models "CritiqueRequest", "CritiqueResponse", "SynthesisResponse", # Server "app", # Client management "configure", "get_critique_client", "get_synthesis_client", "reset", ]

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/dogonthehorizon/elrond-mcp'

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