You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -90,12 +101,12 @@ public function greetPrompt(string $firstName = 'World', string $timeOfDay = 'da
90
101
'morning' => 'Good morning',
91
102
'afternoon' => 'Good afternoon',
92
103
'evening', 'night' => 'Good evening',
93
-
default => 'Hello'
104
+
default => 'Hello',
94
105
};
95
106
96
107
return [
97
108
'role' => 'user',
98
-
'content' => "# {$greeting}, {$firstName}!\n\nWelcome to our MCP HTTP Server example. This demonstrates how to use the Model Context Protocol over HTTP transport."
109
+
'content' => "# {$greeting}, {$firstName}!\n\nWelcome to our MCP HTTP Server example. This demonstrates how to use the Model Context Protocol over HTTP transport.",
0 commit comments