@@ -14,10 +14,11 @@ The LeetCode MCP Server is a [Model Context Protocol (MCP)](https://modelcontext
1414
1515## Features
1616
17- - 🌐 ** Multi-site Support** : Supports both leetcode.com and leetcode.cn platforms
18- - 📊 ** Problem Data Retrieval** : Obtain detailed problem descriptions, constraints, examples, and solution approaches
17+ - 🌐 ** Multi-site Support** : Compatible with both leetcode.com (Global) and leetcode.cn (China)
18+ - 📊 ** Problem Data Retrieval** : Obtain detailed problem descriptions, constraints, examples, official editorials, and user-submitted solutions
1919- 👤 ** User Data Access** : Retrieve user profiles, submission history, and contest performance
20- - 🔍 ** Advanced Search Capabilities** : Filter problems by tags, difficulty levels, and categories
20+ - 🔒 ** Private Data Access** : Create and query user notes, track problem-solving progress, and analyze submission details (AC/WA analysis)
21+ - 🔍 ** Advanced Search Capabilities** : Filter problems by tags, difficulty levels, categories, and keywords
2122- 📅 ** Daily Challenge Access** : Easily access daily challenge problems
2223
2324## Prerequisites
0 commit comments