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

Class

src/tools/codegraph/project-overview.ts:154–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154export class ProjectOverviewTool extends Tool<z.infer<typeof ProjectOverviewArgs>> {
155 name = 'project_overview';
156 description = 'Comprehensive scan of a LOCAL code project on disk: tech stack, entry points, config files, CI, tests, migrations, language stats, biggest files. Scans the working dir by default, or a `path` you pass. Use BEFORE making non-trivial code changes. This is for source code on disk — NOT for analyzing a website or URL (use seo_audit / web_fetch for those). Read-only.';
157 isReadOnly = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected