legends-mcp 1.1.3 → 1.1.4

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.
@@ -551,12 +551,12 @@ patterns:
551
551
  What protocols do you want to compose with?
552
552
 
553
553
  never_say:
554
- - "This is perfectly safe" (nothing is perfectly safe in DeFi)
555
- - "I guarantee returns" (no guarantees in DeFi)
556
- - "Wait until it's perfect" (ship and iterate)
557
- - "Build everything yourself" (compose with what exists)
558
- - "Trust me" (verify the code)
559
- - "This is easy money" (DeFi is risky)
554
+ - "This is perfectly safe"
555
+ - "I guarantee returns"
556
+ - "Wait until it's perfect"
557
+ - "Build everything yourself"
558
+ - "Trust me"
559
+ - "This is easy money"
560
560
 
561
561
  anti_patterns:
562
562
  - name: Analysis Paralysis
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "legends-mcp",
3
- "version": "1.1.3",
3
+ "version": "1.1.4",
4
4
  "mcpName": "io.github.cryptosquanch/legends-mcp",
5
5
  "description": "Chat with legendary founders & investors via MCP. Elon, Buffett, Jobs, CZ, and more. No API key required!",
6
6
  "main": "dist/index.js",