dkdc-io-imessage 0.1.6

iMessage MCP plugin for Codex CLI and Claude Code. Lets an LLM read and send iMessage on macOS.
Documentation
1
2
3
4
5
use std::process::ExitCode;

fn main() -> ExitCode {
    dkdc_io_imessage::cli::run()
}