We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/HyunjunJeon/vibecoding-lg-mcp-a2a'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•214 B
"""UnifiedResearch Agent - Google ADK 기반 오케스트레이터 에이전트"""
# ADK에서 agent를 찾을 수 있도록 agent.py의 root_agent를 export
from .agent import root_agent
__all__ = ['root_agent']