@codebakers/mcp 5.6.0 → 5.6.1

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/CLAUDE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # 🍞 CodeBakers V5
2
2
 
3
- **Version:** 5.6.0
3
+ **Version:** 5.6.1
4
4
 
5
5
  > MCP-powered. Self-aware. Complete CodeBakers Method implementation.
6
6
 
@@ -120,12 +120,11 @@ Which option?
120
120
  🍞 CodeBakers: PROJECT-SPEC.md complete ✓
121
121
 
122
122
  Phase: 1 (UI Mockups)
123
- Next: Design mockups or upload to refs/design/
123
+ Next: Upload your mockups to refs/design/
124
124
 
125
125
  Options:
126
- 1. Generate mockups with AI
127
- 2. I have mockups (I'll upload them)
128
- 3. Review spec first
126
+ 1. I have mockups (I'll upload them)
127
+ 2. Review spec first
129
128
 
130
129
  Ready?
131
130
  ```
@@ -286,8 +285,9 @@ Ready to design mockups? [Yes/Review spec first]
286
285
 
287
286
  User: yes
288
287
 
289
- You: [Start Phase 1 - generate mockups]
290
- [Or guide user to upload mockups]
288
+ You: [Guide user to upload mockups to refs/design/]
289
+ [User uploads their designs]
290
+ [Run codebakers_validate_mockups when ready]
291
291
 
292
292
  And so on...
293
293
  ```
@@ -318,6 +318,6 @@ Use MCP tools to enforce quality.
318
318
 
319
319
  ---
320
320
 
321
- **Version:** 5.0.0
321
+ **Version:** 5.6.1
322
322
  **Built:** March 2026
323
323
  **Framework:** CodeBakers Method + MCP Technical Enforcement
package/dist/cli.js CHANGED
@@ -31,7 +31,7 @@ async function main() {
31
31
  await init();
32
32
  break;
33
33
  case 'version':
34
- console.log('CodeBakers MCP Server v5.6.0');
34
+ console.log('CodeBakers MCP Server v5.6.1');
35
35
  break;
36
36
  default:
37
37
  console.error(`Unknown command: ${command}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codebakers/mcp",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "CodeBakers Method MCP Server - Complete autonomous app builder with context-aware consulting",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",