diff --git a/packages/stage-ui/src/stores/llm.ts b/packages/stage-ui/src/stores/llm.ts index f59bcff17..e79e31597 100644 --- a/packages/stage-ui/src/stores/llm.ts +++ b/packages/stage-ui/src/stores/llm.ts @@ -65,6 +65,7 @@ export const useLLM = defineStore('llm', () => { ...await mcp(), ...await debug(), ...await createSparkCommandTool({ sendSparkCommand }), + ...await llmToolsStore.activeTools, ].toReversed(), tool => toolNameFrom(tool) ?? tool, ).toReversed()