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 ad8755f commit eec20ffCopy full SHA for eec20ff
client/src/lib/hooks/useConnection.ts
@@ -565,6 +565,7 @@ export function useConnection({
565
566
if (capabilities?.logging && defaultLoggingLevel) {
567
await client.setLoggingLevel(defaultLoggingLevel);
568
+ }
569
570
if (onElicitationRequest) {
571
client.setRequestHandler(ElicitRequestSchema, async (request) => {
0 commit comments