index
Mintlify Index: retrieval engine and MCP server. Install: npx mint index
File Explorer
- controller.ts
- router.ts
- types.ts
- validator.ts
- clients.ts
- command.ts
- configFile.ts
- engine.ts
- rule.ts
- setup.tsx
- chromaRepository.ts
- exaService.ts
- getDomainName.ts
- logger.ts
- manifestRepository.ts
- mintlifyAppDomain.ts
- searchService.ts
- withTimeout.ts
- mcpController.ts
- mcpRouter.ts
- contextAssembly.ts
- engine.ts
- operations.ts
- reranker.ts
- retrievalConfig.ts
- router.ts
- webSearchProvider.ts
- server.ts
- clients.test.ts
- configFile.test.ts
- engine.test.ts
- rule.test.ts
- setup.test.ts
- toml.test.ts
- contextAssembly.test.ts
- retrievalConfig.test.ts
- webSearchProvider.test.ts
- .gitignore
- LICENSE
- package.json
- README.md
- tsconfig.json
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
combine
View Details ▼
combine
Perform set operations on lines of two files.
The order of the output lines is determined by the order of the lines in the first file.
See also: `diff`.
combine {{path/to/file1}} and {{path/to/file2}}
Output lines that are in both specified files:
combine {{path/to/file1}} not {{path/to/file2}}
Output lines that are in the first but not in the second file:
combine {{path/to/file1}} or {{path/to/file2}}
Output lines that in are in either of the specified files:
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
query
View Details ▼
query
Display information about user sessions and process.
query session
Display all user sessions:
query session /server:{{hostname}}
Display the current user sessions on a remote computer:
query user
Display logged in users:
