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_prompts.py•210 B
"""Registration module for LangSmith MCP prompts."""
from fastmcp import FastMCP
def register_prompts(mcp: FastMCP) -> None:
"""Register all prompt-related functionality with the MCP server."""
pass