@trops/dash-core 0.1.7 → 0.1.9
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/dist/index.esm.js +21 -21
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +21 -21
- package/dist/index.js.map +1 -1
- package/dist/mcp/mcpServerCatalog.json +13 -13
- package/package.json +1 -1
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"token": {
|
|
20
20
|
"type": "text",
|
|
21
21
|
"displayName": "Personal Access Token",
|
|
22
|
-
"required":
|
|
22
|
+
"required": false,
|
|
23
23
|
"secret": true,
|
|
24
24
|
"instructions": "Generate a Personal Access Token at github.com/settings/tokens with the required scopes."
|
|
25
25
|
}
|
|
@@ -44,14 +44,14 @@
|
|
|
44
44
|
"botToken": {
|
|
45
45
|
"type": "text",
|
|
46
46
|
"displayName": "Bot Token",
|
|
47
|
-
"required":
|
|
47
|
+
"required": false,
|
|
48
48
|
"secret": true,
|
|
49
49
|
"instructions": "Create a Slack app and install it to your workspace to get a Bot Token (xoxb-...)."
|
|
50
50
|
},
|
|
51
51
|
"teamId": {
|
|
52
52
|
"type": "text",
|
|
53
53
|
"displayName": "Team ID",
|
|
54
|
-
"required":
|
|
54
|
+
"required": false,
|
|
55
55
|
"secret": false,
|
|
56
56
|
"instructions": "Find your Team ID in Slack workspace settings."
|
|
57
57
|
}
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"authHeader": {
|
|
76
76
|
"type": "text",
|
|
77
77
|
"displayName": "API Key (as Authorization header JSON)",
|
|
78
|
-
"required":
|
|
78
|
+
"required": false,
|
|
79
79
|
"secret": true,
|
|
80
80
|
"instructions": "Create an integration at notion.so/my-integrations. Provide as JSON: {\"Authorization\": \"Bearer ntn_...\", \"Notion-Version\": \"2022-06-28\"}"
|
|
81
81
|
}
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"apiKey": {
|
|
100
100
|
"type": "text",
|
|
101
101
|
"displayName": "API Key",
|
|
102
|
-
"required":
|
|
102
|
+
"required": false,
|
|
103
103
|
"secret": true,
|
|
104
104
|
"instructions": "Get an API key from brave.com/search/api."
|
|
105
105
|
}
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"allowedPaths": {
|
|
122
122
|
"type": "text",
|
|
123
123
|
"displayName": "Allowed Paths",
|
|
124
|
-
"required":
|
|
124
|
+
"required": false,
|
|
125
125
|
"secret": false,
|
|
126
126
|
"instructions": "Comma-separated list of directory paths the server can access (e.g., /Users/you/Documents,/tmp)."
|
|
127
127
|
}
|
|
@@ -145,7 +145,7 @@
|
|
|
145
145
|
"connectionString": {
|
|
146
146
|
"type": "text",
|
|
147
147
|
"displayName": "Connection String",
|
|
148
|
-
"required":
|
|
148
|
+
"required": false,
|
|
149
149
|
"secret": true,
|
|
150
150
|
"instructions": "PostgreSQL connection string (e.g., postgresql://user:password@localhost:5432/dbname)."
|
|
151
151
|
}
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"apiKey": {
|
|
170
170
|
"type": "text",
|
|
171
171
|
"displayName": "API Key",
|
|
172
|
-
"required":
|
|
172
|
+
"required": false,
|
|
173
173
|
"secret": true,
|
|
174
174
|
"instructions": "Generate a Personal API Key in Linear Settings > API."
|
|
175
175
|
}
|
|
@@ -208,7 +208,7 @@
|
|
|
208
208
|
"credentialsPath": {
|
|
209
209
|
"type": "text",
|
|
210
210
|
"displayName": "OAuth Credentials File Path",
|
|
211
|
-
"required":
|
|
211
|
+
"required": false,
|
|
212
212
|
"secret": false,
|
|
213
213
|
"instructions": "Path to your Google OAuth credentials.json file. Create one at console.cloud.google.com > APIs & Services > Credentials > OAuth 2.0 Client IDs."
|
|
214
214
|
},
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"credentialsPath": {
|
|
241
241
|
"type": "text",
|
|
242
242
|
"displayName": "OAuth Credentials File Path",
|
|
243
|
-
"required":
|
|
243
|
+
"required": false,
|
|
244
244
|
"secret": false,
|
|
245
245
|
"instructions": "Path to your Google OAuth credentials.json file. Enable the Gmail API at console.cloud.google.com, then create OAuth 2.0 credentials."
|
|
246
246
|
},
|
|
@@ -272,7 +272,7 @@
|
|
|
272
272
|
"credentialsPath": {
|
|
273
273
|
"type": "text",
|
|
274
274
|
"displayName": "OAuth Credentials File Path",
|
|
275
|
-
"required":
|
|
275
|
+
"required": false,
|
|
276
276
|
"secret": false,
|
|
277
277
|
"instructions": "Path to your Google OAuth credentials.json file. Enable the Google Calendar API at console.cloud.google.com, then create OAuth 2.0 credentials."
|
|
278
278
|
},
|
|
@@ -302,14 +302,14 @@
|
|
|
302
302
|
"url": {
|
|
303
303
|
"type": "text",
|
|
304
304
|
"displayName": "MCP Server URL",
|
|
305
|
-
"required":
|
|
305
|
+
"required": false,
|
|
306
306
|
"secret": false,
|
|
307
307
|
"instructions": "Your Algolia MCP endpoint URL from the Algolia dashboard (e.g., https://mcp.us.algolia.com/1/abc123/mcp)."
|
|
308
308
|
},
|
|
309
309
|
"apiKey": {
|
|
310
310
|
"type": "text",
|
|
311
311
|
"displayName": "API Key",
|
|
312
|
-
"required":
|
|
312
|
+
"required": false,
|
|
313
313
|
"secret": true,
|
|
314
314
|
"instructions": "Your Algolia Search API Key, found in the Algolia dashboard under API Keys."
|
|
315
315
|
}
|