We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f725ba7 commit 72b0a7cCopy full SHA for 72b0a7c
src/types.ts
@@ -333,6 +333,10 @@ export const ImplementationSchema = BaseMetadataSchema.extend({
333
334
/**
335
* 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.
340
*/
341
description: z.string().optional(),
342
});
0 commit comments