@vibecodetown/mcp-server 2.1.0 → 2.1.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 +6 -6
- package/build/index.js +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# @
|
|
1
|
+
# @vibecodetown/mcp-server
|
|
2
2
|
|
|
3
|
-
[](https://www.npmjs.com/package/@vibecodetown/mcp-server)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
5
|
[](#testing)
|
|
6
6
|
[](https://www.typescriptlang.org/)
|
|
@@ -28,13 +28,13 @@ curl -fsSL https://vibecode.town/install.sh | sh
|
|
|
28
28
|
### Manual Install
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
npm install -g @
|
|
31
|
+
npm install -g @vibecodetown/mcp-server
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
### Add to Claude Code
|
|
35
35
|
|
|
36
36
|
```bash
|
|
37
|
-
claude mcp add vibecode npx @
|
|
37
|
+
claude mcp add vibecode npx @vibecodetown/mcp-server
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
### Add to Cursor
|
|
@@ -176,7 +176,7 @@ tests/
|
|
|
176
176
|
"mcpServers": {
|
|
177
177
|
"vibecode": {
|
|
178
178
|
"command": "npx",
|
|
179
|
-
"args": ["@
|
|
179
|
+
"args": ["@vibecodetown/mcp-server"]
|
|
180
180
|
}
|
|
181
181
|
}
|
|
182
182
|
}
|
|
@@ -249,7 +249,7 @@ User (natural language)
|
|
|
249
249
|
↓
|
|
250
250
|
AI Agent (Claude/Cursor/Codex)
|
|
251
251
|
↓ AGENTS.md rules
|
|
252
|
-
MCP Server (@
|
|
252
|
+
MCP Server (@vibecodetown/mcp-server)
|
|
253
253
|
↓ vibe_pm.* tools
|
|
254
254
|
Bootstrap Layer
|
|
255
255
|
↓ auto-download if missing
|
package/build/index.js
CHANGED