feat(mcpServers): Add a thought field to sequential thinking mcp server (#7465)

feat(mcpServers): 在sequentialthinking中添加thought字段
This commit is contained in:
Wang Jiyuan 2025-06-23 15:27:20 +08:00 committed by GitHub
parent 4f2c8bd905
commit aee8fe6196
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,6 +106,7 @@ class SequentialThinkingServer {
type: 'text',
text: JSON.stringify(
{
thought: validatedInput.thought,
thoughtNumber: validatedInput.thoughtNumber,
totalThoughts: validatedInput.totalThoughts,
nextThoughtNeeded: validatedInput.nextThoughtNeeded,