[package] name = "hound-mcp" description = "Hound as an MCP server — let a coding agent check a repository before it trusts it" version.workspace = true edition.workspace = true license.workspace = true repository.workspace = true [[bin]] name = "hound-mcp" path = "src/main.rs" [dependencies] hound-api = { path = "../hound-api" } hound-supply.workspace = true serde.workspace = true serde_json.workspace = true