Skip to content

Commit e1d6d80

Browse files
committed
feat: revert
1 parent 8631984 commit e1d6d80

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/mcp-provider-mobile-web/src/tools/offline-guidance/get_mobile_lwc_offline_guidance.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ import { zodToJsonSchema } from 'zod-to-json-schema';
2929

3030
const EMPTY_INPUT_SCHEMA = z.object({}).describe('No input required');
3131

32-
// Cast to avoid deep type instantiation when passing to zodToJsonSchema
33-
const EXPERT_ISSUES_JSON_SCHEMA = zodToJsonSchema(
34-
ExpertCodeAnalysisIssuesSchema as z.ZodType,
35-
) as Record<string, unknown>;
36-
3732
type InputArgsShape = typeof EMPTY_INPUT_SCHEMA.shape;
3833
type OutputArgsShape = typeof ExpertsReviewInstructionsSchema.shape;
3934
type InputArgs = z.infer<typeof EMPTY_INPUT_SCHEMA>;

0 commit comments

Comments
 (0)