Namespace Nexus\Mcp\Server\Handler\Request

Classes
CallToolRequestHandler

Handles the tools/call request by delegating to a ToolStoreInterface.

CompleteRequestHandler

Handles the completion/complete request by delegating to a CompletionStoreInterface.

DiscoverRequestHandler

Handles the server/discover request, advertising the server's supported protocol versions, capabilities, and identification info.

GetPromptRequestHandler

Handles the prompts/get request by delegating to a PromptStoreInterface.

ListPromptsRequestHandler

Handles the prompts/list request by delegating to a PromptStoreInterface.

ListResourcesRequestHandler

Handles the resources/list request by delegating to a ResourceStoreInterface.

ListResourceTemplatesRequestHandler

Handles the resources/templates/list request by delegating to a ResourceTemplateStoreInterface.

ListToolsRequestHandler

Handles the tools/list request by delegating to a ToolStoreInterface.

ReadResourceRequestHandler

Handles the resources/read request by delegating to a ResourceStoreInterface.