### Install Dependencies and Setup Source: https://github.com/accenture/mcp-bench/blob/main/mcp_servers/biomcp/docs/developer-guides/02-contributing-and-testing.md Install project dependencies and set up the development environment. The 'make install' command is recommended for a complete setup. ```bash # Recommended: Use make for complete setup make install ``` ```bash # Alternative: Manual setup uv sync --all-extras uv run pre-commit install ``` -------------------------------- ### Usage Example for xresources Options Source: https://github.com/accenture/mcp-bench/blob/main/mcp_servers/mcp-nixos/website/app/docs/claude.html Use this example to manage X resources configuration in your home setup. To see all available options, execute `home_manager_options_by_prefix("xresources")`. ```nix # In your home configuration (e.g., ~/.config/nixpkgs/home.nix) { config, pkgs, ... }: { xresources.