We use MCPJam evals CLI to test the Ref.tools MCP server. Programmatically test different prompts against Ref.tools.
- Clone the repo
- Modify the three JSON files. Add your LLM API key, and server connection config. See the docs here on how to do that.
- Install MCPJam CLI. Make sure you're on the latest version.
npm install -g @mcpjam/cli
- Run the tests with the command
mcpjam evals run --tests tests.json --environment environment.json --llms llms.json
See official docs for more. # ref-tools-cli-test