midas-mcp 5.3.5 → 5.3.6

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.
Files changed (2) hide show
  1. package/README.md +3 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # midas-mcp
2
2
 
3
+ [![CI](https://github.com/christiancattaneo/midas-mcp/actions/workflows/ci.yml/badge.svg)](https://github.com/christiancattaneo/midas-mcp/actions/workflows/ci.yml)
4
+ [![npm version](https://badge.fury.io/js/midas-mcp.svg)](https://www.npmjs.com/package/midas-mcp)
5
+
3
6
  **Everything you vibecode turns to gold.**
4
7
 
5
8
  An MCP server that brings the Golden Code methodology into Cursor as an interactive coach. Guides users through the two-phase process, provides expert prompts, and audits projects against the 12 ingredients of production readiness.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "midas-mcp",
3
- "version": "5.3.5",
3
+ "version": "5.3.6",
4
4
  "description": "MCP server for Golden Code methodology - everything you vibecode turns to gold",
5
5
  "main": "dist/index.js",
6
6
  "bin": {