UNPKG

vscode-mcp-comprehensive

Version:

Comprehensive MCP server exposing all VSCode features to AI agents with 101 tools including advanced debugging and console access

19 lines 531 B
import { VSCodeMCPServer } from '../mcpServer.js'; export declare class WorkspaceTools { private server; constructor(server: VSCodeMCPServer); private registerTools; private getWorkspaceFolders; private openFolder; private saveAll; private findFiles; private readFile; private writeFile; private deleteFile; private renameFile; private createFolder; private getConfiguration; private updateConfiguration; private watchFiles; } //# sourceMappingURL=workspaceTools.d.ts.map