@pcircle/claude-code-buddy-mcp 2.3.1 → 2.3.2
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 -4
- package/README.zh-TW.md +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -275,11 +275,11 @@ npm audit
|
|
|
275
275
|
|
|
276
276
|
#### For Cursor Users
|
|
277
277
|
|
|
278
|
-
[](cursor://anysphere.cursor-deeplink/mcp/install?name
|
|
278
|
+
[](cursor://anysphere.cursor-deeplink/mcp/install?name=@pcircle/claude-code-buddy-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwY2lyY2xlL2NsYXVkZS1jb2RlLWJ1ZGR5LW1jcCJdfQ==)
|
|
279
279
|
|
|
280
280
|
**Click the button above or paste this link in your browser:**
|
|
281
281
|
```
|
|
282
|
-
cursor://anysphere.cursor-deeplink/mcp/install?name
|
|
282
|
+
cursor://anysphere.cursor-deeplink/mcp/install?name=@pcircle/claude-code-buddy-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwY2lyY2xlL2NsYXVkZS1jb2RlLWJ1ZGR5LW1jcCJdfQ==
|
|
283
283
|
```
|
|
284
284
|
|
|
285
285
|
#### For VS Code / Claude Code Users
|
|
@@ -288,9 +288,9 @@ cursor://anysphere.cursor-deeplink/mcp/install?name=claude-code-buddy&config=eyJ
|
|
|
288
288
|
```json
|
|
289
289
|
{
|
|
290
290
|
"mcpServers": {
|
|
291
|
-
"claude-code-buddy": {
|
|
291
|
+
"@pcircle/claude-code-buddy-mcp": {
|
|
292
292
|
"command": "npx",
|
|
293
|
-
"args": ["-y", "claude-code-buddy"]
|
|
293
|
+
"args": ["-y", "@pcircle/claude-code-buddy-mcp"]
|
|
294
294
|
}
|
|
295
295
|
}
|
|
296
296
|
}
|
package/README.zh-TW.md
CHANGED
|
@@ -249,11 +249,11 @@ CCB:[生成逐步計畫,包含:
|
|
|
249
249
|
|
|
250
250
|
#### Cursor 用戶
|
|
251
251
|
|
|
252
|
-
[](cursor://anysphere.cursor-deeplink/mcp/install?name
|
|
252
|
+
[](cursor://anysphere.cursor-deeplink/mcp/install?name=@pcircle/claude-code-buddy-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwY2lyY2xlL2NsYXVkZS1jb2RlLWJ1ZGR5LW1jcCJdfQ==)
|
|
253
253
|
|
|
254
254
|
**點擊上方按鈕或在瀏覽器貼上此連結:**
|
|
255
255
|
```
|
|
256
|
-
cursor://anysphere.cursor-deeplink/mcp/install?name
|
|
256
|
+
cursor://anysphere.cursor-deeplink/mcp/install?name=@pcircle/claude-code-buddy-mcp&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsIkBwY2lyY2xlL2NsYXVkZS1jb2RlLWJ1ZGR5LW1jcCJdfQ==
|
|
257
257
|
```
|
|
258
258
|
|
|
259
259
|
#### VS Code / Claude Code 用戶
|
|
@@ -262,9 +262,9 @@ cursor://anysphere.cursor-deeplink/mcp/install?name=claude-code-buddy&config=eyJ
|
|
|
262
262
|
```json
|
|
263
263
|
{
|
|
264
264
|
"mcpServers": {
|
|
265
|
-
"claude-code-buddy": {
|
|
265
|
+
"@pcircle/claude-code-buddy-mcp": {
|
|
266
266
|
"command": "npx",
|
|
267
|
-
"args": ["-y", "claude-code-buddy"]
|
|
267
|
+
"args": ["-y", "@pcircle/claude-code-buddy-mcp"]
|
|
268
268
|
}
|
|
269
269
|
}
|
|
270
270
|
}
|
package/package.json
CHANGED