File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ import { CallToolRequestSchema, ListToolsRequestSchema } from '@modelcontextprot
5
5
import * as getData from '@/tools/get-data'
6
6
import * as getSchema from '@/tools/get-schema'
7
7
import * as listDataflows from '@/tools/list-dataflows'
8
- import * as getDatadlow from '@/tools/get-dataflow'
8
+ import * as getDataflow from '@/tools/get-dataflow'
9
9
10
10
const TOOL_MAP = {
11
11
[ getData . name ] : getData . handler ,
12
12
[ getSchema . name ] : getSchema . handler ,
13
13
[ listDataflows . name ] : listDataflows . handler ,
14
- [ getDatadlow . name ] : getDatadlow . handler ,
14
+ [ getDataflow . name ] : getDataflow . handler ,
15
15
}
16
16
17
17
export const server = new Server ( {
@@ -42,7 +42,7 @@ server.setRequestHandler(
42
42
getData . toolListEntry ,
43
43
getSchema . toolListEntry ,
44
44
listDataflows . toolListEntry ,
45
- getDatadlow . toolListEntry ,
45
+ getDataflow . toolListEntry ,
46
46
]
47
47
} )
48
48
)
You can’t perform that action at this time.
0 commit comments