Skip to content

Commit 28cad04

Browse files
committed
Remove test code
1 parent 2b1a287 commit 28cad04

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

mcp-server/src/Tool.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ export abstract class Tool<TArgs extends object> {
3838
let argsInstance: TArgs = args as TArgs;
3939
this.logger.info("Executing tool: %s; arguments: %s", this.getToolName(), this.formatArgs(argsInstance));
4040

41-
// TODO: Remove; testing only
42-
const sessionContext = this.mcpServer.getSessionContext();
43-
this.logger.info("Session context: %s", sessionContext ? JSON.stringify(sessionContext) : "none");
44-
4541
// execute the actual tool logic
4642
let result = await this.executeCore(argsInstance);
4743

0 commit comments

Comments
 (0)