Skip to content

Commit 72b0a7c

Browse files
committed
update comment
1 parent f725ba7 commit 72b0a7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,10 @@ export const ImplementationSchema = BaseMetadataSchema.extend({
333333

334334
/**
335335
* An optional human-readable description of what this implementation does.
336+
*
337+
* This can be used by clients or servers to provide context about their purpose
338+
* and capabilities. For example, a server might describe the types of resources
339+
* or tools it provides, while a client might describe its intended use case.
336340
*/
337341
description: z.string().optional(),
338342
});

0 commit comments

Comments
 (0)