import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { Config } from "../config/index.js"; /** * detect_project_type — Phase 2 / Setup * * Scans a repository to identify: * - Primary language(s) * - Framework (Express, ASP.NET, Spring, etc.) * - Build system (npm, dotnet, maven, etc.) * - Test framework (jest, xunit, pytest, etc.) * - Linter & formatter * - CI system * - Monorepo status * * Detection is file-based — looks for marker files like * package.json, *.csproj, pom.xml, go.mod, etc. */ export declare function registerDetectProjectType(server: McpServer, _config: Config): void; //# sourceMappingURL=detect-project-type.d.ts.map