@triedotdev/mcp 1.0.85 → 1.0.86

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 +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  A trainable AI agent that watches all of your codebases, learns from your incidents, and prevents repeat bugs before they ship.
4
4
 
5
- Download Workspace Follow on X
5
+ [Download Workspace](https://www.trie.dev) · [Follow on X](https://x.com/louiskishfy)
6
6
 
7
7
  ## What Trie Does
8
8
 
@@ -303,8 +303,6 @@ Design Scout - Visual consistency, design systems
303
303
  DevOps Scout - Configuration issues, deployment patterns
304
304
  Performance Scout - Speed bottlenecks, optimization opportunities
305
305
 
306
- View all scouts →
307
-
308
306
  ## Installation & Setup
309
307
 
310
308
  ### Requirements
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triedotdev/mcp",
3
- "version": "1.0.85",
3
+ "version": "1.0.86",
4
4
  "description": "Intelligent Agent Orchestration for AI Coding Tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",