Skip to content

Commit bc8c2a0

Browse files
chughtapanclaude
andcommitted
Use generic test-extension identifier in extensions capability test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cef2b2f commit bc8c2a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/integration/test/server/mcp.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ describe('Zod v4', () => {
354354

355355
mcpServer.server.registerCapabilities({
356356
extensions: {
357-
'io.modelcontextprotocol/grouping': { listChanged: true }
357+
'io.modelcontextprotocol/test-extension': { listChanged: true }
358358
}
359359
});
360360

@@ -363,7 +363,7 @@ describe('Zod v4', () => {
363363

364364
const capabilities = client.getServerCapabilities();
365365
expect(capabilities?.extensions).toBeDefined();
366-
expect(capabilities?.extensions?.['io.modelcontextprotocol/grouping']).toEqual({ listChanged: true });
366+
expect(capabilities?.extensions?.['io.modelcontextprotocol/test-extension']).toEqual({ listChanged: true });
367367
});
368368
});
369369

0 commit comments

Comments
 (0)