Weavetab Documentation Repository
Weavetab documentation guide for Readme.
# Weavetab Documentation Repository
Welcome to the official documentation source repository for the **Weavetab Ecosystem** (Model Context Protocol server, SDK, IDE extensions, plugins, and tools).
This directory contains all human-readable, open-source Markdown documentation that powers `https://weavetab.pages.dev` (and `https://weavetab.dev`).
---
## 📁 Repository Structure
```
docs/
├── mcp/ # Model Context Protocol Server Docs
│ ├── get-started/ # Introduction, Quickstart, Setup
│ ├── architecture/ # Layer 0 CDP, Security, Transport
│ ├── desktop-automation/ # Electron Apps (VS Code, Discord, Figma)
│ ├── captcha-stealth/ # Anti-Bot, Ghost Cursor, Physics
│ ├── tools/ # Built-in MCP Tools Reference (46+ tools)
│ ├── configuration/ # Environment vars, Config, Folders
│ ├── cli/ # CLI Commands, IDE Setup (Claude, Cursor, Windsurf, etc.)
│ ├── skills-ecosystem/ # Pre-built Browser Actions & Skills
│ └── troubleshooting/ # Diagnostic Guides & FAQs
│
└── sdk/ # Weavetab TypeScript SDK Docs
├── sdk-getting-started/ # Overview & Quickstart
├── sdk-plugins/ # Plugin Architecture, HUD, Manifest
├── sdk-cli-section/ # SDK CLI & Templates
└── developers-contributors/ # Dev build, testing, contributing
```
---
## 🤝 Contributing to Weavetab Docs
We welcome contributions from the community! Whether you are fixing a typo, adding missing setup steps for an IDE, or adding a new plugin tutorial, your PRs are appreciated.
### How to Submit a Documentation PR
1. **Fork or clone** the repository.
2. Navigate to the relevant file in `docs/mcp/` or `docs/sdk/`.
3. Make your edits in standard GitHub Flavored Markdown (GFM).
4. Preserve frontmatter metadata at the top of each file:
```yaml
---
title: "Your Page Title"
description: "Short page summary"
product: mcp
section: get-started
slug: your-page-slug
---
```
5. Submit a **Pull Request** to the `main` branch.
6. A Cloudflare Pages preview deployment link will automatically build so you can inspect your changes live before merging!
---
## 📜 License
All documentation is licensed under the [MIT License](https://opensource.org/licenses/MIT).