@gotza02/mathinking 3.1.4 → 3.1.5

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 +7 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -241,7 +241,13 @@ 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.3 (Latest) - 📝 Documentation
244
+ ### v3.1.5 (Latest) - 🛡️ Reliability & Validation
245
+ - **Enhanced Plan Validation:** Added strict structural checks for `ExecutionPlan` (ensures `id`, `toolName`, `toolInput`, and `dependencies` exist).
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
+ - **Clearer Error Reporting:** Validation errors now provide specific details about missing fields instead of generic `undefined` errors.
248
+ - **Improved Security:** Added extra checks for tool registration during plan validation.
249
+
250
+ ### v3.1.4 - 📝 Documentation
245
251
  - **Added:** Comprehensive "Environment Variables" table with all search provider keys
246
252
  - **Added:** "Quick Setup (~/.bashrc)" section with copy-paste ready examples
247
253
  - **Clarified:** At least one API key is required for web_search to function
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gotza02/mathinking",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
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",