AutoDocs MCP Server Documentation¶
πΊοΈ Choose Your Documentation Path¶
π Product Documentation
For Users & Integrators
Learn how to install, configure, and use AutoDocs MCP Server with your AI assistants. Includes API reference, troubleshooting, and integration guides.
- Quick installation and setup
- MCP tools and their usage
- Configuration options
- Troubleshooting guides
ποΈ Development Process
For Contributors & Technical Reviewers
Understand the system architecture, development standards, and how to contribute to the project. Essential for anyone working on or reviewing the codebase.
- System architecture and design decisions
- Development standards and workflows
- Testing strategies and requirements
- Contribution guidelines
π Development Journey
For AI-Development Enthusiasts
Follow the complete development story of this project, from initial concept to Phase 4 completion. See how "intention-only programming" works in practice.
- Phase-by-phase evolution
- Technical decisions and learnings
- Development session insights
- AI-assisted development patterns
π Quick Start¶
New to AutoDocs?
For immediate usage: Start with Product Documentation
For contributing: Check out Development Process
For the full story: Explore the Development Journey
Installation (Quick)¶
π― Project Overview¶
AutoDocs MCP Server is a fully implemented Model Context Protocol (MCP) server that provides AI assistants with intelligent, context-aware documentation for Python dependencies.
Key Features¶
- π§ Smart Dependency Context: Automatically includes relevant dependencies with intelligent relevance scoring
- β‘ High Performance: Version-based caching with concurrent fetching (3-5 second response times)
- π‘οΈ Production Ready: Circuit breakers, graceful degradation, comprehensive health monitoring
- π MCP Native: 8 comprehensive MCP tools for seamless AI integration
Architecture Highlights¶
- Phase 4 Complete: Full dependency context system with smart scoping
- 277 Tests: Comprehensive test coverage with pytest ecosystem
- Layered Architecture: Clean separation of concerns with 10 core service modules
- Network Resilience: Exponential backoff, connection pooling, circuit breakers
π Project Status¶
Current Version: v0.4.2 Test Coverage: 277 comprehensive tests MCP Tools: 8 production-ready tools Architecture: Phase 4 layered design complete
π Navigation Summary¶
Section | Best For | Key Content |
---|---|---|
π Product Docs | End users, integrators | Installation, usage, API reference, troubleshooting |
ποΈ Development Process | Contributors, reviewers | Architecture, standards, testing, contributing |
π Development Journey | Learning enthusiasts | Project evolution, decisions, AI-development insights |