MCPcopy Create free account
hub / github.com/TanStack/ai / sequentialThinkingTransport

Function sequentialThinkingTransport

examples/ts-react-chat/src/lib/mcp-servers.ts:25–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

api.mcp-pool.tsFile · 0.90

Calls 1

stdioTransportFunction · 0.90

Tested by

no test coverage detected