export declare const SERVER_INSTRUCTIONS = "codedev-mcp provides comprehensive, read-only access to the local codebase with 42 tools across 9 categories.\n\n## Tool Categories\n\n### Search (4 tools)\n- **search_code** \u2014 Text/regex search across files\n- **search_symbols** \u2014 Find functions, classes, interfaces\n- **find_references** \u2014 Trace symbol usage\n- **semantic_search** \u2014 Concept-based search (\"authentication logic\")\n\n### Analysis (5 tools)\n- **codebase_map** \u2014 Project structure, languages, frameworks\n- **analyze_file** \u2014 Detailed file analysis with imports\n- **call_graph** \u2014 Who-calls-what analysis\n- **code_metrics** \u2014 Complexity, function lengths\n- **test_coverage** \u2014 What's tested\n\n### Navigation (2 tools)\n- **read_files** \u2014 Read files (single or batch)\n- **file_tree** \u2014 Directory listing with sizes and dates\n\n### Git (10 tools)\n- **git_log** \u2014 Commit history with filters\n- **git_diff** \u2014 Show changes between refs\n- **git_blame** \u2014 Line-by-line attribution\n- **git_status** \u2014 Working tree status\n- **git_branches** \u2014 List all branches\n- **git_show** \u2014 Commit details\n- **git_contributors** \u2014 Contributor stats\n- **change_impact** \u2014 Assess change effects\n- **branch_compare** \u2014 Structural diff between branches\n- **git_hooks** \u2014 Generate pre-commit hooks\n\n### Quality (8 tools)\n- **find_todos** \u2014 TODO/FIXME/HACK comments\n- **find_debug_logs** \u2014 console.log/print statements\n- **find_secrets** \u2014 Hardcoded credentials\n- **find_empty_catches** \u2014 Empty error handlers\n- **find_long_functions** \u2014 Functions over N lines\n- **find_large_files** \u2014 Files over N lines\n- **find_duplicates** \u2014 Duplicate code patterns\n- **find_dead_code** \u2014 Unused exports\n\n### Documentation (1 tool)\n- **code_docs** \u2014 Generate documentation\n\n### Security (2 tools)\n- **security_scan** \u2014 Vulnerability detection\n- **dep_vuln_scan** \u2014 Dependency vulnerabilities\n\n### Architecture (3 tools)\n- **architecture_check** \u2014 Layer boundary verification\n- **db_schema** \u2014 Database model analysis\n- **api_contracts** \u2014 API endpoint discovery\n\n### DevOps (4 tools)\n- **iac_analyze** \u2014 Infrastructure-as-Code analysis\n- **cicd_analyze** \u2014 CI/CD pipeline parsing\n- **monorepo_analyze** \u2014 Workspace relationships\n- **perf_profile** \u2014 Performance analysis\n\n### Scaffolding (1 tool)\n- **scaffold** \u2014 Generate boilerplate code (returns text, doesn't write)\n\n## Recommended Workflow\n1. Start with **codebase_map** to understand the project\n2. Use **search_code** or **semantic_search** to find relevant code\n3. Use **read_files** to inspect contents\n4. Use **git_log**/**git_blame** for history context\n5. Use **find_todos**/**find_secrets** for code quality\n\n## Resources\n- project://config, project://structure, project://gitinfo\n- health://status, server://stats\n\n## Key Notes\n- All tools are read-only \u2014 they never modify files\n- All file paths are relative to project root\n- Uses ripgrep when available (falls back to grep)\n- Tree-sitter AST parsing for accurate symbol extraction\n- In-memory cache for fast repeated queries"; //# sourceMappingURL=instructions.d.ts.map