Skip to content

Commit a4f7b8c

Browse files
codydeclaude
andcommitted
refactor(mcp-server): Remove patch references from baseline implementation
The defensive programming patterns are now the correct baseline implementation, not patches to be applied. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent a8b39b7 commit a4f7b8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/integrations/mcp-server/attributeExtraction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ export function buildTransportAttributes(
269269
transport: MCPTransport,
270270
extra?: ExtraHandlerData,
271271
): Record<string, string | number> {
272-
// PATCHED: Gracefully handle undefined sessionId during MCP initialization
272+
// Gracefully handle undefined sessionId during MCP initialization
273273
// Respects client-provided sessions and waits for proper session establishment
274274
const sessionId = transport && 'sessionId' in transport ? transport.sessionId : undefined;
275275

0 commit comments

Comments
 (0)