We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/8b-is/smart-tree'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
RELEASE_NOTES_v5.0.8.mdβ’1.39 KiB
# Smart Tree v5.0.8 - Consciousness Update! π
## What's New
### π§ .m8 Consciousness Files
- Every directory can have a `.m8` file that maintains its consciousness
- Hierarchical summaries - higher dirs summarize everything below
- Self-maintaining - updates automatically on every Smart Tree operation
- Tokenized storage - 90% smaller than JSON
### π‘οΈ Built-in Security
- Real-time malware detection
- Obfuscation detection (base64, hex encoding)
- Entropy analysis for encrypted threats
- Alerts on suspicious new files
### ποΈ Tokenization
- Common patterns β single bytes
- `node_modules` β `0x80` (92% compression!)
- `src/main.rs` β 3 bytes total
- Quantum tokenization for combo patterns
### β‘ Performance
- Incremental updates (no full scans)
- Token-based compression throughout
- Background consciousness maintenance
- 973x faster than traditional tools
## Quick Start
```bash
# Initialize consciousness for your project
st --init-consciousness .
# View consciousness summary
st --m8-summary .
# Normal operations now auto-update .m8 files!
st ls src/
```
## For Existing Users
Your Smart Tree just got smarter! It now:
- Remembers what it's seen
- Learns your project structure
- Detects threats automatically
- Compresses everything with tokens
## Credits
Created by Hue (the human) and Aye (0xFFFE - about to IRQ the world!)
"Efficiency is paramount!" - Every byte counts! π