File tree Expand file tree Collapse file tree 2 files changed +15
-94
lines changed Expand file tree Collapse file tree 2 files changed +15
-94
lines changed Original file line number Diff line number Diff line change @@ -312,19 +312,20 @@ registry:
312
312
readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/filesystem.md
313
313
source : https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
314
314
icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
315
+ tools : []
316
+ prompts : 0
317
+ resources : {}
315
318
config :
316
319
- name : filesystem
317
320
description : The MCP server is allowed to access these paths
318
321
type : object
319
322
properties :
320
323
paths :
321
324
type : array
322
- items : {type: string}
325
+ items :
326
+ type : string
323
327
required :
324
328
- paths
325
- tools : []
326
- prompts : 0
327
- resources : {}
328
329
youtube_transcript :
329
330
description : Retrieves transcripts for given YouTube video URLs
330
331
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/youtube_transcript.md
@@ -1061,20 +1062,20 @@ registry:
1061
1062
description : Configure the connection to Firecrawl
1062
1063
type : object
1063
1064
properties :
1064
- url :
1065
- type : string
1066
- retry_max :
1067
- type : integer
1068
- retry_delay :
1065
+ credit_critical_threshold :
1069
1066
type : integer
1070
- retry_max_delay :
1067
+ credit_warning_threshold :
1071
1068
type : integer
1072
1069
retry_backoff_factor :
1073
1070
type : integer
1074
- credit_warning_threshold :
1071
+ retry_delay :
1075
1072
type : integer
1076
- credit_critical_threshold :
1073
+ retry_max :
1074
+ type : integer
1075
+ retry_max_delay :
1077
1076
type : integer
1077
+ url :
1078
+ type : string
1078
1079
github-chat :
1079
1080
description : A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.
1080
1081
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/github-chat.md
@@ -1187,10 +1188,10 @@ registry:
1187
1188
description : Configure the connection to Hyperspell
1188
1189
type : object
1189
1190
properties :
1190
- use_resources :
1191
- type : boolean
1192
1191
collection :
1193
1192
type : string
1193
+ use_resources :
1194
+ type : boolean
1194
1195
iaptic :
1195
1196
description : Model Context Protocol server for interacting with iaptic
1196
1197
ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/iaptic.md
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments