Skip to content

Commit 00ff73d

Browse files
author
Tyler Payne
committed
Simplify Quick Start instructions
pip is sufficient, doesn't need to be a uv tool
1 parent f5d866f commit 00ff73d

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,11 @@ Use `--reports [CODE ...]` to customize output.
9494

9595
### As a CLI tool
9696

97-
The easiest way to install `mcp-interviewer` is as a `uv` tool. Follow [these instructions](https://docs.astral.sh/uv/getting-started/installation/) to install uv.
98-
9997
```bash
100-
uv tool install mcp-interviewer
98+
pip install mcp-interviewer
10199

102100
# Then,
103-
mcp-interviewer ...
101+
mcp-interviewer <your mcp server command>
104102
```
105103

106104
Read more about [CLI usage](./README.md#cli).
@@ -123,7 +121,7 @@ Read more about [Python usage](./README.md#python).
123121

124122
## Quick Start
125123

126-
⚠️ ***mcp-interviewer arbitrarily executes the provided MCP server command in a child process. Whenever possible, run your server in a container like in the examples below to isolate the server from your host system.***
124+
⚠️ ***mcp-interviewer executes the provided MCP server command in a child process. Whenever possible, run your server in a container like in the examples below to isolate the server from your host system.***
127125

128126
First, [install](./README.md#as-a-cli-tool) `mcp-interviewer` as a CLI tool.
129127

@@ -158,9 +156,6 @@ Which will generate a report like [this](./mcp-interview.md).
158156

159157
- `--constraints [CODE ...]`: Customize which constraints to check
160158
- `--reports [CODE ...]`: Customize which report sections to include
161-
162-
163-
164159
- `--test`: Enable functional testing. 🚨 ***This option causes mcp-interviewer to invoke the server's tools. Be careful to limit the server's access to your host system, sensitive data, etc before using these options.***
165160
- `--judge-tools`: Enable experimental LLM evaluation of tools
166161
- `--judge-test`: Enable experimental LLM evaluation of functional tests (requires `--test`)

0 commit comments

Comments
 (0)