Handlers
Create custom MCP endpoints with their own tools, resources, and prompts.
What are Handlers?
Handlers allow you to create multiple MCP endpoints in a single Nuxt application. Each handler has its own route, name, version, and can include its own set of tools, resources, and prompts.
Create a custom MCP handler and endpoint
This is useful when you want to:
- Separate different MCP functionalities into different endpoints
- Create versioned MCP APIs
- Organize tools/resources by domain or feature