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:
312312 readme : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/readmes/filesystem.md
313313 source : https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem
314314 icon : https://avatars.githubusercontent.com/u/182288589?s=200&v=4
315+ tools : []
316+ prompts : 0
317+ resources : {}
315318 config :
316319 - name : filesystem
317320 description : The MCP server is allowed to access these paths
318321 type : object
319322 properties :
320323 paths :
321324 type : array
322- items : {type: string}
325+ items :
326+ type : string
323327 required :
324328 - paths
325- tools : []
326- prompts : 0
327- resources : {}
328329 youtube_transcript :
329330 description : Retrieves transcripts for given YouTube video URLs
330331 ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/youtube_transcript.md
@@ -1061,20 +1062,20 @@ registry:
10611062 description : Configure the connection to Firecrawl
10621063 type : object
10631064 properties :
1064- url :
1065- type : string
1066- retry_max :
1067- type : integer
1068- retry_delay :
1065+ credit_critical_threshold :
10691066 type : integer
1070- retry_max_delay :
1067+ credit_warning_threshold :
10711068 type : integer
10721069 retry_backoff_factor :
10731070 type : integer
1074- credit_warning_threshold :
1071+ retry_delay :
10751072 type : integer
1076- credit_critical_threshold :
1073+ retry_max :
1074+ type : integer
1075+ retry_max_delay :
10771076 type : integer
1077+ url :
1078+ type : string
10781079 github-chat :
10791080 description : A Model Context Protocol (MCP) for analyzing and querying GitHub repositories using the GitHub Chat API.
10801081 ref : github:docker/labs-ai-tools-for-devs?ref=main&path=prompts/mcp/github-chat.md
@@ -1187,10 +1188,10 @@ registry:
11871188 description : Configure the connection to Hyperspell
11881189 type : object
11891190 properties :
1190- use_resources :
1191- type : boolean
11921191 collection :
11931192 type : string
1193+ use_resources :
1194+ type : boolean
11941195 iaptic :
11951196 description : Model Context Protocol server for interacting with iaptic
11961197 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