We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/iKwesi/AIE8-MCP-Session'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•331 B
"""
LangGraph Application for Activity #2
Advanced multi-step research assistant that uses MCP tools
with conditional routing, quality checks, and retry logic.
"""
from .agent import create_research_agent
from .state import ResearchState
from .config import config
__all__ = ["create_research_agent", "ResearchState", "config"]