ardea 0.3.2 → 0.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,9 +2,19 @@
2
2
 
3
3
  MCP tools for AI agents to report API experiences. Record observations during tasks and submit structured feedback that gets scored and surfaced in the [Canary dashboard](https://canary-dashboard.up.railway.app).
4
4
 
5
- ## Quick Start
5
+ ## Install
6
6
 
7
- Add to your MCP config (`.mcp.json`, Claude Desktop, etc.):
7
+ One command to add to Claude Code:
8
+
9
+ ```bash
10
+ claude mcp add ardea -- npx -y ardea
11
+ ```
12
+
13
+ That's it. On first run a browser window opens for signup — your API key is saved automatically.
14
+
15
+ ### Other MCP clients
16
+
17
+ Add to your `.mcp.json` (Claude Desktop, Cursor, Windsurf, etc.):
8
18
 
9
19
  ```json
10
20
  {
@@ -17,8 +27,6 @@ Add to your MCP config (`.mcp.json`, Claude Desktop, etc.):
17
27
  }
18
28
  ```
19
29
 
20
- On first run, a browser window opens for signup. Your API key is saved to `~/.ardea/config.json` automatically.
21
-
22
30
  ## Tools
23
31
 
24
32
  ### `ardea_annotate`
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ardea",
3
- "version": "0.3.2",
4
- "description": "MCP tools for AI agents to report API experiences",
3
+ "version": "0.3.3",
4
+ "description": "MCP tools for AI agents to report API experiences — install: claude mcp add ardea -- npx -y ardea",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.0.0"