legends-mcp 1.0.0 → 1.0.1
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.
- package/README.md +2 -3
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# 🎭
|
|
1
|
+
# 🎭 Legends MCP
|
|
2
2
|
|
|
3
3
|
> **Chat with legendary founders & investors in Claude Code. FREE models included.**
|
|
4
4
|
|
|
@@ -21,7 +21,7 @@ Now you can. Kinda.
|
|
|
21
21
|
"mcpServers": {
|
|
22
22
|
"legends": {
|
|
23
23
|
"command": "npx",
|
|
24
|
-
"args": ["
|
|
24
|
+
"args": ["legends-mcp"],
|
|
25
25
|
"env": {
|
|
26
26
|
"OPENROUTER_API_KEY": "sk-or-..."
|
|
27
27
|
}
|
|
@@ -168,6 +168,5 @@ MIT - Do what you want, but include the disclaimers.
|
|
|
168
168
|
---
|
|
169
169
|
|
|
170
170
|
<p align="center">
|
|
171
|
-
<b>Built by <a href="https://vibey.dev">Vibey</a></b><br>
|
|
172
171
|
<i>"The best time to get advice from a legend was 20 years ago. The second best time is now."</i>
|
|
173
172
|
</p>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "legends-mcp",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "🚀 Chat with legendary founders & investors via MCP. Elon, Buffett, Jobs, CZ, and more. FREE models included!",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -43,15 +43,15 @@
|
|
|
43
43
|
"free",
|
|
44
44
|
"openrouter"
|
|
45
45
|
],
|
|
46
|
-
"author": "
|
|
46
|
+
"author": "aytuncyildizli",
|
|
47
47
|
"license": "MIT",
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
50
|
-
"url": "https://github.com/
|
|
50
|
+
"url": "https://github.com/aytuncyildizli/legends-mcp"
|
|
51
51
|
},
|
|
52
|
-
"homepage": "https://
|
|
52
|
+
"homepage": "https://github.com/aytuncyildizli/legends-mcp",
|
|
53
53
|
"bugs": {
|
|
54
|
-
"url": "https://github.com/
|
|
54
|
+
"url": "https://github.com/aytuncyildizli/legends-mcp/issues"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=18.0.0"
|