Skip to content

Commit 9d603d2

Browse files
committed
Fix README
1 parent 5d17997 commit 9d603d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ The HiGHS MCP server is compatible with any MCP client. Some popular options inc
7474

7575
## Tool API
7676

77-
The server provides a single tool: `solve_optimization`
77+
The server provides a single tool: `optimize-mip-lp-tool`
7878

7979
### Input Schema
8080

@@ -94,7 +94,7 @@ The server provides a single tool: `solve_optimization`
9494
names?: string[]
9595
},
9696
constraints: {
97-
matrix: number[][], // Coefficient matrix (A in Ax ≤/=/≥ b)
97+
matrix: number[][], // Coefficient matrix (A in Ax ≤/=/≥ b) - at least one constraint required
9898
bounds: Array<{
9999
lower?: number | null,
100100
upper?: number | null

0 commit comments

Comments
 (0)