Domain Check v1.0.1
Installation
Homebrew:
brew tap saidutt46/domain-check
brew install domain-checkCargo:
# CLI
cargo install domain-check@1.0.1
# MCP Server (for AI agents)
cargo install domain-check-mcp@1.0.1
# Library
cargo add domain-check-lib@1.0.1Download Binaries: CLI and MCP server binaries available below for all platforms.
MCP Server
The MCP server exposes domain checking as tools for AI coding agents. Works with Claude Code/Desktop, VS Code Copilot, Cursor, Windsurf, and any MCP-compatible client.
# Add to your agent
claude mcp add domain-check -- domain-check-mcpSee domain-check-mcp/README.md for full setup instructions.
Backward Compatibility
100% backward compatible - all existing commands work unchanged.
See CHANGELOG.md for complete details.