data fixes; indicator=>workspace sync
This commit is contained in:
@@ -586,7 +586,7 @@ try {
|
||||
toolRegistry.registerAgentTools({
|
||||
agentName: 'main',
|
||||
platformTools: ['symbol_lookup', 'get_chart_data'],
|
||||
mcpTools: [], // No MCP tools for main agent by default (can be extended later)
|
||||
mcpTools: ['category_list'], // category_list lets the main agent see existing research scripts
|
||||
});
|
||||
|
||||
// Research subagent: only MCP tools for script creation/execution
|
||||
|
||||
Reference in New Issue
Block a user