MCPcopy Create free account

hub / github.com/wonderwhy-er/DesktopCommanderMCP / functions

Functions1,250 in github.com/wonderwhy-er/DesktopCommanderMCP

FunctiontestAbortControllerOnlyBlackHole
* Test 3: AbortController-only pattern (pre-fix) against black-hole * * This shows what happens WITHOUT Promise.race — just AbortController. * On
test/test-feature-flags-timeout.js:209
FunctiontestAccessThroughSymlinkDir
* Test 5: Access file through directory symlink * Attempt to access a file via the symlinked directory
test/test-symlink-security.js:152
FunctiontestAdjacentHeadingsKeepOriginalSpacing
()
test/test-markdown-editor-roundtrip.js:77
FunctiontestBareUrlNotAutoLinked
()
test/test-markdown-editor-roundtrip.js:306
FunctiontestBoldAroundInlineCodePreserved
()
test/test-markdown-editor-roundtrip.js:447
FunctiontestBrokenAbortControllerSimulation
* Test 6: Simulate broken AbortController (the exact #465 scenario) * * On affected platforms, AbortController.abort() fires but the fetch * promis
test/test-feature-flags-timeout.js:327
FunctiontestBrokenSymlink
* Test 7: Broken symlink (pointing to non-existent target)
test/test-symlink-security.js:200
FunctiontestCombinedBugReportFile
()
test/test-markdown-editor-roundtrip.js:113
FunctiontestCrlfPreserved
()
test/test-markdown-editor-roundtrip.js:187
FunctiontestCurrentPatternBlackHole
* Test 2: Current fetch pattern (AbortController only) against black-hole * * This replicates exactly what FeatureFlagManager.fetchFlags() does. *
test/test-feature-flags-timeout.js:178
FunctiontestCurrentPatternSlowResponse
* Test 4: Current pattern against slow 15s response server
test/test-feature-flags-timeout.js:245
FunctiontestDirectRestrictedAccess
* Test 2: Direct access to restricted directory (should fail)
test/test-symlink-security.js:102
FunctiontestEmojiPrefixedSoftBreaksRestored
()
test/test-markdown-editor-roundtrip.js:321
FunctiontestEscapedPipeInTableCellPreserved
()
test/test-markdown-editor-roundtrip.js:472
FunctiontestFrontmatterListItem
()
test/test-markdown-editor-roundtrip.js:174
FunctiontestLargeFilePerformance
* Test performance with large files of different line ending types * This is a modified version to work with the 100-line limit
test/modified-test.js:5
FunctiontestLessThanInProseNotEscaped
()
test/test-markdown-editor-roundtrip.js:401
FunctiontestLineCount
()
test/test-line-count.js:33
FunctiontestLinkInTableCellSurvivesRoundTrip
()
test/test-markdown-editor-roundtrip.js:340
FunctiontestListItemWithContinuationLine
()
test/test-markdown-editor-roundtrip.js:495
FunctiontestNewUserOnboardingPath
* Test 5: Simulate the full onboarding path for new users * * For a new user (no cache), the init handler does: * await featureFlagManager.waitF
test/test-feature-flags-timeout.js:281
FunctiontestNormalFileAccess
* Test 1: Normal file access within allowed directory (should succeed)
test/test-symlink-security.js:87
FunctiontestPipeTableSurvivesRoundTrip
()
test/test-markdown-editor-roundtrip.js:53
FunctiontestReadmeStyleFileNotCollapsed
()
test/test-markdown-editor-roundtrip.js:205
FunctiontestRelativePathLinksSurvive
()
test/test-markdown-editor-roundtrip.js:377
FunctiontestSquareBracketsNotEscaped
()
test/test-markdown-editor-roundtrip.js:138
FunctiontestStarBulletMarkerPreserved
()
test/test-markdown-editor-roundtrip.js:359
FunctiontestSymlinkDirectoryBypass
* Test 3: SYMLINK BYPASS - Directory symlink pointing outside allowed dirs * This is the main security test!
test/test-symlink-security.js:117
FunctiontestSymlinkFileBypass
* Test 4: SYMLINK BYPASS - File symlink pointing outside allowed dirs
test/test-symlink-security.js:135
FunctiontestSymlinkWithinAllowed
* Test 6: Symlink within allowed directory pointing to another allowed location (should succeed)
test/test-symlink-security.js:176
FunctiontestTableInsideRealisticDoc
()
test/test-markdown-editor-roundtrip.js:264
FunctiontestTildeIsNotEscaped
()
test/test-markdown-editor-roundtrip.js:65
FunctiontestTildePathNotEscaped
()
test/test-markdown-editor-roundtrip.js:162
FunctiontestTrailingHardBreakWhitespacePreserved
()
test/test-markdown-editor-roundtrip.js:427
FunctiontestTrailingNewlineSurvives
()
test/test-markdown-editor-roundtrip.js:101
FunctiontestUnderscoresNotEscaped
()
test/test-markdown-editor-roundtrip.js:150
FunctiontestWikilinkSurvivesRoundTrip
()
test/test-markdown-editor-roundtrip.js:89
FunctiontestYamlFrontmatterSurvives
()
test/test-markdown-editor-roundtrip.js:126
Functiontoggle
()
src/ui/shared/tool-shell.ts:66
Methodunsubscribe
()
test/test-remote-channel-reconnect.js:63
FunctionupdateSaveStatusDOM
(label: string, statusClass: string)
src/ui/file-preview/src/app.ts:99
Methoduser
()
src/remote-device/remote-channel.ts:46
Methodwalk
(dir: string)
src/search-manager.ts:458
Functionwrite
(state: T)
src/ui/shared/widget-state.ts:135
Methodwrite
(path: string, content: string, mode: 'rewrite' | 'append' = 'rewrite')
src/utils/files/text.ts:62
Methodwrite
(path: string, content: any, mode?: 'rewrite' | 'append')
src/utils/files/excel.ts:79
Methodwrite
* Write PDF - creates from markdown or operations
src/utils/files/pdf.ts:82
Methodwrite
(path: string, content: any)
src/utils/files/binary.ts:45
Methodwrite
(path: string, content: Buffer | string)
src/utils/files/image.ts:53
Methodwrite
* Write/create a DOCX file. * Content is plain text — each line becomes a paragraph. * Lines starting with # become headings (# = Heading1,
src/utils/files/docx.ts:572
← previous1,201–1,250 of 1,250, ranked by callers