We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bitgeese/sequential-questioning'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•241 B
"""This module provides integration wrappers for popular open source eval frameworks.
to be used with LangSmith.
"""
from langsmith.evaluation.integrations._langchain import LangChainStringEvaluator
__all__ = ["LangChainStringEvaluator"]