myaiforone 1.1.37 → 1.1.38
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/package.json +1 -1
- package/registry/mcps.json +7 -12
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
|
{
|