Skip to content

Commit 2b8c7cc

Browse files
committed
fix: lint errors
1 parent 94fab92 commit 2b8c7cc

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
nodeLinker: node-modules
2+
npmRegistryServer: https://registry.yarnpkg.com
23

34
yarnPath: .yarn/releases/yarn-4.10.3.cjs

src/schemas/0.1.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export const McpbManifestSchema = z
9898
screenshots: z.array(z.string()).optional(),
9999
server: McpbManifestServerSchema,
100100
tools: z.array(McpbManifestToolSchema).optional(),
101-
tools_generated: z.boolean().optional(),
101+
tools_generated: z.boolean().optional(),
102102
prompts: z.array(McpbManifestPromptSchema).optional(),
103103
prompts_generated: z.boolean().optional(),
104104
keywords: z.array(z.string()).optional(),

test/schemas.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,5 +335,4 @@ describe("McpbManifestSchema", () => {
335335
expect(result.success).toBe(true);
336336
});
337337
});
338-
339338
});

0 commit comments

Comments
 (0)