MCPcopy Create free account
hub / github.com/QodeXcli/QodeX /

Class

src/tools/frontend/detect-stack.ts:180–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180export class DetectFrontendStackTool extends Tool<z.infer<typeof DetectFrontendStackArgs>> {
181 name = 'detect_frontend_stack';
182 description = 'Comprehensive scan of the frontend toolchain: framework (Next.js App/Pages router, Vite, Astro, etc.), React version, styling (Tailwind/CSS-in-JS), UI lib (shadcn, Radix, MUI), animation (Framer Motion, GSAP), 3D (Three.js, R3F, drei), state, forms, icons, data viz, testing. Use BEFORE any UI work so you match the project\'s existing conventions. Read-only.';
183 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected