24
AI / MCP

Tools, Prompts, and Resources

Understand what this wiki MCP server exposes and how to extend it.

Built-in tools

list-pages

  • Lists wiki pages with title, path, description, and URL.
  • Use first when the user asks broad questions and no exact page path is known.

get-page

  • Returns full markdown content for an exact page path.
  • Use after list-pages or when a path is already known.

Built-in prompt

suggest-integration-mode

  • Input: project stack + constraints
  • Output intent: recommendation between FormForge integration modes with tradeoffs and migration steps

Built-in resource

wiki-overview

  • Resource file: content/index.md
  • Useful as a compact entry point for assistants before deeper page reads

Extend the MCP server

Add files under:

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

MCP Toolkit auto-discovers them.

Keep tool descriptions explicit about when to use or not use the tool. It improves assistant routing quality.