()
| 23 | |
| 24 | /** @modelcontextprotocol/server-sequential-thinking — step-by-step reasoning tool. */ |
| 25 | export const sequentialThinkingTransport = (): Transport => |
| 26 | stdioTransport({ |
| 27 | command: 'npx', |
| 28 | args: ['-y', '@modelcontextprotocol/server-sequential-thinking'], |
| 29 | }) |
no test coverage detected