feat: unwrap tool namespaces to flat exports + barrel (#22762)
This commit is contained in:
@@ -37,8 +37,8 @@ import { LSP } from "@/lsp"
|
||||
import { MCP } from "@/mcp"
|
||||
import { McpAuth } from "@/mcp/auth"
|
||||
import { Command } from "@/command"
|
||||
import { Truncate } from "@/tool/truncate"
|
||||
import { ToolRegistry } from "@/tool/registry"
|
||||
import { Truncate } from "@/tool"
|
||||
import { ToolRegistry } from "@/tool"
|
||||
import { Format } from "@/format"
|
||||
import { Project } from "@/project"
|
||||
import { Vcs } from "@/project"
|
||||
|
||||
Reference in New Issue
Block a user