Skip to content

docs: Setup Wizard documentation and CLI reference (Phase 3)#162

Merged
polaz merged 3 commits intomainfrom
feat/#130-docs-setup-wizard-documentation-and-cli-reference
Jan 23, 2026
Merged

docs: Setup Wizard documentation and CLI reference (Phase 3)#162
polaz merged 3 commits intomainfrom
feat/#130-docs-setup-wizard-documentation-and-cli-reference

Conversation

@polaz
Copy link
Copy Markdown
Member

@polaz polaz commented Jan 23, 2026

Summary

  • Add comprehensive Setup Wizard documentation with interactive wizard walkthrough, discovery phase, and mode selection guides
  • Add full CLI reference for all commands: setup, init, install, docker, list-tools with flags, examples, and exit codes
  • Add dedicated configuration guides for all 7 supported MCP clients (Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Cline, Roo Code) with per-OS config paths
  • Add deployment documentation covering 4 options: local stdio, Docker standalone, Docker + PostgreSQL, Docker Compose with architecture diagrams and management commands
  • Add troubleshooting section covering connection, client, and Docker issues with diagnostic steps
  • Update VitePress navigation and sidebar with new sections (Clients, Deployment, Troubleshooting)
  • Cross-link existing docs (quick-start, npm, docker) to new wizard and deployment guides

Closes #130

Test plan

  • yarn lint — 0 errors
  • yarn test — 3743 tests passed
  • yarn docs:build — successful build (3.35s)
  • Review rendered docs with yarn docs:dev
  • Verify all internal links resolve correctly
  • Check sidebar navigation in all new sections

…/deployment guides (#130)

Add comprehensive documentation for Phase 3:
- CLI reference: setup, init, install, docker commands with flags and examples
- Client guides: Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Cline, Roo Code
- Deployment options: local stdio, Docker standalone, Docker+PostgreSQL, Docker Compose
- Troubleshooting: connection, client, and Docker issues
- Installation hub: wizard walkthrough, manual configuration guide
- VitePress config: new sidebar sections and updated navigation
- Cross-links in existing docs (quick-start, npm, docker, list-tools)
Copilot AI review requested due to automatic review settings January 23, 2026 22:50
@codecov
Copy link
Copy Markdown

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds comprehensive documentation for the Setup Wizard and CLI commands (Phase 3 of the documentation refactor), building on the VitePress foundation and the Unified Setup Wizard implementation.

Changes:

  • Adds complete Setup Wizard documentation with interactive walkthrough, discovery phase, and mode selection guides
  • Adds full CLI reference for all commands (setup, init, install, docker, list-tools) with detailed flags, examples, and exit codes
  • Adds dedicated configuration guides for all 7 supported MCP clients with OS-specific paths
  • Adds deployment documentation covering 4 options with architecture diagrams and management commands
  • Adds comprehensive troubleshooting section covering connection, client, and Docker issues
  • Updates VitePress navigation and sidebar with new Clients, Deployment, and Troubleshooting sections
  • Cross-links existing documentation to new wizard and deployment guides

Reviewed changes

Copilot reviewed 30 out of 30 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
docs/troubleshooting/index.md Quick diagnosis table and general troubleshooting steps
docs/troubleshooting/connection.md GitLab connection issues (tokens, scopes, URLs, timeouts)
docs/troubleshooting/clients.md MCP client detection and configuration problems
docs/troubleshooting/docker.md Docker container startup, networking, and database issues
docs/guide/quick-start.md Added Setup Wizard recommendation and updated navigation links
docs/guide/installation/index.md Installation methods overview and comparison table
docs/guide/installation/wizard.md Complete Setup Wizard walkthrough with phases and flows
docs/guide/installation/manual.md Manual configuration guide with alternatives
docs/guide/installation/npm.md Added Setup Wizard tip
docs/guide/installation/docker.md Added deployment documentation reference
docs/deployment/index.md Deployment options comparison and decision guide
docs/deployment/local-stdio.md Local stdio deployment guide with architecture diagram
docs/deployment/docker-standalone.md Docker standalone deployment without persistence
docs/deployment/docker-postgres.md Docker + PostgreSQL for OAuth persistence
docs/deployment/docker-compose.md Complete Docker Compose setup with examples
docs/clients/index.md Supported clients overview with config paths for all OS
docs/clients/claude-desktop.md Claude Desktop configuration guide
docs/clients/claude-code.md Claude Code CLI configuration
docs/clients/cursor.md Cursor IDE configuration
docs/clients/vscode.md VS Code + GitHub Copilot configuration
docs/clients/windsurf.md Windsurf IDE configuration
docs/clients/cline.md Cline VS Code extension configuration
docs/clients/roo-code.md Roo Code configuration
docs/cli/index.md CLI commands overview and usage
docs/cli/setup.md Interactive setup wizard command reference
docs/cli/init.md Local setup alias command
docs/cli/install.md Client installation command with flags
docs/cli/docker.md Docker management subcommands
docs/cli/list-tools.md Updated title for consistency
docs/.vitepress/config.mts Added navigation for Clients, Deployment, and Troubleshooting sections

Replace insecure NODE_TLS_REJECT_UNAUTHORIZED=0 as the primary
self-signed certificate solution with NODE_EXTRA_CA_CERTS which
trusts only the specific CA while keeping TLS validation active.
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 30 out of 30 changed files in this pull request and generated no new comments.

@polaz polaz merged commit b79959d into main Jan 23, 2026
24 checks passed
@polaz polaz deleted the feat/#130-docs-setup-wizard-documentation-and-cli-reference branch January 23, 2026 23:07
@sw-release-bot
Copy link
Copy Markdown

🎉 This PR is included in version 6.37.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: Setup Wizard documentation and CLI reference (Phase 3)

2 participants