Package eu.mrapik.minecraftservermcp.api


package eu.mrapik.minecraftservermcp.api
  • Interfaces
    Class
    Description
    Describes one MCP tool: a stable id, the metadata clients see in tools/list, and an asynchronous handler for tools/call.
    Everything a tool handler needs for one tools/call: the raw MCP request, the authenticated access profile, and the effective policy for this tool id.
    Public extension point for registering MCP tools from other Bukkit plugins.