We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mostapow/mcp4drl'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
run_server.bat•206 B
@echo off
REM MCP4DRL Server Launcher (Windows)
set MCP4DRL_MODEL_PATH=%~dp0data\best_eval_model.h5
set MCP4DRL_EVENT_LOG=%~dp0data\receipt.xes
set MCP4DRL_TRANSPORT=stdio
python "%~dp0mcp4drl_server.py"