Open
Description
Describe the bug
Every command that triggers sequencialthinking mcp is returning error.
To Reproduce
Steps to reproduce the behavior:
- Copilot in Agent mode do any query with
#sequentialthinking
eg.#sequentialthinking how to create a new react project?
Expected behavior
Think, create a plan and then print out instructions about how to create a new react project.
Logs
GitHub Copilot
2025-05-13 15:53:38.039 [warning] Tool bb7_sequentialthinking failed validation: object has unsupported schema keyword 'minimum'
2025-05-13 15:53:38.039 [warning] Tool bb7_sequentialthinking failed validation: object has unsupported schema keyword 'minimum'
2025-05-13 15:53:38.039 [warning] Tool bb7_sequentialthinking failed validation: object has unsupported schema keyword 'minimum'
2025-05-13 15:53:38.039 [warning] Tool bb7_sequentialthinking failed validation: object has unsupported schema keyword 'minimum'
2025-05-13 15:53:38.447 [info] Request ID for failed request: 93b7029a-bd34-462b-81b4-29b0ac6dac45
2025-05-13 15:53:38.448 [error] Request Failed: 400 Bad Request
2025-05-13 15:53:38.451 [error] Error: Failed to compute args for tool: "bb7_sequentialthinking" (at tsx element Ok > YM > mde > jSe > tS > Cre > rr)
Additional context
This is probably not an issue with the MCP itself since it wasn't changed in a while, but likely something changed with copilot which might require changes in the MCP?