Troubleshooting
Common Issues
R Packages Not Found
If you get errors about missing R packages, install all required packages:
install.packages(c(
"jsonlite", "plm", "lmtest", "sandwich", "AER", "dplyr",
"forecast", "vars", "urca", "tseries", "nortest", "car",
"rpart", "randomForest", "ggplot2", "gridExtra", "tidyr",
"rlang", "knitr", "broom"
))
Server Won’t Start
Check R Installation:
R --versionCheck Python Version:
python --version # Should be 3.10+
Reinstall RMCP:
pip uninstall rmcp pip install rmcp
MCP Client Connection Issues
Verify server is running:
rmcp start --log-level DEBUG
Check configuration in your MCP client (e.g., Claude Desktop config)
Restart both server and client
Getting Help
Check the GitHub Issues
Review the user_guide/quick_start guide
Examine the api/modules for detailed function documentation