We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d17997 commit 9d603d2Copy full SHA for 9d603d2
README.md
@@ -74,7 +74,7 @@ The HiGHS MCP server is compatible with any MCP client. Some popular options inc
74
75
## Tool API
76
77
-The server provides a single tool: `solve_optimization`
+The server provides a single tool: `optimize-mip-lp-tool`
78
79
### Input Schema
80
@@ -94,7 +94,7 @@ The server provides a single tool: `solve_optimization`
94
names?: string[]
95
},
96
constraints: {
97
- matrix: number[][], // Coefficient matrix (A in Ax ≤/=/≥ b)
+ matrix: number[][], // Coefficient matrix (A in Ax ≤/=/≥ b) - at least one constraint required
98
bounds: Array<{
99
lower?: number | null,
100
upper?: number | null
0 commit comments