@triedotdev/mcp 1.0.40 → 1.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,8 @@
1
1
  # Trie
2
2
 
3
- **Customizable Parallel Agents for AI Code Review**
3
+ **A central registry for agents that follow you from Cursor to CI/CD and everything in between.**
4
4
 
5
- Specialized agents scan your code for security, privacy, compliance, and bugs—all running in parallel with intelligent caching and real-time streaming.
6
-
7
- Also try the agentic workspace for shipping AI-generated code: https://www.trie.dev
5
+ Download the Trie workspace: https://www.trie.dev
8
6
 
9
7
  ## Why Trie
10
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triedotdev/mcp",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "Intelligent Agent Orchestration for AI Coding Tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",