Skip to main content
Glama

mcp-reasoner

by Jacck
types.js372 B
export const CONFIG = { beamWidth: 3, // Keep top 3 paths maxDepth: 5, // Reasonable depth limit minScore: 0.5, // Threshold for path viability temperature: 0.7, // For thought diversity cacheSize: 1000, // LRU cache size defaultStrategy: 'beam_search', // Default reasoning strategy numSimulations: 50 // Default number of MCTS simulations };

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