01Embedded MCP server over HTTP(S) with configurable bind address, port, and path.
02Secure access via bearer tokens or `X-MCP-Token` headers with per-profile, per-tool policy controls.
03Built-in tools and resources for file system operations (`fs_read`, `fs_list`, `fs_write`), server command execution, log access, and player management (`players_list`, `player_get`).
04API for other Spigot/Paper plugins to register custom MCP tools and resources.
05Runtime reloading of tokens and policies without requiring a server restart.
060 GitHub stars