@lyellr88/buddy-mcp 1.4.3 → 1.4.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.
- package/README.md +4 -2
- package/assets/favicon.svg +4 -0
- package/package.json +4 -16
package/README.md
CHANGED
|
@@ -5,10 +5,12 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@lyellr88/buddy-mcp)
|
|
6
6
|
[](https://nodejs.org/)
|
|
7
7
|
[](LICENSE)
|
|
8
|
+
[](https://glama.ai/mcp/servers/Lyellr88/buddy-mcp)
|
|
8
9
|
|
|
9
|
-
A break from long code sessions. Stuck on a bug? Reroll a buddy, talk with them, or pet them to build affection and improve your odds at higher-tier buddies on the next roll. If enough people want it, I'll build out Battle-Buddies where you can pit your buddy against others and unlock exclusive species that sync back into your local pool.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Need a break from long code sessions? Stuck on a bug? Reroll a buddy, talk with them, or interact by petting them to build affection and improve your odds at higher-tier buddies on the next roll. If enough people want it, I'll build out Battle-Buddies where you can pit your buddy against others and unlock exclusive species that sync back into your local pool.
|
|
12
|
+
|
|
13
|
+
> A collect them all companion system for Claude Code. Roll for a rare buddy, patch it directly into the binary,. buddy-mcp is an MCP server that replaces Claude Code's built-in companion with one you actually rolled for. Reroll, get lucky, close Claude, reopen. Your new buddy is waiting. Legendary buddy could be yours on your next Claude session
|
|
12
14
|
|
|
13
15
|
---
|
|
14
16
|
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width="16" height="16">
|
|
2
|
+
<rect width="16" height="16" rx="3" fill="#1e6feb"/>
|
|
3
|
+
<text x="8" y="12" font-family="Arial, sans-serif" font-size="11" font-weight="bold" fill="white" text-anchor="middle">B</text>
|
|
4
|
+
</svg>
|
package/package.json
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lyellr88/buddy-mcp",
|
|
3
|
-
"version": "1.4.
|
|
4
|
-
"
|
|
3
|
+
"version": "1.4.4",
|
|
4
|
+
"mcpName": "io.github.Lyellr88/buddy-mcp",
|
|
5
|
+
"description": "Claude Code creature collection game. Hatch buddies, pet to boost roll luck, complete the BuddyDex.",
|
|
5
6
|
"type": "module",
|
|
6
7
|
"bin": {
|
|
7
8
|
"buddy-mcp": "./dist/mcp/index.js",
|
|
@@ -38,22 +39,9 @@
|
|
|
38
39
|
},
|
|
39
40
|
"repository": {
|
|
40
41
|
"type": "git",
|
|
41
|
-
"url": "https://github.com/
|
|
42
|
+
"url": "https://github.com/Lyellr88/buddy-mcp"
|
|
42
43
|
},
|
|
43
44
|
"keywords": [
|
|
44
|
-
"claude",
|
|
45
|
-
"claude-code",
|
|
46
|
-
"mcp",
|
|
47
|
-
"model-context-protocol",
|
|
48
|
-
"terminal",
|
|
49
|
-
"cli",
|
|
50
|
-
"ascii",
|
|
51
|
-
"ai-companion",
|
|
52
|
-
"developer-tools",
|
|
53
|
-
"developer-experience",
|
|
54
|
-
"dx",
|
|
55
|
-
"terminal-ui",
|
|
56
|
-
"tui",
|
|
57
45
|
"claude",
|
|
58
46
|
"claude-code",
|
|
59
47
|
"mcp",
|