diff --git a/config.toml b/config.toml index 2837afd..a7f3265 100644 --- a/config.toml +++ b/config.toml @@ -32,6 +32,7 @@ menu_items = [ projects = [ { name = "Bookmarks", url = "/bookmarks", github = "dkdc-io/bookmarks", description = "Bookmarks in your filesystem." }, + { name = "iMessage Plugin", url = "/imessage-plugin", github = "dkdc-io/imessage-plugin", description = "iMessage MCP plugin for LLM CLIs." }, { name = "MotherDuck CLI", url = "/md-cli", github = "dkdc-io/md-cli", description = "CLI for the MotherDuck REST API." }, { name = "Zorto", url = "https://zorto.dev", github = "dkdc-io/zorto", description = "The AI-native static site generator (SSG) with executable code blocks." }, ] diff --git a/content/imessage-plugin.md b/content/imessage-plugin.md new file mode 100644 index 0000000..8488418 --- /dev/null +++ b/content/imessage-plugin.md @@ -0,0 +1,9 @@ ++++ +title = "iMessage plugin" +[extra] +hero = true +subtitle = "iMessage MCP plugin for any LLM CLI." +github = "dkdc-io/imessage-plugin" ++++ + +{{ include(path="https://raw.githubusercontent.com/dkdc-io/imessage-plugin/main/README.md") }}