We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/langchain-ai/langsmith-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
register_resources.py•216 B
"""Registration module for LangSmith MCP resources."""
from fastmcp import FastMCP
def register_resources(mcp: FastMCP) -> None:
"""Register all resource-related functionality with the MCP server."""
pass