> */ protected array $tools = [ // ]; /** * The resources registered with this MCP server. * * @var array> */ protected array $resources = [ // ]; /** * The prompts registered with this MCP server. * * @var array> */ protected array $prompts = [ // ]; }