Skip to content

Commit 929f7d0

Browse files
committed
revert internals
1 parent 42e32bd commit 929f7d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index-internals.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import { defaults, HelperTools } from './const.js';
66
import { parseInputParamsFromUrl, processParamsGetTools } from './mcp/utils.js';
7-
import { defaultTools, getActorsAsTools, toolCategories, toolCategoriesEnabledByDefault } from './tools/index.js';
7+
import { addRemoveTools, defaultTools, getActorsAsTools, toolCategories, toolCategoriesEnabledByDefault } from './tools/index.js';
88
import { actorNameToToolName } from './tools/utils.js';
99
import type { ToolCategory } from './types.js';
1010
import { getToolPublicFieldOnly } from './utils/tools.js';
@@ -15,6 +15,7 @@ export {
1515
HelperTools,
1616
defaults,
1717
defaultTools,
18+
addRemoveTools,
1819
toolCategories,
1920
toolCategoriesEnabledByDefault,
2021
type ToolCategory,

0 commit comments

Comments
 (0)