AI / MCP

Tools, Prompts, and Resources

Use the built-in MCP capabilities and extend the wiki when its documentation surface grows.

Built-in tools

list-pages

Lists documentation pages with their titles, descriptions, exact paths, and absolute URLs. Use it first when the assistant needs to explore a topic.

get-page

Returns the complete Markdown source for one exact documentation path. Use it after list-pages, or directly when the path is already known.

Built-in prompts

suggest-integration-mode

Accepts a project stack and a description of constraints. It asks the model to recommend a safe NotificationCompass integration path, explain trade-offs, and identify the first implementation steps.

review-integration

Accepts the application stack, context model, authorization rules, delivery requirements, and observability needs. It asks the model to review the integration, identify missing safeguards, and return an implementation checklist using exact NotificationCompass API names.

Built-in resources

wiki-overview

Provides the landing page as a compact orientation document before an assistant reads deeper pages.

integration-checklist

Provides concrete prompts for planning an integration, configuring fixed business contexts, diagnosing blocked deliveries, and connecting preference events to audit logs or Telescope.

Extend this wiki

Add MCP definitions under:

  • server/mcp/tools/
  • server/mcp/prompts/
  • server/mcp/resources/

The MCP Toolkit discovers those definitions automatically during Nuxt startup.