@triedotdev/mcp 1.0.43 → 1.0.44

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -3,7 +3,8 @@
3
3
  **A central registry for agents and skills that follow you from Cursor to CI/CD and everything in between.**
4
4
 
5
5
  Download the Trie workspace: https://www.trie.dev
6
- Follow me on X: [@Louiskishfy] (https://x.com/louiskishfy)
6
+
7
+ Follow me on X: https://x.com/louiskishfy
7
8
 
8
9
  ## Why Trie
9
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triedotdev/mcp",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
4
4
  "description": "Intelligent Agent Orchestration for AI Coding Tools",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",