Expand description
Standard MCP method names as defined in the MCP specification.
Constantsยง
- COMPLETION_
COMPLETE - Request completion suggestions.
- ELICITATION_
CREATE - Create an elicitation request.
- INITIALIZE
- Initialize the connection and negotiate capabilities.
- LOGGING_
SET_ LEVEL - Set the logging level.
- PING
- Ping to check if the connection is alive.
- PROMPTS_
GET - Get a specific prompt with arguments.
- PROMPTS_
LIST - List available prompts.
- RESOURCES_
LIST - List available resources.
- RESOURCES_
READ - Read the contents of a resource.
- RESOURCES_
SUBSCRIBE - Subscribe to resource updates.
- RESOURCES_
TEMPLATES_ LIST - List available resource templates.
- RESOURCES_
UNSUBSCRIBE - Unsubscribe from resource updates.
- SAMPLING_
CREATE_ MESSAGE - Request the client to sample from a language model.
- TASKS_
CANCEL - Cancel a running task.
- TASKS_
GET - Get status of a specific task.
- TASKS_
LIST - List running tasks.
- TOOLS_
CALL - Call a specific tool with arguments.
- TOOLS_
LIST - List available tools.