Complete documentation for the TradingView MCP Server project.
- Main README - Project overview and installation
- CHANGELOG - Version history and updates
- Architecture Guide - Project structure and design patterns
- Contributing Guide - How to contribute to the project
- Project Summary - Comprehensive project overview
- MCP Setup Guide - Detailed MCP configuration instructions
- Pine Script Guide - Using Pine Script development tools
- V3.1 Improvements - Latest version improvements
- V6 Verified Features - Pine Script v6 features
docs/
├── README.md # This file
├── ARCHITECTURE.md # System architecture
├── CONTRIBUTING.md # Contribution guidelines
├── PROJECT_SUMMARY.md # Project overview
├── guides/ # How-to guides
│ ├── MCP_SETUP_GUIDE.md # Setup instructions
│ └── PINE_SCRIPT.md # Pine Script tools
└── releases/ # Release documentation
├── V3.1_IMPROVEMENTS.md # v3.1 changes
└── V6_VERIFIED_FEATURES.md # v6 features
- New Users: Start with the Main README for installation
- Developers: Read Architecture Guide and Contributing Guide
- Pine Script Users: Check the Pine Script Guide
- Issues: GitHub Issues
- Documentation Updates: See Contributing Guide
See CHANGELOG.md for version history.