Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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." },
]
Expand Down
9 changes: 9 additions & 0 deletions content/imessage-plugin.md
Original file line number Diff line number Diff line change
@@ -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") }}
Loading