Namespace Nexus\Mcp\Server\Prompt

Classes
ClosurePromptRenderer

Adapts a closure to the PromptRendererInterface contract.

PromptEntry

Pairs a Prompt with the renderer that resolves it for a request.

PromptStore

In-memory implementation of MutablePromptStoreInterface.

ReflectedPromptRenderer

Adapts an attribute-discovered handler method to the PromptRendererInterface contract.

Interfaces
MutablePromptStoreInterface

A prompt store whose listing can be changed after build().

PromptRendererInterface

Renders a single prompt when invoked via prompts/get.

PromptStoreInterface

Read surface that the built-in prompts/* request handlers depend on.