Skip to content

Commit 182e13c

Browse files
committed
prettier fix
1 parent 72b0a7c commit 182e13c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ export const ImplementationSchema = BaseMetadataSchema.extend({
338338
* and capabilities. For example, a server might describe the types of resources
339339
* or tools it provides, while a client might describe its intended use case.
340340
*/
341-
description: z.string().optional(),
341+
description: z.string().optional()
342342
});
343343

344344
const FormElicitationCapabilitySchema = z.intersection(

0 commit comments

Comments
 (0)