UNPKG

@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
# 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]}*