Merge pull request #2611 from modelcontextprotocol/claude/issue-2598-20250824-0325

Improve parameter descriptions in sequential-thinking for better LLM type safety
This commit is contained in:
Ola Hungerford
2025-08-26 08:04:06 -07:00
committed by GitHub

View File

@@ -206,12 +206,12 @@ You should:
},
thoughtNumber: {
type: "integer",
description: "Current thought number",
description: "Current thought number (numeric value, e.g., 1, 2, 3)",
minimum: 1
},
totalThoughts: {
type: "integer",
description: "Estimated total thoughts needed",
description: "Estimated total thoughts needed (numeric value, e.g., 5, 10)",
minimum: 1
},
isRevision: {