Skip to content

Commit cef2b2f

Browse files
chughtapanclaude
andcommitted
Fix extensions field comment to use correct SEP-2133 terminology
Use "extension identifiers" (vendor-prefix/extension-name) instead of "URIs" per the SEP-2133 Extensions specification. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d384e41 commit cef2b2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/types/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ export const ServerCapabilitiesSchema = z.object({
606606
*/
607607
tasks: ServerTasksCapabilitySchema.optional(),
608608
/**
609-
* Extensions that the server supports. Keys are extension URIs.
609+
* Extensions that the server supports. Keys are extension identifiers (vendor-prefix/extension-name).
610610
*/
611611
extensions: z.record(z.string(), AssertObjectSchema).optional()
612612
});

0 commit comments

Comments
 (0)