Visual Query — first route
vql://host/ui/latest/query/detect
[]
Data connector
Visual query language — UI detect/compare for urisys-node. A tellmesh capability pack adopted into urirun via its manifest (`urirun adopt-pack`): 2 vql:// routes mapped 1:1 to bindings.v2, validated, ready to project to MCP tools / A2A skills.
the tellmesh 'urivql' pack (GitHub) for real handlers; dispatch works simulated without itvql://host/ui/latest/query/detect
[]
curl -fsSL 'https://connect.ifuri.com/install?connectors=vql' | 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": "vql",
"name": "Visual Query",
"status": "planned",
"uriSchemes": [
"vql"
],
"routes": [
"vql://host/ui/latest/query/detect",
"vql://host/ui/latest/query/compare"
],
"install": {
"mode": "planned",
"pipSpec": "urivql"
},
"hubUrl": "https://connect.ifuri.com/connectors/vql"
}