Skip to content

Commit 6c63a14

Browse files
committed
fix: don't disable logging
1 parent 2ca4691 commit 6c63a14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class ActorsMcpServer {
6464
*/
6565
resources: { },
6666
prompts: { },
67-
// logging: {}, // Because of error in inspector `Server declares logging capability but doesn't implement method: "logging/setLevel"`
67+
logging: {},
6868
},
6969
},
7070
);

0 commit comments

Comments
 (0)