final | |
|---|---|
readonly | |
extends |
AbstractPaginatedStore<PromptEntry> |
implements |
PromptStoreInterface |
In-memory implementation of PromptStoreInterface.
| Methods | ||
|---|---|---|
public
|
list(?Cursor $cursor): ListPromptsResult
|
# |
public
|
get(string $name, ?array $arguments, ServerContext $context): GetPromptResult
|
# |
| Methods inherited from Nexus\Mcp\Server\AbstractPaginatedStore |
|---|
__construct(), paginate() |
| Constants | |||
|---|---|---|---|
protected
|
string |
STORE_LABEL = 'Prompt store'
|
# |
| Constants inherited from Nexus\Mcp\Server\AbstractPaginatedStore |
|---|
|
| Properties inherited from Nexus\Mcp\Server\AbstractPaginatedStore |
|---|
$entries, $pageSize |