We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25c2cb commit e14b771Copy full SHA for e14b771
src/Server/RequestHandler/PromptListHandler.php
@@ -20,7 +20,7 @@ public function __construct(
20
public function createResponse(Request|Notification $message): Response
21
{
22
return new Response($message->id, [
23
- 'resources' => array_map(function (MetadataInterface $metadata) {
+ 'prompts' => array_map(function (MetadataInterface $metadata) {
24
$result = [
25
'name' => $metadata->getName(),
26
];
0 commit comments