Expand description
Common utilities for MCP server installation
Structs§
- Installation
Result - Result of an installation operation
- Uninstallation
Result - Result of an uninstallation operation
Functions§
- check_
binary_ accessible - Check if the binary at the given path is accessible
- create_
installation_ result - Create a standardized installation result
- create_
uninstallation_ result - Create a standardized uninstallation result
- detect_
binary_ path - Detect the current binary path
- ensure_
directory_ exists - Create a directory if it doesn’t exist
- file_
exists - Check if a file exists at the given path
- format_
actions - Format actions taken into human-readable strings
- get_
home_ dir - Get the current user’s home directory
- read_
file_ content - Read file content if it exists, otherwise return None
- validate_
binary_ path - Validate that a binary path exists and is executable