We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ProfRandom92/comptext-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
RECOMMENDATION.md•1.23 KiB
# 🏆 Branch Recommendation
## Question: "Welche der Branches ist am vollständigsten und funktioniert?"
## Answer: **`copilot/release-comptext-version`**
---
## Quick Summary
After testing all major branches in the repository:
| Metric | Result |
|--------|--------|
| **Tests Passed** | 127 ✅ |
| **Tests Failed** | 0 ❌ |
| **Installation** | ✅ Works |
| **Server Start** | ✅ Works |
| **Version** | 2.0.0 |
| **Status** | Production Ready |
---
## How to Use
```bash
# 1. Switch to the recommended branch
git checkout copilot/release-comptext-version
# 2. Install
pip install -e .[rest,mobile]
# 3. Configure
cp .env.example .env
# Edit .env with your NOTION_API_TOKEN and COMPTEXT_DATABASE_ID
# 4. Test
make test
# 5. Run
python -m comptext_mcp.server
```
---
## Full Analysis
For detailed analysis of all branches, see:
- 🇩🇪 **[BRANCH_ANALYSIS.md](./BRANCH_ANALYSIS.md)** - German version
- 🇬🇧 **[BRANCH_ANALYSIS_EN.md](./BRANCH_ANALYSIS_EN.md)** - English version
Both documents contain:
- Complete test results for all branches
- Installation and functionality assessment
- Comparison tables
- Technical details
- Usage instructions
---
**TL;DR:** Use `copilot/release-comptext-version` - it's the best! 🏆