Skip to content

Commit 2d90d16

Browse files
Oladotun  Olatunjiclaude
authored andcommitted
chore: Bump version to 0.2.8 and update setup scripts
- Updated package.json version from 0.2.7 to 0.2.8 - Added missing configuration files to npm package files array - Updated setup.bat and setup.sh scripts to v2.8 - Ensured all required files are included in npm package 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a1d643e commit 2d90d16

3 files changed

Lines changed: 12 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vibe-coder-mcp",
3-
"version": "0.2.7",
3+
"version": "0.2.8",
44
"description": "Production-ready MCP server with complete agent integration, multi-transport support, and comprehensive development automation tools for AI-assisted workflows.",
55
"main": "build/index.js",
66
"type": "module",
@@ -173,7 +173,12 @@
173173
"LICENSE",
174174
"package.json",
175175
"llm_config.json",
176-
"job-timeout-config.json"
176+
"job-timeout-config.json",
177+
"mcp-config.json",
178+
"workflows.json",
179+
"src/config-templates/**/*",
180+
"src/tools/fullstack-starter-kit-generator/templates/**/*",
181+
"src/config/prompt-optimization.yaml"
177182
],
178183
"repository": {
179184
"type": "git",

setup.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
@echo off
2-
REM Setup script for Vibe Coder MCP Server (Production Ready v2.7)
2+
REM Setup script for Vibe Coder MCP Server (Production Ready v2.8)
33
setlocal enabledelayedexpansion
44

55
REM Color codes for Windows (using PowerShell for colored output)
@@ -9,7 +9,7 @@ set "YELLOW=[33m"
99
set "BLUE=[34m"
1010
set "NC=[0m"
1111

12-
echo Setting up Vibe Coder MCP Server v2.7...
12+
echo Setting up Vibe Coder MCP Server v2.8...
1313
echo ==================================================
1414
echo Production-ready MCP server with complete agent integration
1515
echo Multi-transport support • Real-time notifications • Dynamic port allocation

setup.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
# Setup script for Vibe Coder MCP Server (Production Ready v2.7)
2+
# Setup script for Vibe Coder MCP Server (Production Ready v2.8)
33
set -e # Exit immediately if a command exits with a non-zero status.
44

55
# Color codes for better output
@@ -26,7 +26,7 @@ print_info() {
2626
echo -e "${BLUE}${NC} $1"
2727
}
2828

29-
echo "Setting up Vibe Coder MCP Server v2.7..."
29+
echo "Setting up Vibe Coder MCP Server v2.8..."
3030
echo "=================================================="
3131
echo "Production-ready MCP server with complete agent integration"
3232
echo "Multi-transport support • Real-time notifications • Dynamic port allocation"
@@ -382,7 +382,7 @@ fi
382382
echo ""
383383
print_status "Setup completed successfully!"
384384
echo "=================================================="
385-
echo "Vibe Coder MCP Server v2.7 (Production Ready) is now set up with complete agent integration:"
385+
echo "Vibe Coder MCP Server v2.8 (Production Ready) is now set up with complete agent integration:"
386386
echo ""
387387
echo "📋 PLANNING & DOCUMENTATION TOOLS:"
388388
echo " - Research Manager (research-manager) - AI-powered research with Perplexity Sonar"

0 commit comments

Comments
 (0)