You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: INSTALL.md
+49-36Lines changed: 49 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,47 +2,35 @@
2
2
3
3
Follow this when a user asks you to install eval-mcp into their IDE.
4
4
5
-
## 1. Prerequisite check
5
+
## Happy path (one command)
6
6
7
-
User needs `uv`. Check: `command -v uv`. If missing, tell them to run `curl -LsSf https://astral.sh/uv/install.sh | sh` (or `brew install uv` on macOS).
8
-
9
-
## 2. Pick the IDE
10
-
11
-
Detect from what's present in the user's home:
12
-
13
-
| IDE | Check |
14
-
|---|---|
15
-
| Claude Code |`claude` on PATH or `~/.claude/` exists |
Do **not** use `llm-evaluation-system@latest` in the IDE config — it forces a PyPI resolution on every MCP start (~20s cold start) and causes the MCP to show "disconnected" on first connect after any new release. Plain `llm-evaluation-system` is what's documented across the MCP ecosystem (reference servers, `mcp-atlassian`, etc.). Upgrade separately via `uv cache clean llm-evaluation-system`.
-**Cursor**: same JSON shape, in `~/.cursor/mcp.json`. Or use the one-click deeplink: `cursor://anysphere.cursor-deeplink/mcp/install?name=eval&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJsbG0tZXZhbHVhdGlvbi1zeXN0ZW0iLCJldmFsLW1jcCJdfQ==`
Copy file name to clipboardExpand all lines: eval_mcp/INSTALL.md
+49-36Lines changed: 49 additions & 36 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,47 +2,35 @@
2
2
3
3
Follow this when a user asks you to install eval-mcp into their IDE.
4
4
5
-
## 1. Prerequisite check
5
+
## Happy path (one command)
6
6
7
-
User needs `uv`. Check: `command -v uv`. If missing, tell them to run `curl -LsSf https://astral.sh/uv/install.sh | sh` (or `brew install uv` on macOS).
8
-
9
-
## 2. Pick the IDE
10
-
11
-
Detect from what's present in the user's home:
12
-
13
-
| IDE | Check |
14
-
|---|---|
15
-
| Claude Code |`claude` on PATH or `~/.claude/` exists |
Do **not** use `llm-evaluation-system@latest` in the IDE config — it forces a PyPI resolution on every MCP start (~20s cold start) and causes the MCP to show "disconnected" on first connect after any new release. Plain `llm-evaluation-system` is what's documented across the MCP ecosystem (reference servers, `mcp-atlassian`, etc.). Upgrade separately via `uv cache clean llm-evaluation-system`.
-**Cursor**: same JSON shape, in `~/.cursor/mcp.json`. Or use the one-click deeplink: `cursor://anysphere.cursor-deeplink/mcp/install?name=eval&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJsbG0tZXZhbHVhdGlvbi1zeXN0ZW0iLCJldmFsLW1jcCJdfQ==`
0 commit comments