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
README.mdโข595 B
# ๐ฏ Smart Edit Function Tools Showcase
This mock project demonstrates the incredible token efficiency of Smart Tree's function editing tools. Watch as we transform code with 90-95% fewer tokens than traditional methods!
## ๐ Token Comparison
Traditional method: Send entire file (500+ tokens per edit)
Smart Edit method: Send only the changes (20-50 tokens per edit)
## ๐ See It In Action
Run the demo script to see various smart edit operations:
```bash
./demo_smart_edit_functions.sh
```
Or use the Python interactive demo:
```bash
python3 demo_smart_edit_interactive.py
```