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 72b0a7c commit 182e13cCopy full SHA for 182e13c
src/types.ts
@@ -338,7 +338,7 @@ export const ImplementationSchema = BaseMetadataSchema.extend({
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(),
+ description: z.string().optional()
342
});
343
344
const FormElicitationCapabilitySchema = z.intersection(
0 commit comments