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 097aa04 commit da99f65Copy full SHA for da99f65
src/common/sessionStore.ts
@@ -3,7 +3,7 @@ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
3
import logger, { LogId, McpLogger } from "./logger.js";
4
5
class TimeoutManager {
6
- private timeoutId: NodeJS.Timeout | undefined;
+ private timeoutId?: NodeJS.Timeout;
7
public onerror?: (error: unknown) => void;
8
9
constructor(
0 commit comments