Skip to main content
Glama
bsim0927
by bsim0927
manifest.json1.3 kB
{ "manifest_version": "0.3", "name": "texassolver", "version": "1.0.0", "description": "Model Context Protocol server for TexasSolver poker solver", "author": { "name": "TexasSolver MCP Contributors" }, "server": { "type": "node", "entry_point": "src/index.js", "mcp_config": { "command": "node", "args": ["${__dirname}/src/index.js"], "env": { "TEXAS_SOLVER_PATH": "${user_config.solver_path}", "MCP_DATA_DIR": "${user_config.data_dir}", "DEBUG": "${user_config.debug_mode}" } } }, "user_config": { "solver_path": { "type": "file", "title": "TexasSolver Binary Path", "description": "Absolute path to the TexasSolver console_solver executable", "required": true }, "data_dir": { "type": "directory", "title": "Data Directory", "description": "Directory for storing solver results and cache (optional, defaults to ./data)", "required": false }, "debug_mode": { "type": "boolean", "title": "Enable Debug Logging", "description": "Enable debug output from the solver", "required": false } }, "compatibility": { "platforms": ["darwin", "win32", "linux"], "runtimes": { "node": ">=18.0.0" } } }

Latest Blog Posts

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/bsim0927/texas-solver-mcp-server'

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