File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import { default as env } from 'env-var';
1010import yargs from 'yargs' ;
1111import { hideBin } from 'yargs/helpers' ;
1212import { createTranslationHelper } from './createTranslationHelper.js' ;
13- import { registerDyamicTools , registerTools } from './registerTools.js' ;
13+ import { registerDynamicTools , registerTools } from './registerTools.js' ;
1414import { dynamicTools } from './tools/dynamicTools/toolsets.js' ;
1515import { logger } from './utils/logger.js' ;
1616import { createToolRegistrar } from './utils/toolRegistrar.js' ;
@@ -105,7 +105,7 @@ if (argv.dynamicToolsets) {
105105 toolsetGroup
106106 ) ;
107107
108- registerDyamicTools ( server , dynamicToolsetGroup , prefix ) ;
108+ registerDynamicTools ( server , dynamicToolsetGroup , prefix ) ;
109109}
110110
111111if ( argv . exportTranslations ) {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export function registerTools(
4040 } ) ;
4141}
4242
43- export function registerDyamicTools (
43+ export function registerDynamicTools (
4444 server : BacklogMCPServer ,
4545 dynamicToolsetGroup : DynamicToolsetGroup ,
4646 prefix : string
You can’t perform that action at this time.
0 commit comments