@gotza02/mathinking 3.1.6 → 3.1.7

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -241,7 +241,7 @@ You can define tasks that only run if a certain condition is met:
241
241
 
242
242
  **Full changelog available in [CHANGELOG.md](CHANGELOG.md)**
243
243
 
244
- ### v3.1.5 (Latest) - 🛡️ Reliability & Validation
244
+ ### v3.1.7 (Latest) - 🛡️ Reliability & Validation
245
245
  - **Enhanced Plan Validation:** Added strict structural checks for `ExecutionPlan` (ensures `id`, `toolName`, `toolInput`, and `dependencies` exist).
246
246
  - **Self-Healing Bridge:** Improved `execute_conclusion` to automatically detect malformed plans and fallback to a safe default "Auto-Plan" to prevent execution crashes.
247
247
  - **Clearer Error Reporting:** Validation errors now provide specific details about missing fields instead of generic `undefined` errors.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gotza02/mathinking",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "MCP Server with sequential thinking (The Brain) and orchestrator (The Body) capabilities",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",