@one-source/mcp 5.0.3 → 5.0.4
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/README.npm.md +5 -0
- package/README.repo.md +4 -1
- package/package.json +1 -1
- package/skills/onesource-mcp-setup/SKILL.md +4 -1
package/README.md
CHANGED
|
@@ -110,6 +110,11 @@ Blockchain API tools require authentication. Two options are available — if bo
|
|
|
110
110
|
|
|
111
111
|
### Option 1: API Key
|
|
112
112
|
|
|
113
|
+
1. Go to [app.onesource.io](https://app.onesource.io) and create an account.
|
|
114
|
+
2. Subscribe to a developer plan (Stripe checkout).
|
|
115
|
+
3. Navigate to **API Keys** and generate a key.
|
|
116
|
+
4. Copy the key — it starts with `sk_`.
|
|
117
|
+
|
|
113
118
|
#### Claude Code
|
|
114
119
|
|
|
115
120
|
```bash
|
package/README.npm.md
CHANGED
|
@@ -110,6 +110,11 @@ Blockchain API tools require authentication. Two options are available — if bo
|
|
|
110
110
|
|
|
111
111
|
### Option 1: API Key
|
|
112
112
|
|
|
113
|
+
1. Go to [app.onesource.io](https://app.onesource.io) and create an account.
|
|
114
|
+
2. Subscribe to a developer plan (Stripe checkout).
|
|
115
|
+
3. Navigate to **API Keys** and generate a key.
|
|
116
|
+
4. Copy the key — it starts with `sk_`.
|
|
117
|
+
|
|
113
118
|
#### Claude Code
|
|
114
119
|
|
|
115
120
|
```bash
|
package/README.repo.md
CHANGED
|
@@ -110,7 +110,10 @@ Blockchain API tools require authentication. Two options are available — if bo
|
|
|
110
110
|
|
|
111
111
|
### Option 1: API Key
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
1. Go to [app.onesource.io](https://app.onesource.io) and create an account.
|
|
114
|
+
2. Subscribe to a developer plan (Stripe checkout).
|
|
115
|
+
3. Navigate to **API Keys** and generate a key.
|
|
116
|
+
4. Copy the key — it starts with `sk_`.
|
|
114
117
|
|
|
115
118
|
#### Claude Code
|
|
116
119
|
|
package/package.json
CHANGED
|
@@ -76,7 +76,10 @@ Choose one option. If both are set, API key takes priority.
|
|
|
76
76
|
|
|
77
77
|
### Option A: API Key
|
|
78
78
|
|
|
79
|
-
|
|
79
|
+
1. Go to [app.onesource.io](https://app.onesource.io) and create an account.
|
|
80
|
+
2. Subscribe to a developer plan (Stripe checkout).
|
|
81
|
+
3. Navigate to **API Keys** and generate a key.
|
|
82
|
+
4. Copy the key — it starts with `sk_`.
|
|
80
83
|
|
|
81
84
|
#### Claude Code
|
|
82
85
|
|