mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-19 11:13:08 +00:00
Add fakechat channel plugin (#738)
Localhost web chat UI for testing the channel notification flow. No tokens, no access control, no third-party service. Serves an iMessage-style UI on localhost; messages posted there arrive as channel notifications, replies render in the UI. Useful for developing against the channel protocol without a live messaging account. Ships full source — server.ts runs locally via bun, started by the .mcp.json command.
This commit is contained in:
13
external_plugins/fakechat/.claude-plugin/plugin.json
Normal file
13
external_plugins/fakechat/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "fakechat",
|
||||
"description": "Localhost iMessage-style web chat for Claude Code \u2014 test surface with file upload and edits. No tokens, no access control.",
|
||||
"version": "0.0.1",
|
||||
"keywords": [
|
||||
"fakechat",
|
||||
"web",
|
||||
"localhost",
|
||||
"testing",
|
||||
"channel",
|
||||
"mcp"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user