Messaging — first route
message://local/alert/command/send
[]
Messaging connector
Simple alert/message dispatch mock for lab and node. A tellmesh capability pack adopted into urirun via its manifest (`urirun adopt-pack`): 1 message:// routes mapped 1:1 to bindings.v2, validated, ready to project to MCP tools / A2A skills.
the tellmesh 'urimessage' pack (GitHub) for real handlers; dispatch works simulated without itmessage://local/alert/command/send
[]
curl -fsSL 'https://connect.ifuri.com/install?connectors=message' | 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": "message",
"name": "Messaging",
"status": "planned",
"uriSchemes": [
"message"
],
"routes": [
"message://local/alert/command/send"
],
"install": {
"mode": "planned",
"pipSpec": "urimessage"
},
"hubUrl": "https://connect.ifuri.com/connectors/message"
}