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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. 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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "regen-koi-mcp",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "MCP server for accessing Regen Network's KOI (Knowledge Organization Infrastructure) system",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",