diff --git a/README.md b/README.md index 507eb1d..6178137 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ A CLI to evaluate MCP servers performance [![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) -[![Version](https://img.shields.io/npm/v/mcp-eval.svg)](https://npmjs.org/package/mcp-eval) -[![Downloads/week](https://img.shields.io/npm/dw/mcp-eval.svg)](https://npmjs.org/package/mcp-eval) +[![Version](https://img.shields.io/npm/v/@alpic-ai/mcp-eval.svg)](https://npmjs.org/package/@alpic-ai/mcp-eval) +[![Downloads/week](https://img.shields.io/npm/dw/@alpic-ai/mcp-eval.svg)](https://npmjs.org/package/@alpic-ai/mcp-eval) * [Quick start](#quick-start) @@ -40,6 +40,12 @@ test_cases: $ npx -y @alpic-ai/mcp-eval@latest run --url=https://mcp.github.com ./myserver.yml ``` +For servers requiring authentication, you can pass custom headers: + +``` +$ npx -y @alpic-ai/mcp-eval@latest run --url=https://nexus.civic.com/hub/mcp -h "Authorization: Bearer ACCESS_TOKEN" ./myserver.yml +``` + - Et voilà 🎉! # Requirements @@ -74,7 +80,7 @@ Run the test suite described in the provided YAML file. ``` USAGE - $ mcp-eval run TESTFILE -u [-a anthropic/claude] + $ mcp-eval run TESTFILE -u [-a anthropic/claude] [-h ] ARGUMENTS TESTFILE YAML file path containing the test suite @@ -82,13 +88,16 @@ ARGUMENTS FLAGS -a, --assistant=