regen-koi-mcp 1.2.0 → 1.2.1
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 +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -286,6 +286,11 @@ Once you've installed the MCP server, try these queries in Claude to explore wha
|
|
|
286
286
|
| `get_repo_overview` | Get structured overview of a Regen repository | `repository` (enum: regen-ledger, regen-web, regen-data-standards, regenie-corpus) |
|
|
287
287
|
| `get_tech_stack` | Get technical stack information for Regen repositories | `repository` (optional, omit to show all repos) |
|
|
288
288
|
|
|
289
|
+
### Authentication (Team Members Only)
|
|
290
|
+
| Tool | Description | Key Inputs |
|
|
291
|
+
|------|-------------|-----------|
|
|
292
|
+
| `regen_koi_authenticate` | Authenticate with @regen.network email to access internal documentation | None (opens browser for OAuth login) |
|
|
293
|
+
|
|
289
294
|
---
|
|
290
295
|
|
|
291
296
|
## 🤔 What Can I Ask? User Guide
|