import type { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js"; import type { Config } from "../config/index.js"; /** * get_coding_standards — Phase 3 / Context * * Reads all convention and standards files from a repository: * - .editorconfig (indent style, line endings) * - Linter configs (.eslintrc, .flake8, etc.) * - Formatter configs (.prettierrc, pyproject.toml [tool.black]) * - CONTRIBUTING.md / CLAUDE.md * - Commit conventions (commitlint, .czrc) * - CODEOWNERS * * Returns a structured summary so the AI generates code that * matches the team's conventions. */ export declare function registerGetCodingStandards(server: McpServer, _config: Config): void; //# sourceMappingURL=get-coding-standards.d.ts.map