MCP Server

Last modified by Vincent Massol on 2026/09/04 19:23

Explanation

The MCP server of the LLM Application has no compile-time knowledge of its own tools: each tool is an XWiki component, so any module can contribute one without the server changing.

Architecture describes the four layers a tool call passes through. MCP Tool API documents the extension point itself, MCPToolSupport the declarative layer a tool declares its parameters with, and Tool Man Pages what a tool prints for the model that reads it.

Create a New MCP Tool walks through implementing one and Test an MCP Tool through testing it. Access Doors is the authorization API every tool has to go through instead of resolving references on its own, and Farm Script Service is the Script API the farm dashboard administers wikis with.

More

To find more about the current topic, you can search or use the table below and filter the columns to narrow your choices.

Related

Get Connected