Skip to main content
Glama

mcp-reasoner

by Jacck
mcts.d.ts774 B
import { ThoughtNode, ReasoningRequest, ReasoningResponse } from '../types.js'; import { BaseStrategy } from './base.js'; export declare class MonteCarloTreeSearchStrategy extends BaseStrategy { private readonly explorationConstant; private readonly simulationDepth; private numSimulations; private root; constructor(stateManager: any, numSimulations?: number); processThought(request: ReasoningRequest): Promise<ReasoningResponse>; private runSimulations; private select; private expand; private simulate; private backpropagate; private selectBestUCT; private calculatePathScore; private calculatePossiblePaths; getBestPath(): Promise<ThoughtNode[]>; getMetrics(): Promise<any>; clear(): Promise<void>; }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jacck/mcp-reasoner'

If you have feedback or need assistance with the MCP directory API, please join our Discord server