50c 1.0.7 → 1.0.8
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.
- package/README.md +2 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,12 +12,9 @@ MCP server that augments ANY AI with genius-level problem solving.
|
|
|
12
12
|
### 1. Get API Key
|
|
13
13
|
Visit https://genxis.com/50c
|
|
14
14
|
|
|
15
|
-
### 2.
|
|
16
|
-
```bash
|
|
17
|
-
npm install -g 50c
|
|
18
|
-
```
|
|
15
|
+
### 2. Configure Your IDE (pick one)
|
|
19
16
|
|
|
20
|
-
|
|
17
|
+
> `npx -y 50c` auto-downloads on first run - no install needed!
|
|
21
18
|
|
|
22
19
|
---
|
|
23
20
|
|