Skip to main content
MCP resource templates for reading files and metadata. No VM needed.

image_file

Read a file from a container image. URI: contree://image/{image}/read/{path} Examples:
Returns: Text content or base64-encoded binary.

image_ls

List directory contents in a container image. URI: contree://image/{image}/ls/{path} Examples:
Returns: JSON with file listing (path, size, mode, is_dir, mtime).

image_lineage

View image parent-child relationships and history. URI: contree://image/{image}/lineage Example:
Returns:
Use for: Rollback (use any ancestor UUID), understanding history.

guide

Agent guides and best practices. URI: contree://guide/{section} Examples:

instance_operation

Read instance (command execution) operation details from cache. URI: contree://operations/instance/{operation_id} Example:
Returns:
Use for: Retrieving cached results of completed command executions.

import_operation

Read image import operation details from cache. URI: contree://operations/import/{operation_id} Example:
Returns:
Use for: Retrieving cached results of completed image imports.