responsible-vibe-mcp 4.3.0 → 4.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "responsible-vibe-mcp",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "A Model Context Protocol server that acts as an intelligent conversation state manager and development guide for LLMs, featuring comprehensive long-term memory with persistent project artifacts",
5
5
  "type": "module",
6
6
  "main": "packages/cli/dist/index.js",
@@ -30,12 +30,12 @@
30
30
  "@modelcontextprotocol/sdk": "1.17.5",
31
31
  "@sqlite.org/sqlite-wasm": "3.50.4-build1",
32
32
  "@types/js-yaml": "4.0.9",
33
- "js-yaml": "4.1.0",
33
+ "js-yaml": "4.1.1",
34
34
  "zod": "^3.25.76",
35
- "@codemcp/workflows-core": "4.3.0"
35
+ "@codemcp/workflows-core": "4.3.2"
36
36
  },
37
37
  "devDependencies": {
38
- "@modelcontextprotocol/inspector": "0.16.8",
38
+ "@modelcontextprotocol/inspector": "0.17.5",
39
39
  "@tsconfig/node22": "22.0.5",
40
40
  "@tsconfig/strictest": "2.0.8",
41
41
  "@types/jsdom": "27.0.0",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-cli",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "CLI tools for responsible-vibe development workflows",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-core",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "type": "module",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@sqlite.org/sqlite-wasm": "3.50.4-build1",
25
25
  "@types/js-yaml": "4.0.9",
26
- "js-yaml": "4.1.0",
26
+ "js-yaml": "4.1.1",
27
27
  "zod": "^3.25.76"
28
28
  },
29
29
  "devDependencies": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-docs",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "Documentation site for Responsible Vibe MCP",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "description": "MCP server implementation for responsible-vibe",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codemcp/workflows-visualizer",
3
- "version": "4.3.0",
3
+ "version": "4.3.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.ts",
6
6
  "module": "dist/index.ts",