Skip to main content
Glama
enums.py422 B
from enum import Enum class MessageType(str, Enum): """JSON-RPC message types for MCP protocol""" INITIALIZE = "initialize" REQUEST = "request" RESULT = "result" ERROR = "error" NOTIFICATION = "notification" class MCPCapability(str, Enum): """MCP server capabilities""" RESOURCES = "resources" TOOLS = "tools" PROMPTS = "prompts" LOGGING = "logging" SAMPLING = "sampling"

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Krishanu-das-05/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server