snow-ai 0.4.15 → 0.4.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle/cli.mjs +477445 -0
- package/bundle/sql-wasm.wasm +0 -0
- package/package.json +31 -26
- package/dist/agents/codebaseIndexAgent.d.ts +0 -102
- package/dist/agents/codebaseIndexAgent.js +0 -641
- package/dist/agents/codebaseReviewAgent.d.ts +0 -61
- package/dist/agents/codebaseReviewAgent.js +0 -301
- package/dist/agents/compactAgent.d.ts +0 -55
- package/dist/agents/compactAgent.js +0 -306
- package/dist/agents/promptOptimizeAgent.d.ts +0 -54
- package/dist/agents/promptOptimizeAgent.js +0 -268
- package/dist/agents/reviewAgent.d.ts +0 -50
- package/dist/agents/reviewAgent.js +0 -265
- package/dist/agents/summaryAgent.d.ts +0 -57
- package/dist/agents/summaryAgent.js +0 -260
- package/dist/api/anthropic.d.ts +0 -44
- package/dist/api/anthropic.js +0 -598
- package/dist/api/chat.d.ts +0 -73
- package/dist/api/chat.js +0 -386
- package/dist/api/embedding.d.ts +0 -34
- package/dist/api/embedding.js +0 -80
- package/dist/api/gemini.d.ts +0 -31
- package/dist/api/gemini.js +0 -445
- package/dist/api/models.d.ts +0 -15
- package/dist/api/models.js +0 -139
- package/dist/api/responses.d.ts +0 -38
- package/dist/api/responses.js +0 -515
- package/dist/api/systemPrompt.d.ts +0 -4
- package/dist/api/systemPrompt.js +0 -408
- package/dist/api/types.d.ts +0 -53
- package/dist/api/types.js +0 -4
- package/dist/app.d.ts +0 -8
- package/dist/app.js +0 -112
- package/dist/cli.d.ts +0 -2
- package/dist/cli.js +0 -199
- package/dist/hooks/useAgentPicker.d.ts +0 -14
- package/dist/hooks/useAgentPicker.js +0 -119
- package/dist/hooks/useClipboard.d.ts +0 -4
- package/dist/hooks/useClipboard.js +0 -175
- package/dist/hooks/useCommandHandler.d.ts +0 -35
- package/dist/hooks/useCommandHandler.js +0 -346
- package/dist/hooks/useCommandPanel.d.ts +0 -17
- package/dist/hooks/useCommandPanel.js +0 -114
- package/dist/hooks/useConversation.d.ts +0 -49
- package/dist/hooks/useConversation.js +0 -1052
- package/dist/hooks/useFilePicker.d.ts +0 -18
- package/dist/hooks/useFilePicker.js +0 -224
- package/dist/hooks/useGlobalExit.d.ts +0 -5
- package/dist/hooks/useGlobalExit.js +0 -34
- package/dist/hooks/useGlobalNavigation.d.ts +0 -6
- package/dist/hooks/useGlobalNavigation.js +0 -17
- package/dist/hooks/useHistoryNavigation.d.ts +0 -35
- package/dist/hooks/useHistoryNavigation.js +0 -133
- package/dist/hooks/useInputBuffer.d.ts +0 -6
- package/dist/hooks/useInputBuffer.js +0 -45
- package/dist/hooks/useKeyboardInput.d.ts +0 -80
- package/dist/hooks/useKeyboardInput.js +0 -608
- package/dist/hooks/useSessionManagement.d.ts +0 -10
- package/dist/hooks/useSessionManagement.js +0 -43
- package/dist/hooks/useSessionSave.d.ts +0 -8
- package/dist/hooks/useSessionSave.js +0 -63
- package/dist/hooks/useSnapshotState.d.ts +0 -26
- package/dist/hooks/useSnapshotState.js +0 -28
- package/dist/hooks/useStreamingState.d.ts +0 -33
- package/dist/hooks/useStreamingState.js +0 -105
- package/dist/hooks/useTerminalFocus.d.ts +0 -28
- package/dist/hooks/useTerminalFocus.js +0 -87
- package/dist/hooks/useTerminalSize.d.ts +0 -4
- package/dist/hooks/useTerminalSize.js +0 -20
- package/dist/hooks/useTodoPicker.d.ts +0 -16
- package/dist/hooks/useTodoPicker.js +0 -94
- package/dist/hooks/useToolConfirmation.d.ts +0 -19
- package/dist/hooks/useToolConfirmation.js +0 -61
- package/dist/hooks/useVSCodeState.d.ts +0 -8
- package/dist/hooks/useVSCodeState.js +0 -81
- package/dist/i18n/I18nContext.d.ts +0 -14
- package/dist/i18n/I18nContext.js +0 -24
- package/dist/i18n/index.d.ts +0 -3
- package/dist/i18n/index.js +0 -2
- package/dist/i18n/lang/en.d.ts +0 -2
- package/dist/i18n/lang/en.js +0 -502
- package/dist/i18n/lang/es.d.ts +0 -2
- package/dist/i18n/lang/es.js +0 -502
- package/dist/i18n/lang/ja.d.ts +0 -2
- package/dist/i18n/lang/ja.js +0 -502
- package/dist/i18n/lang/ko.d.ts +0 -2
- package/dist/i18n/lang/ko.js +0 -502
- package/dist/i18n/lang/zh-TW.d.ts +0 -2
- package/dist/i18n/lang/zh-TW.js +0 -502
- package/dist/i18n/lang/zh.d.ts +0 -2
- package/dist/i18n/lang/zh.js +0 -502
- package/dist/i18n/translations.d.ts +0 -2
- package/dist/i18n/translations.js +0 -14
- package/dist/i18n/types.d.ts +0 -478
- package/dist/i18n/types.js +0 -1
- package/dist/mcp/aceCodeSearch.d.ts +0 -247
- package/dist/mcp/aceCodeSearch.js +0 -1058
- package/dist/mcp/bash.d.ts +0 -50
- package/dist/mcp/bash.js +0 -153
- package/dist/mcp/codebaseSearch.d.ts +0 -44
- package/dist/mcp/codebaseSearch.js +0 -275
- package/dist/mcp/filesystem.d.ts +0 -392
- package/dist/mcp/filesystem.js +0 -1445
- package/dist/mcp/ideDiagnostics.d.ts +0 -36
- package/dist/mcp/ideDiagnostics.js +0 -90
- package/dist/mcp/notebook.d.ts +0 -10
- package/dist/mcp/notebook.js +0 -367
- package/dist/mcp/subagent.d.ts +0 -37
- package/dist/mcp/subagent.js +0 -113
- package/dist/mcp/todo.d.ts +0 -46
- package/dist/mcp/todo.js +0 -511
- package/dist/mcp/types/aceCodeSearch.types.d.ts +0 -92
- package/dist/mcp/types/aceCodeSearch.types.js +0 -4
- package/dist/mcp/types/bash.types.d.ts +0 -13
- package/dist/mcp/types/bash.types.js +0 -4
- package/dist/mcp/types/filesystem.types.d.ts +0 -210
- package/dist/mcp/types/filesystem.types.js +0 -27
- package/dist/mcp/types/todo.types.d.ts +0 -27
- package/dist/mcp/types/todo.types.js +0 -4
- package/dist/mcp/types/websearch.types.d.ts +0 -30
- package/dist/mcp/types/websearch.types.js +0 -4
- package/dist/mcp/utils/aceCodeSearch/filesystem.utils.d.ts +0 -34
- package/dist/mcp/utils/aceCodeSearch/filesystem.utils.js +0 -146
- package/dist/mcp/utils/aceCodeSearch/language.utils.d.ts +0 -14
- package/dist/mcp/utils/aceCodeSearch/language.utils.js +0 -418
- package/dist/mcp/utils/aceCodeSearch/search.utils.d.ts +0 -31
- package/dist/mcp/utils/aceCodeSearch/search.utils.js +0 -136
- package/dist/mcp/utils/aceCodeSearch/symbol.utils.d.ts +0 -20
- package/dist/mcp/utils/aceCodeSearch/symbol.utils.js +0 -141
- package/dist/mcp/utils/bash/security.utils.d.ts +0 -20
- package/dist/mcp/utils/bash/security.utils.js +0 -34
- package/dist/mcp/utils/filesystem/batch-operations.utils.d.ts +0 -39
- package/dist/mcp/utils/filesystem/batch-operations.utils.js +0 -182
- package/dist/mcp/utils/filesystem/code-analysis.utils.d.ts +0 -18
- package/dist/mcp/utils/filesystem/code-analysis.utils.js +0 -165
- package/dist/mcp/utils/filesystem/match-finder.utils.d.ts +0 -16
- package/dist/mcp/utils/filesystem/match-finder.utils.js +0 -85
- package/dist/mcp/utils/filesystem/office-parser.utils.d.ts +0 -43
- package/dist/mcp/utils/filesystem/office-parser.utils.js +0 -163
- package/dist/mcp/utils/filesystem/path-fixer.utils.d.ts +0 -7
- package/dist/mcp/utils/filesystem/path-fixer.utils.js +0 -60
- package/dist/mcp/utils/filesystem/similarity.utils.d.ts +0 -22
- package/dist/mcp/utils/filesystem/similarity.utils.js +0 -75
- package/dist/mcp/utils/todo/date.utils.d.ts +0 -9
- package/dist/mcp/utils/todo/date.utils.js +0 -14
- package/dist/mcp/utils/websearch/browser.utils.d.ts +0 -8
- package/dist/mcp/utils/websearch/browser.utils.js +0 -58
- package/dist/mcp/utils/websearch/text.utils.d.ts +0 -16
- package/dist/mcp/utils/websearch/text.utils.js +0 -39
- package/dist/mcp/websearch.d.ts +0 -88
- package/dist/mcp/websearch.js +0 -375
- package/dist/test/logger-test.d.ts +0 -1
- package/dist/test/logger-test.js +0 -7
- package/dist/types/index.d.ts +0 -15
- package/dist/types/index.js +0 -1
- package/dist/ui/components/AgentPickerPanel.d.ts +0 -10
- package/dist/ui/components/AgentPickerPanel.js +0 -74
- package/dist/ui/components/ChatInput.d.ts +0 -46
- package/dist/ui/components/ChatInput.js +0 -379
- package/dist/ui/components/CommandPanel.d.ts +0 -15
- package/dist/ui/components/CommandPanel.js +0 -80
- package/dist/ui/components/DiffViewer.d.ts +0 -11
- package/dist/ui/components/DiffViewer.js +0 -178
- package/dist/ui/components/FileList.d.ts +0 -15
- package/dist/ui/components/FileList.js +0 -360
- package/dist/ui/components/FileRollbackConfirmation.d.ts +0 -8
- package/dist/ui/components/FileRollbackConfirmation.js +0 -108
- package/dist/ui/components/HelpPanel.d.ts +0 -2
- package/dist/ui/components/HelpPanel.js +0 -67
- package/dist/ui/components/MCPInfoPanel.d.ts +0 -2
- package/dist/ui/components/MCPInfoPanel.js +0 -108
- package/dist/ui/components/MCPInfoScreen.d.ts +0 -7
- package/dist/ui/components/MCPInfoScreen.js +0 -115
- package/dist/ui/components/MarkdownRenderer.d.ts +0 -6
- package/dist/ui/components/MarkdownRenderer.js +0 -70
- package/dist/ui/components/Menu.d.ts +0 -17
- package/dist/ui/components/Menu.js +0 -88
- package/dist/ui/components/MessageList.d.ts +0 -56
- package/dist/ui/components/MessageList.js +0 -97
- package/dist/ui/components/PendingMessages.d.ts +0 -13
- package/dist/ui/components/PendingMessages.js +0 -29
- package/dist/ui/components/PendingToolCalls.d.ts +0 -11
- package/dist/ui/components/PendingToolCalls.js +0 -35
- package/dist/ui/components/ScrollableSelectInput.d.ts +0 -29
- package/dist/ui/components/ScrollableSelectInput.js +0 -157
- package/dist/ui/components/SessionListPanel.d.ts +0 -7
- package/dist/ui/components/SessionListPanel.js +0 -175
- package/dist/ui/components/SessionListScreen.d.ts +0 -7
- package/dist/ui/components/SessionListScreen.js +0 -217
- package/dist/ui/components/SessionListScreenWrapper.d.ts +0 -7
- package/dist/ui/components/SessionListScreenWrapper.js +0 -14
- package/dist/ui/components/ShimmerText.d.ts +0 -9
- package/dist/ui/components/ShimmerText.js +0 -30
- package/dist/ui/components/TodoPickerPanel.d.ts +0 -14
- package/dist/ui/components/TodoPickerPanel.js +0 -119
- package/dist/ui/components/TodoTree.d.ts +0 -15
- package/dist/ui/components/TodoTree.js +0 -60
- package/dist/ui/components/ToolConfirmation.d.ts +0 -21
- package/dist/ui/components/ToolConfirmation.js +0 -204
- package/dist/ui/components/ToolResultPreview.d.ts +0 -13
- package/dist/ui/components/ToolResultPreview.js +0 -337
- package/dist/ui/components/UsagePanel.d.ts +0 -2
- package/dist/ui/components/UsagePanel.js +0 -394
- package/dist/ui/contexts/ThemeContext.d.ts +0 -13
- package/dist/ui/contexts/ThemeContext.js +0 -28
- package/dist/ui/pages/ChatScreen.d.ts +0 -6
- package/dist/ui/pages/ChatScreen.js +0 -1495
- package/dist/ui/pages/CodeBaseConfigScreen.d.ts +0 -8
- package/dist/ui/pages/CodeBaseConfigScreen.js +0 -350
- package/dist/ui/pages/ConfigScreen.d.ts +0 -8
- package/dist/ui/pages/ConfigScreen.js +0 -1101
- package/dist/ui/pages/CustomHeadersScreen.d.ts +0 -6
- package/dist/ui/pages/CustomHeadersScreen.js +0 -502
- package/dist/ui/pages/HeadlessModeScreen.d.ts +0 -7
- package/dist/ui/pages/HeadlessModeScreen.js +0 -381
- package/dist/ui/pages/LanguageSettingsScreen.d.ts +0 -7
- package/dist/ui/pages/LanguageSettingsScreen.js +0 -91
- package/dist/ui/pages/MCPConfigScreen.d.ts +0 -6
- package/dist/ui/pages/MCPConfigScreen.js +0 -55
- package/dist/ui/pages/ProxyConfigScreen.d.ts +0 -8
- package/dist/ui/pages/ProxyConfigScreen.js +0 -149
- package/dist/ui/pages/SensitiveCommandConfigScreen.d.ts +0 -7
- package/dist/ui/pages/SensitiveCommandConfigScreen.js +0 -271
- package/dist/ui/pages/SubAgentConfigScreen.d.ts +0 -9
- package/dist/ui/pages/SubAgentConfigScreen.js +0 -435
- package/dist/ui/pages/SubAgentListScreen.d.ts +0 -9
- package/dist/ui/pages/SubAgentListScreen.js +0 -131
- package/dist/ui/pages/SystemPromptConfigScreen.d.ts +0 -6
- package/dist/ui/pages/SystemPromptConfigScreen.js +0 -326
- package/dist/ui/pages/ThemeSettingsScreen.d.ts +0 -7
- package/dist/ui/pages/ThemeSettingsScreen.js +0 -106
- package/dist/ui/pages/WelcomeScreen.d.ts +0 -7
- package/dist/ui/pages/WelcomeScreen.js +0 -217
- package/dist/ui/themes/index.d.ts +0 -23
- package/dist/ui/themes/index.js +0 -140
- package/dist/utils/apiConfig.d.ts +0 -126
- package/dist/utils/apiConfig.js +0 -423
- package/dist/utils/autoCompress.d.ts +0 -15
- package/dist/utils/autoCompress.js +0 -24
- package/dist/utils/chatExporter.d.ts +0 -9
- package/dist/utils/chatExporter.js +0 -118
- package/dist/utils/checkpointManager.d.ts +0 -74
- package/dist/utils/checkpointManager.js +0 -181
- package/dist/utils/codebaseConfig.d.ts +0 -16
- package/dist/utils/codebaseConfig.js +0 -67
- package/dist/utils/codebaseDatabase.d.ts +0 -102
- package/dist/utils/codebaseDatabase.js +0 -333
- package/dist/utils/codebaseSearchEvents.d.ts +0 -16
- package/dist/utils/codebaseSearchEvents.js +0 -13
- package/dist/utils/commandExecutor.d.ts +0 -13
- package/dist/utils/commandExecutor.js +0 -26
- package/dist/utils/commands/agent.d.ts +0 -2
- package/dist/utils/commands/agent.js +0 -12
- package/dist/utils/commands/clear.d.ts +0 -2
- package/dist/utils/commands/clear.js +0 -12
- package/dist/utils/commands/compact.d.ts +0 -2
- package/dist/utils/commands/compact.js +0 -12
- package/dist/utils/commands/export.d.ts +0 -2
- package/dist/utils/commands/export.js +0 -12
- package/dist/utils/commands/help.d.ts +0 -2
- package/dist/utils/commands/help.js +0 -11
- package/dist/utils/commands/home.d.ts +0 -2
- package/dist/utils/commands/home.js +0 -34
- package/dist/utils/commands/ide.d.ts +0 -2
- package/dist/utils/commands/ide.js +0 -32
- package/dist/utils/commands/init.d.ts +0 -2
- package/dist/utils/commands/init.js +0 -93
- package/dist/utils/commands/mcp.d.ts +0 -2
- package/dist/utils/commands/mcp.js +0 -12
- package/dist/utils/commands/resume.d.ts +0 -2
- package/dist/utils/commands/resume.js +0 -12
- package/dist/utils/commands/review.d.ts +0 -2
- package/dist/utils/commands/review.js +0 -81
- package/dist/utils/commands/role.d.ts +0 -2
- package/dist/utils/commands/role.js +0 -37
- package/dist/utils/commands/todoPicker.d.ts +0 -2
- package/dist/utils/commands/todoPicker.js +0 -12
- package/dist/utils/commands/usage.d.ts +0 -2
- package/dist/utils/commands/usage.js +0 -12
- package/dist/utils/commands/yolo.d.ts +0 -2
- package/dist/utils/commands/yolo.js +0 -12
- package/dist/utils/configManager.d.ts +0 -45
- package/dist/utils/configManager.js +0 -303
- package/dist/utils/contextCompressor.d.ts +0 -16
- package/dist/utils/contextCompressor.js +0 -334
- package/dist/utils/devMode.d.ts +0 -13
- package/dist/utils/devMode.js +0 -54
- package/dist/utils/escapeHandler.d.ts +0 -79
- package/dist/utils/escapeHandler.js +0 -153
- package/dist/utils/fileDialog.d.ts +0 -9
- package/dist/utils/fileDialog.js +0 -74
- package/dist/utils/fileUtils.d.ts +0 -40
- package/dist/utils/fileUtils.js +0 -185
- package/dist/utils/historyManager.d.ts +0 -45
- package/dist/utils/historyManager.js +0 -159
- package/dist/utils/incrementalSnapshot.d.ts +0 -109
- package/dist/utils/incrementalSnapshot.js +0 -383
- package/dist/utils/index.d.ts +0 -11
- package/dist/utils/index.js +0 -18
- package/dist/utils/languageConfig.d.ts +0 -21
- package/dist/utils/languageConfig.js +0 -61
- package/dist/utils/logger.d.ts +0 -37
- package/dist/utils/logger.js +0 -122
- package/dist/utils/mcpToolsManager.d.ts +0 -52
- package/dist/utils/mcpToolsManager.js +0 -878
- package/dist/utils/messageFormatter.d.ts +0 -12
- package/dist/utils/messageFormatter.js +0 -115
- package/dist/utils/notebookManager.d.ts +0 -59
- package/dist/utils/notebookManager.js +0 -213
- package/dist/utils/patch-highlight.d.ts +0 -5
- package/dist/utils/patch-highlight.js +0 -23
- package/dist/utils/processManager.d.ts +0 -27
- package/dist/utils/processManager.js +0 -75
- package/dist/utils/proxyUtils.d.ts +0 -15
- package/dist/utils/proxyUtils.js +0 -50
- package/dist/utils/resourceMonitor.d.ts +0 -65
- package/dist/utils/resourceMonitor.js +0 -175
- package/dist/utils/retryUtils.d.ts +0 -49
- package/dist/utils/retryUtils.js +0 -303
- package/dist/utils/sensitiveCommandManager.d.ts +0 -53
- package/dist/utils/sensitiveCommandManager.js +0 -308
- package/dist/utils/sessionConverter.d.ts +0 -7
- package/dist/utils/sessionConverter.js +0 -306
- package/dist/utils/sessionManager.d.ts +0 -53
- package/dist/utils/sessionManager.js +0 -371
- package/dist/utils/subAgentConfig.d.ts +0 -50
- package/dist/utils/subAgentConfig.js +0 -221
- package/dist/utils/subAgentExecutor.d.ts +0 -40
- package/dist/utils/subAgentExecutor.js +0 -434
- package/dist/utils/terminal.d.ts +0 -5
- package/dist/utils/terminal.js +0 -13
- package/dist/utils/textBuffer.d.ts +0 -99
- package/dist/utils/textBuffer.js +0 -547
- package/dist/utils/textUtils.d.ts +0 -37
- package/dist/utils/textUtils.js +0 -102
- package/dist/utils/themeConfig.d.ts +0 -21
- package/dist/utils/themeConfig.js +0 -61
- package/dist/utils/todoPreprocessor.d.ts +0 -5
- package/dist/utils/todoPreprocessor.js +0 -18
- package/dist/utils/todoScanner.d.ts +0 -8
- package/dist/utils/todoScanner.js +0 -148
- package/dist/utils/toolDisplayConfig.d.ts +0 -16
- package/dist/utils/toolDisplayConfig.js +0 -47
- package/dist/utils/toolExecutor.d.ts +0 -37
- package/dist/utils/toolExecutor.js +0 -224
- package/dist/utils/usageLogger.d.ts +0 -11
- package/dist/utils/usageLogger.js +0 -114
- package/dist/utils/vscodeConnection.d.ts +0 -76
- package/dist/utils/vscodeConnection.js +0 -430
- package/dist/utils/workspaceSnapshot.d.ts +0 -63
- package/dist/utils/workspaceSnapshot.js +0 -300
package/dist/mcp/filesystem.d.ts
DELETED
|
@@ -1,392 +0,0 @@
|
|
|
1
|
-
import type { EditBySearchConfig, EditByLineConfig, EditBySearchResult, EditByLineResult, SingleFileReadResult, MultipleFilesReadResult } from './types/filesystem.types.js';
|
|
2
|
-
/**
|
|
3
|
-
* Filesystem MCP Service
|
|
4
|
-
* Provides basic file operations: read, create, and delete files
|
|
5
|
-
*/
|
|
6
|
-
export declare class FilesystemMCPService {
|
|
7
|
-
private basePath;
|
|
8
|
-
/**
|
|
9
|
-
* File extensions supported by Prettier for automatic formatting
|
|
10
|
-
*/
|
|
11
|
-
private readonly prettierSupportedExtensions;
|
|
12
|
-
constructor(basePath?: string);
|
|
13
|
-
/**
|
|
14
|
-
* Check if a file is an image based on extension
|
|
15
|
-
* @param filePath - Path to the file
|
|
16
|
-
* @returns True if the file is an image
|
|
17
|
-
*/
|
|
18
|
-
private isImageFile;
|
|
19
|
-
/**
|
|
20
|
-
* Check if a file is an Office document based on extension
|
|
21
|
-
* @param filePath - Path to the file
|
|
22
|
-
* @returns True if the file is an Office document
|
|
23
|
-
*/
|
|
24
|
-
private isOfficeFile;
|
|
25
|
-
/**
|
|
26
|
-
* Get MIME type for an image file
|
|
27
|
-
* @param filePath - Path to the file
|
|
28
|
-
* @returns MIME type or undefined if not an image
|
|
29
|
-
*/
|
|
30
|
-
private getImageMimeType;
|
|
31
|
-
/**
|
|
32
|
-
* Read image file and convert to base64
|
|
33
|
-
* @param fullPath - Full path to the image file
|
|
34
|
-
* @returns ImageContent object with base64 data
|
|
35
|
-
*/
|
|
36
|
-
private readImageAsBase64;
|
|
37
|
-
/**
|
|
38
|
-
* Extract relevant symbol information for a specific line range
|
|
39
|
-
* This provides context that helps AI make more accurate modifications
|
|
40
|
-
* @param symbols - All symbols in the file
|
|
41
|
-
* @param startLine - Start line of the range
|
|
42
|
-
* @param endLine - End line of the range
|
|
43
|
-
* @param _totalLines - Total lines in the file (reserved for future use)
|
|
44
|
-
* @returns Formatted string with relevant symbol information
|
|
45
|
-
*/
|
|
46
|
-
private extractRelevantSymbols;
|
|
47
|
-
/**
|
|
48
|
-
* Get notebook entries for a file
|
|
49
|
-
* @param filePath - Path to the file
|
|
50
|
-
* @returns Formatted notebook entries string, or empty if none found
|
|
51
|
-
*/
|
|
52
|
-
private getNotebookEntries;
|
|
53
|
-
/**
|
|
54
|
-
* Get the content of a file with optional line range
|
|
55
|
-
* Enhanced with symbol information for better AI context
|
|
56
|
-
* Supports multimodal content (text + images)
|
|
57
|
-
* @param filePath - Path to the file (relative to base path or absolute) or array of file paths or array of file config objects
|
|
58
|
-
* @param startLine - Starting line number (1-indexed, inclusive, optional - defaults to 1). Used for single file or as default for array of strings
|
|
59
|
-
* @param endLine - Ending line number (1-indexed, inclusive, optional - defaults to file end). Used for single file or as default for array of strings
|
|
60
|
-
* @returns Object containing the requested content with line numbers and metadata (supports multimodal content)
|
|
61
|
-
* @throws Error if file doesn't exist or cannot be read
|
|
62
|
-
*/
|
|
63
|
-
getFileContent(filePath: string | string[] | Array<{
|
|
64
|
-
path: string;
|
|
65
|
-
startLine?: number;
|
|
66
|
-
endLine?: number;
|
|
67
|
-
}>, startLine?: number, endLine?: number): Promise<SingleFileReadResult | MultipleFilesReadResult>;
|
|
68
|
-
/**
|
|
69
|
-
* Create a new file with specified content
|
|
70
|
-
* @param filePath - Path where the file should be created
|
|
71
|
-
* @param content - Content to write to the file
|
|
72
|
-
* @param createDirectories - Whether to create parent directories if they don't exist
|
|
73
|
-
* @returns Success message
|
|
74
|
-
* @throws Error if file creation fails
|
|
75
|
-
*/
|
|
76
|
-
createFile(filePath: string, content: string, createDirectories?: boolean): Promise<string>;
|
|
77
|
-
/**
|
|
78
|
-
* List files in a directory (internal use for read tool)
|
|
79
|
-
* @param dirPath - Directory path relative to base path or absolute path
|
|
80
|
-
* @returns Array of file names
|
|
81
|
-
* @throws Error if directory cannot be read
|
|
82
|
-
* @private
|
|
83
|
-
*/
|
|
84
|
-
private listFiles;
|
|
85
|
-
/**
|
|
86
|
-
* Check if a file or directory exists
|
|
87
|
-
* @param filePath - Path to check
|
|
88
|
-
* @returns Boolean indicating existence
|
|
89
|
-
*/
|
|
90
|
-
exists(filePath: string): Promise<boolean>;
|
|
91
|
-
/**
|
|
92
|
-
* Get file information (stats)
|
|
93
|
-
* @param filePath - Path to the file
|
|
94
|
-
* @returns File stats object
|
|
95
|
-
* @throws Error if file doesn't exist
|
|
96
|
-
*/
|
|
97
|
-
getFileInfo(filePath: string): Promise<{
|
|
98
|
-
size: number;
|
|
99
|
-
isFile: boolean;
|
|
100
|
-
isDirectory: boolean;
|
|
101
|
-
modified: Date;
|
|
102
|
-
created: Date;
|
|
103
|
-
}>;
|
|
104
|
-
/**
|
|
105
|
-
* Edit file(s) by searching for exact content and replacing it
|
|
106
|
-
* This method uses SMART MATCHING to handle whitespace differences automatically.
|
|
107
|
-
*
|
|
108
|
-
* @param filePath - Path to the file to edit, or array of file paths, or array of edit config objects
|
|
109
|
-
* @param searchContent - Content to search for (for single file or unified mode)
|
|
110
|
-
* @param replaceContent - New content to replace (for single file or unified mode)
|
|
111
|
-
* @param occurrence - Which occurrence to replace (1-indexed, default: 1, use -1 for all)
|
|
112
|
-
* @param contextLines - Number of context lines to return before and after the edit (default: 8)
|
|
113
|
-
* @returns Object containing success message, before/after comparison, and diagnostics from IDE (VSCode or JetBrains)
|
|
114
|
-
* @throws Error if search content is not found or multiple matches exist
|
|
115
|
-
*/
|
|
116
|
-
editFileBySearch(filePath: string | string[] | EditBySearchConfig[], searchContent?: string, replaceContent?: string, occurrence?: number, contextLines?: number): Promise<EditBySearchResult>;
|
|
117
|
-
/**
|
|
118
|
-
* Internal method: Edit a single file by search-replace
|
|
119
|
-
* @private
|
|
120
|
-
*/
|
|
121
|
-
private editFileBySearchSingle;
|
|
122
|
-
/**
|
|
123
|
-
* Edit file(s) by replacing lines within a specified range
|
|
124
|
-
* BEST PRACTICE: Keep edits small and focused (≤15 lines recommended) for better accuracy.
|
|
125
|
-
* For larger changes, make multiple parallel edits to non-overlapping sections instead of one large edit.
|
|
126
|
-
*
|
|
127
|
-
* @param filePath - Path to the file to edit, or array of file paths, or array of edit config objects
|
|
128
|
-
* @param startLine - Starting line number (for single file or unified mode)
|
|
129
|
-
* @param endLine - Ending line number (for single file or unified mode)
|
|
130
|
-
* @param newContent - New content to replace (for single file or unified mode)
|
|
131
|
-
* @param contextLines - Number of context lines to return before and after the edit (default: 8)
|
|
132
|
-
* @returns Object containing success message, precise before/after comparison, and diagnostics from IDE (VSCode or JetBrains)
|
|
133
|
-
* @throws Error if file editing fails
|
|
134
|
-
*/
|
|
135
|
-
editFile(filePath: string | string[] | EditByLineConfig[], startLine?: number, endLine?: number, newContent?: string, contextLines?: number): Promise<EditByLineResult>;
|
|
136
|
-
/**
|
|
137
|
-
* Internal method: Edit a single file by line range
|
|
138
|
-
* @private
|
|
139
|
-
*/
|
|
140
|
-
private editFileSingle;
|
|
141
|
-
/**
|
|
142
|
-
* Resolve path relative to base path and normalize it
|
|
143
|
-
* @private
|
|
144
|
-
*/
|
|
145
|
-
private resolvePath;
|
|
146
|
-
/**
|
|
147
|
-
* Validate that the path is within the allowed base directory
|
|
148
|
-
* @private
|
|
149
|
-
*/
|
|
150
|
-
private validatePath;
|
|
151
|
-
}
|
|
152
|
-
export declare const filesystemService: FilesystemMCPService;
|
|
153
|
-
export declare const mcpTools: ({
|
|
154
|
-
name: string;
|
|
155
|
-
description: string;
|
|
156
|
-
inputSchema: {
|
|
157
|
-
type: string;
|
|
158
|
-
properties: {
|
|
159
|
-
filePath: {
|
|
160
|
-
oneOf: ({
|
|
161
|
-
type: string;
|
|
162
|
-
description: string;
|
|
163
|
-
items?: undefined;
|
|
164
|
-
} | {
|
|
165
|
-
type: string;
|
|
166
|
-
items: {
|
|
167
|
-
type: string;
|
|
168
|
-
properties?: undefined;
|
|
169
|
-
required?: undefined;
|
|
170
|
-
};
|
|
171
|
-
description: string;
|
|
172
|
-
} | {
|
|
173
|
-
type: string;
|
|
174
|
-
items: {
|
|
175
|
-
type: string;
|
|
176
|
-
properties: {
|
|
177
|
-
path: {
|
|
178
|
-
type: string;
|
|
179
|
-
description: string;
|
|
180
|
-
};
|
|
181
|
-
startLine: {
|
|
182
|
-
type: string;
|
|
183
|
-
description: string;
|
|
184
|
-
};
|
|
185
|
-
endLine: {
|
|
186
|
-
type: string;
|
|
187
|
-
description: string;
|
|
188
|
-
};
|
|
189
|
-
};
|
|
190
|
-
required: string[];
|
|
191
|
-
};
|
|
192
|
-
description: string;
|
|
193
|
-
})[];
|
|
194
|
-
description: string;
|
|
195
|
-
type?: undefined;
|
|
196
|
-
};
|
|
197
|
-
startLine: {
|
|
198
|
-
type: string;
|
|
199
|
-
description: string;
|
|
200
|
-
};
|
|
201
|
-
endLine: {
|
|
202
|
-
type: string;
|
|
203
|
-
description: string;
|
|
204
|
-
};
|
|
205
|
-
content?: undefined;
|
|
206
|
-
createDirectories?: undefined;
|
|
207
|
-
searchContent?: undefined;
|
|
208
|
-
replaceContent?: undefined;
|
|
209
|
-
occurrence?: undefined;
|
|
210
|
-
contextLines?: undefined;
|
|
211
|
-
newContent?: undefined;
|
|
212
|
-
};
|
|
213
|
-
required: string[];
|
|
214
|
-
};
|
|
215
|
-
} | {
|
|
216
|
-
name: string;
|
|
217
|
-
description: string;
|
|
218
|
-
inputSchema: {
|
|
219
|
-
type: string;
|
|
220
|
-
properties: {
|
|
221
|
-
filePath: {
|
|
222
|
-
type: string;
|
|
223
|
-
description: string;
|
|
224
|
-
oneOf?: undefined;
|
|
225
|
-
};
|
|
226
|
-
content: {
|
|
227
|
-
type: string;
|
|
228
|
-
description: string;
|
|
229
|
-
};
|
|
230
|
-
createDirectories: {
|
|
231
|
-
type: string;
|
|
232
|
-
description: string;
|
|
233
|
-
default: boolean;
|
|
234
|
-
};
|
|
235
|
-
startLine?: undefined;
|
|
236
|
-
endLine?: undefined;
|
|
237
|
-
searchContent?: undefined;
|
|
238
|
-
replaceContent?: undefined;
|
|
239
|
-
occurrence?: undefined;
|
|
240
|
-
contextLines?: undefined;
|
|
241
|
-
newContent?: undefined;
|
|
242
|
-
};
|
|
243
|
-
required: string[];
|
|
244
|
-
};
|
|
245
|
-
} | {
|
|
246
|
-
name: string;
|
|
247
|
-
description: string;
|
|
248
|
-
inputSchema: {
|
|
249
|
-
type: string;
|
|
250
|
-
properties: {
|
|
251
|
-
filePath: {
|
|
252
|
-
oneOf: ({
|
|
253
|
-
type: string;
|
|
254
|
-
description: string;
|
|
255
|
-
items?: undefined;
|
|
256
|
-
} | {
|
|
257
|
-
type: string;
|
|
258
|
-
items: {
|
|
259
|
-
type: string;
|
|
260
|
-
properties?: undefined;
|
|
261
|
-
required?: undefined;
|
|
262
|
-
};
|
|
263
|
-
description: string;
|
|
264
|
-
} | {
|
|
265
|
-
type: string;
|
|
266
|
-
items: {
|
|
267
|
-
type: string;
|
|
268
|
-
properties: {
|
|
269
|
-
path: {
|
|
270
|
-
type: string;
|
|
271
|
-
description: string;
|
|
272
|
-
};
|
|
273
|
-
searchContent: {
|
|
274
|
-
type: string;
|
|
275
|
-
description: string;
|
|
276
|
-
};
|
|
277
|
-
replaceContent: {
|
|
278
|
-
type: string;
|
|
279
|
-
description: string;
|
|
280
|
-
};
|
|
281
|
-
occurrence: {
|
|
282
|
-
type: string;
|
|
283
|
-
description: string;
|
|
284
|
-
};
|
|
285
|
-
};
|
|
286
|
-
required: string[];
|
|
287
|
-
};
|
|
288
|
-
description: string;
|
|
289
|
-
})[];
|
|
290
|
-
description: string;
|
|
291
|
-
type?: undefined;
|
|
292
|
-
};
|
|
293
|
-
searchContent: {
|
|
294
|
-
type: string;
|
|
295
|
-
description: string;
|
|
296
|
-
};
|
|
297
|
-
replaceContent: {
|
|
298
|
-
type: string;
|
|
299
|
-
description: string;
|
|
300
|
-
};
|
|
301
|
-
occurrence: {
|
|
302
|
-
type: string;
|
|
303
|
-
description: string;
|
|
304
|
-
default: number;
|
|
305
|
-
};
|
|
306
|
-
contextLines: {
|
|
307
|
-
type: string;
|
|
308
|
-
description: string;
|
|
309
|
-
default: number;
|
|
310
|
-
};
|
|
311
|
-
startLine?: undefined;
|
|
312
|
-
endLine?: undefined;
|
|
313
|
-
content?: undefined;
|
|
314
|
-
createDirectories?: undefined;
|
|
315
|
-
newContent?: undefined;
|
|
316
|
-
};
|
|
317
|
-
required: string[];
|
|
318
|
-
};
|
|
319
|
-
} | {
|
|
320
|
-
name: string;
|
|
321
|
-
description: string;
|
|
322
|
-
inputSchema: {
|
|
323
|
-
type: string;
|
|
324
|
-
properties: {
|
|
325
|
-
filePath: {
|
|
326
|
-
oneOf: ({
|
|
327
|
-
type: string;
|
|
328
|
-
description: string;
|
|
329
|
-
items?: undefined;
|
|
330
|
-
} | {
|
|
331
|
-
type: string;
|
|
332
|
-
items: {
|
|
333
|
-
type: string;
|
|
334
|
-
properties?: undefined;
|
|
335
|
-
required?: undefined;
|
|
336
|
-
};
|
|
337
|
-
description: string;
|
|
338
|
-
} | {
|
|
339
|
-
type: string;
|
|
340
|
-
items: {
|
|
341
|
-
type: string;
|
|
342
|
-
properties: {
|
|
343
|
-
path: {
|
|
344
|
-
type: string;
|
|
345
|
-
description: string;
|
|
346
|
-
};
|
|
347
|
-
startLine: {
|
|
348
|
-
type: string;
|
|
349
|
-
description: string;
|
|
350
|
-
};
|
|
351
|
-
endLine: {
|
|
352
|
-
type: string;
|
|
353
|
-
description: string;
|
|
354
|
-
};
|
|
355
|
-
newContent: {
|
|
356
|
-
type: string;
|
|
357
|
-
description: string;
|
|
358
|
-
};
|
|
359
|
-
};
|
|
360
|
-
required: string[];
|
|
361
|
-
};
|
|
362
|
-
description: string;
|
|
363
|
-
})[];
|
|
364
|
-
description: string;
|
|
365
|
-
type?: undefined;
|
|
366
|
-
};
|
|
367
|
-
startLine: {
|
|
368
|
-
type: string;
|
|
369
|
-
description: string;
|
|
370
|
-
};
|
|
371
|
-
endLine: {
|
|
372
|
-
type: string;
|
|
373
|
-
description: string;
|
|
374
|
-
};
|
|
375
|
-
newContent: {
|
|
376
|
-
type: string;
|
|
377
|
-
description: string;
|
|
378
|
-
};
|
|
379
|
-
contextLines: {
|
|
380
|
-
type: string;
|
|
381
|
-
description: string;
|
|
382
|
-
default: number;
|
|
383
|
-
};
|
|
384
|
-
content?: undefined;
|
|
385
|
-
createDirectories?: undefined;
|
|
386
|
-
searchContent?: undefined;
|
|
387
|
-
replaceContent?: undefined;
|
|
388
|
-
occurrence?: undefined;
|
|
389
|
-
};
|
|
390
|
-
required: string[];
|
|
391
|
-
};
|
|
392
|
-
})[];
|