Class McpCommand

java.lang.Object
eu.mrapik.minecraftservermcp.command.McpCommand
All Implemented Interfaces:
CommandExecutor, TabCompleter

public final class McpCommand extends Object implements CommandExecutor, TabCompleter
In-game admin command: reload config.yml without restarting the server or dropping MCP tools.

MinecraftServerMcp.reloadConfiguration() replaces the live PluginSettings snapshot used by ToolInvocationGate; tool registrations (built-in and third-party) stay on the MCP server. HTTP listen address, port, servlet path, and TLS connectors are fixed at startup— changing those still requires a full server/plugin restart.