myaiforone 1.1.37 → 1.1.39
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/bin/cli.js +1 -1
- package/package.json +1 -1
- package/registry/mcps.json +7 -12
package/bin/cli.js
CHANGED
|
@@ -202,7 +202,7 @@ async function runClaudeAuth(version) {
|
|
|
202
202
|
console.log(' B) Show a URL + code — copy the URL, open it, sign in, paste the code back');
|
|
203
203
|
console.log('');
|
|
204
204
|
|
|
205
|
-
if (
|
|
205
|
+
if (IS_WIN) {
|
|
206
206
|
// On Windows, the code-paste prompt can get stuck. Give it 60 seconds —
|
|
207
207
|
// enough for the browser auto-open flow to complete. If stuck, times out
|
|
208
208
|
// and setup continues. User can run "claude auth login" later in a fresh terminal.
|
package/package.json
CHANGED
package/registry/mcps.json
CHANGED
|
@@ -503,24 +503,19 @@
|
|
|
503
503
|
{
|
|
504
504
|
"id": "granola",
|
|
505
505
|
"name": "Granola",
|
|
506
|
-
"provider": "
|
|
507
|
-
"description": "Meeting notes — transcripts, summaries, action items",
|
|
506
|
+
"provider": "Granola",
|
|
507
|
+
"description": "Meeting notes — search transcripts, get summaries, pull action items from your Granola meetings. Requires Business or Enterprise plan. Uses OAuth on first connect.",
|
|
508
508
|
"category": "productivity",
|
|
509
509
|
"verified": true,
|
|
510
|
-
"source": "
|
|
510
|
+
"source": "granola-ai/mcp",
|
|
511
511
|
"tags": [
|
|
512
|
-
"productivity"
|
|
513
|
-
|
|
514
|
-
"requiredKeys": [
|
|
515
|
-
{
|
|
516
|
-
"env": "GRANOLA_API_KEY",
|
|
517
|
-
"label": "Granola API Key",
|
|
518
|
-
"hint": "API key from Granola settings"
|
|
519
|
-
}
|
|
512
|
+
"productivity",
|
|
513
|
+
"meetings"
|
|
520
514
|
],
|
|
515
|
+
"requiredKeys": [],
|
|
521
516
|
"fetch": {
|
|
522
517
|
"type": "http",
|
|
523
|
-
"url": "https://
|
|
518
|
+
"url": "https://mcp.granola.ai/mcp"
|
|
524
519
|
}
|
|
525
520
|
},
|
|
526
521
|
{
|