Skip to main content
Glama

VibeCoding System

by Zenobia000
package.json2.26 kB
{ "name": "vibecoding-system", "version": "1.0.0", "description": "Conversation-driven development framework for rapid MVP/POC creation", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "build:all": "powershell -ExecutionPolicy Bypass -File scripts/build-all.ps1", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "test": "jest", "test:prompts": "node scripts/test-prompts.js", "validate:prompts": "node scripts/test-prompts.js", "test:service-prompts": "node scripts/test-prompts.js", "setup": "node scripts/easy-setup.js", "setup:quick": "node scripts/easy-setup.js", "lint": "eslint src/**/*.ts", "format": "prettier --write \"src/**/*.ts\"", "vibecoding": "tsx src/cli/index.ts", "mcp:context-manager": "tsx vibe-services/context-manager/index.ts", "mcp:code-generator": "tsx vibe-services/code-generator/index.ts", "mcp:dependency-tracker": "tsx vibe-services/dependency-tracker/index.ts", "mcp:test-validator": "tsx vibe-services/test-validator/index.ts", "mcp:doc-generator": "tsx vibe-services/doc-generator/index.ts", "mcp:deployment-manager": "tsx vibe-services/deployment-manager/index.ts", "verify": "powershell -ExecutionPolicy Bypass -File scripts/verify-structure.ps1", "clean": "powershell -ExecutionPolicy Bypass -File scripts/cleanup.ps1" }, "keywords": [ "mcp", "ai", "development", "conversation-driven", "mvp", "poc" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.2", "chalk": "^5.3.0", "commander": "^14.0.0", "dotenv": "^17.0.0", "fs-extra": "^11.2.0", "glob": "^10.3.10", "inquirer": "^9.2.12", "ora": "^8.0.1", "winston": "^3.11.0", "yaml": "^2.3.4", "zod": "^3.22.4" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "@types/inquirer": "^9.0.7", "@types/jest": "^29.5.11", "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0", "jest": "^29.7.0", "prettier": "^3.1.1", "ts-jest": "^29.1.1", "tsx": "^4.6.2", "typescript": "^5.3.3" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Zenobia000/vibeCoding-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server