Chat Bridge — first route
chat://local/message/command/send
[]
Messaging connector
Deprecated chat bridge — map transcript to URI and forward to urisys RDP stack. A tellmesh capability pack adopted into urirun via its manifest (`urirun adopt-pack`): 2 chat:// routes mapped 1:1 to bindings.v2, validated, ready to project to MCP tools / A2A skills.
the tellmesh 'urichat' pack (GitHub) for real handlers; dispatch works simulated without itchat://local/message/command/send
[]
curl -fsSL 'https://connect.ifuri.com/install?connectors=chat' | bash
Ten connector jest planowany. Instalator jest widoczny na potrzeby projektowania kontraktu, ale wykonanie jest wyłączone, dopóki pakiet connectora nie będzie dostępny.
{
"id": "chat",
"name": "Chat Bridge",
"status": "planned",
"uriSchemes": [
"chat"
],
"routes": [
"chat://local/message/command/send",
"chat://local/uri/command/execute"
],
"install": {
"mode": "planned",
"pipSpec": "urichat"
},
"hubUrl": "https://connect.ifuri.com/connectors/chat"
}