# [Repository Name] - Claude Context ## MCP Documentation System > **Full MCP Rules**: See `mcp-docs/claude-code/MCP_STANDARD_RULES.md` for complete documentation access workflow This repository uses MCP Local RAG for semantic search over [AUTO-DETECT: infer from mcp-docs/ directory structure]. ### Repository-Specific MCP Configuration The following variables configure MCP for this repository (referenced in `mcp-docs/claude-code/MCP_STANDARD_RULES.md`): - **`{{DOC_TYPE}}`**: [AUTO-DETECT: Infer from mcp-docs/ subdirectory names or file patterns or ask user if unclear] - **`{{DOCS_DIR}}`**: [AUTO-DETECT: Find where documentation files are located - typically `mcp-docs/` if files are at root] - **`{{SETUP_SCRIPT}}`**: `mcp-docs/claude-code/setup.sh` - **`{{MCP_EXTERNAL_PATH}}`**: [OPTIONAL: Skip unless user specifies] **Available Documentation**: [AUTO-DETECT: List unique directory paths containing documentation files, mark others as "(to be added)"] **Supported Formats**: PDF, DOCX, TXT, Markdown (.md), HTML ## Purpose [AUTO-DETECT: Read README.md or infer from repository structure and package names] ## Repository Structure ### Main Modules [AUTO-DETECT: Discover using `ls -la`, describe based on directory names and structure] ### Getting Started with Documentation New team members should set up MCP Local RAG after cloning: ```bash cd mcp-docs ./claude-code/setup.sh ``` After setup: 1. Restart Claude Code 2. Documentation files can be auto-ingested on first use 3. See `mcp-docs/claude-code/MCP_STANDARD_RULES.md` for detailed workflow ## Module-Specific Context For detailed information about specific modules, see their individual CLAUDE_CONTEXT.md files. **To discover all module contexts in this repository**, use: ```bash find . -name "CLAUDE_CONTEXT.md" -not -path "*/mcp-docs/*" ``` **Key module contexts**: [AUTO-DETECT: List discovered CLAUDE_CONTEXT.md files, or remove this section if none found] ## Key Technologies [AUTO-DETECT: Identify from build files, dependencies, and imports] ## Getting Started [AUTO-DETECT: Extract from README.md or infer from build tool] ## Important Notes - **Documentation Access**: Always use MCP Local RAG tools (see `mcp-docs/claude-code/MCP_STANDARD_RULES.md`) - **Module Context**: See module-specific CLAUDE_CONTEXT.md files for implementation details [AUTO-DETECT: Add repository-specific notes if found in README or other docs]