We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lesleslie/session-buddy'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•292 B
"""MCP client integration for Session-Buddy.
This package provides MCP client functionality for communicating with other
MCP servers, such as Oneiric MCP for adapter discovery.
"""
from session_buddy.mcp_clients.oneiric_client import OneiricMCPClient
__all__ = [
"OneiricMCPClient",
]