VS Code extension context
Optionaldefinitions: readonly ToolDefinition<unknown>[]Optional array of tool definitions (if not provided, will be loaded dynamically)
Optionaloperations: Record<string, ToolOperation<unknown, unknown>>Optional registry of core operations (if not provided, will be loaded dynamically)
Registers all tools in VS Code using the unified architecture
This function replaces manual tool registration with automatic registration based on tool definitions and core operations.