File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ const registerTools = (server: McpServer) => {
7575
7676 // Fetch datasets matching the search criteria - optimized for discovery
7777 const fetchedData = ( await axios . get (
78- `/catalog/datasets?q=${ params . query } &size=10 &select=id,title,summary` ,
78+ `/catalog/datasets?q=${ params . query } &size=20 &select=id,title,summary` ,
7979 buildAxiosOptions ( extra . requestInfo ?. headers , true )
8080 ) ) . data
8181
@@ -303,7 +303,7 @@ const registerTools = (server: McpServer) => {
303303 const fetchUrl = new URL ( `/data-fair/api/v1/datasets/${ params . datasetId } /lines` , baseUrl )
304304 fetchUrl . search = fetchParams . toString ( )
305305
306- const filteredViewUrlObj = new URL ( `/dataset /${ params . datasetId } /full` , baseUrl )
306+ const filteredViewUrlObj = new URL ( `/datasets /${ params . datasetId } /full` , baseUrl )
307307 filteredViewUrlObj . search = viewParams . toString ( )
308308
309309 // Fetch detailed dataset information
You can’t perform that action at this time.
0 commit comments