diff --git a/src/index.ts b/src/index.ts index 54d75c2..eaff97f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -316,6 +316,7 @@ async function main() { { method: 'logging/setLevel', schema: SetLevelRequestSchema, + fallbackRequesHandler: () => ({}), }, { method: 'resources/subscribe',