# Directory Structure ``` └── README.md ``` # Files -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- ```markdown 1 | # 📦 Project Archived 2 | 3 | **This project has been superseded by a completely new MCP server.** 4 | 5 | ## New MCP Server 6 | 7 | A new, completely rewritten MCP server is now available at: 8 | 9 | **🔗 https://github.com/wshobson/maverick-mcp** 10 | 11 | ## What This Means 12 | 13 | - This repository (`mcp-trader`) is now archived and will no longer receive updates 14 | - The new repository contains a completely new MCP server with enhanced capabilities 15 | - This is not a migration of the same codebase, but rather a fresh implementation 16 | 17 | ## Getting Started with the New Server 18 | 19 | To use the new MCP server: 20 | 21 | 1. **Clone the new repository:** 22 | ```bash 23 | git clone https://github.com/wshobson/maverick-mcp.git 24 | ``` 25 | 26 | 2. **Follow the setup instructions** in the new repository's README 27 | 28 | 3. **Update your Claude Desktop configuration** to use the new server 29 | 30 | 4. **Star/watch the new repository** to stay updated with the latest features 31 | 32 | ## Thank You 33 | 34 | Thank you for your interest in this project. The new MCP server offers enhanced capabilities and a completely fresh implementation! ```