@democratize-quality/mcp-server
Version:
MCP Server for democratizing quality through browser automation and comprehensive API testing capabilities
62 lines (44 loc) โข 2.4 kB
Markdown
# Documentation Index
Welcome to the Democratize Quality MCP Server documentation!
## ๐ Table of Contents
### Getting Started
- [๐ Getting Started](getting-started.md) - Quick start guide and basic usage
- [๐ฆ Installation](getting-started.md#installation) - Setup and prerequisites
### API Reference
- [๐ง Tool Reference](api/tool-reference.md) - Complete documentation for all tools
- [โ๏ธ Feature Flags](api/tool-reference.md#feature-flags) - Tool control and configuration
### Development
- [๐จโ๐ป Adding Tools](development/adding-tools.md) - Developer guide for extending the server
- [๐๏ธ Architecture](development/adding-tools.md#architecture-overview) - System architecture overview
- [โ๏ธ Configuration](development/configuration.md) - Advanced configuration options
- [๐งช Testing](development/adding-tools.md#testing) - Testing guidelines and examples
### Examples
- [๐ค Basic Automation](examples/basic-automation.md) - Essential browser automation workflows
- [๐ Authentication](examples/authentication.md) - Login flows and session management
### Additional Resources
- [๐ Main README](../README.md) - Project overview and quick reference
- [๐ Package Info](../package.json) - Project dependencies and scripts
## ๐ฏ Quick Navigation
### By Use Case
- **First-time setup**: [Getting Started](getting-started.md)
- **Tool usage**: [Tool Reference](api/tool-reference.md)
- **Extending functionality**: [Adding Tools](development/adding-tools.md)
- **Configuration tuning**: [Configuration Guide](development/configuration.md)
- **Real-world examples**: [Examples](examples/)
### By Role
- **๐ค AI Agent Developers**: Start with [Tool Reference](api/tool-reference.md)
- **๐ ๏ธ Server Developers**: Read [Adding Tools](development/adding-tools.md)
- **โ๏ธ System Administrators**: Check [Configuration Guide](development/configuration.md)
- **๐ Integration Teams**: Review [Examples](examples/)
## ๐ Keeping Documentation Updated
Documentation is automatically generated from the codebase:
```bash
# Regenerate all documentation
npm run docs:generate
# Watch for changes and regenerate
npm run docs:watch
# Clean and regenerate
npm run docs:clean && npm run docs:generate
```
---
*Documentation generated automatically from tool definitions and configuration - Last updated: ${new Date().toISOString().split('T')[0]}*