refactor: remove unused params/imports/types from lsp-tools, task-tools, delegate-task, skill-loader, context-window-monitor, plugin-config
This commit is contained in:
@@ -17,7 +17,7 @@ export const lsp_symbols: ToolDefinition = tool({
|
||||
query: tool.schema.string().optional().describe("Symbol name to search (required for workspace scope)"),
|
||||
limit: tool.schema.number().optional().describe("Max results (default 50)"),
|
||||
},
|
||||
execute: async (args, context) => {
|
||||
execute: async (args, _context) => {
|
||||
try {
|
||||
const scope = args.scope ?? "document"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user