@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 CHANGED
@@ -275,11 +275,11 @@ npm audit
275
275
 
276
276
  #### For Cursor Users
277
277
 
278
- [![Install to Cursor](https://img.shields.io/badge/Install%20to-Cursor-blue?style=for-the-badge&logo=cursor)](cursor://anysphere.cursor-deeplink/mcp/install?name=claude-code-buddy&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImNsYXVkZS1jb2RlLWJ1ZGR5Il19)
278
+ [![Install to Cursor](https://img.shields.io/badge/Install%20to-Cursor-blue?style=for-the-badge&logo=cursor)](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=claude-code-buddy&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImNsYXVkZS1jb2RlLWJ1ZGR5Il19
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](https://img.shields.io/badge/安裝到-Cursor-blue?style=for-the-badge&logo=cursor)](cursor://anysphere.cursor-deeplink/mcp/install?name=claude-code-buddy&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImNsYXVkZS1jb2RlLWJ1ZGR5Il19)
252
+ [![安裝到 Cursor](https://img.shields.io/badge/安裝到-Cursor-blue?style=for-the-badge&logo=cursor)](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=claude-code-buddy&config=eyJjb21tYW5kIjoibnB4IiwiYXJncyI6WyIteSIsImNsYXVkZS1jb2RlLWJ1ZGR5Il19
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pcircle/claude-code-buddy-mcp",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Your friendly AI companion for Claude Code - smart routing, prompt enhancement, and project memory",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",