Prompt constructor
Creates a Prompt annotation.
name - Optional custom name (defaults to method name).
title - Human-readable title displayed in MCP clients.
description - Explanation of the prompt's purpose.
Implementation
const Prompt({this.name, this.title, this.description});