digipair 0.107.6 → 0.107.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "digipair",
3
- "version": "0.107.6",
3
+ "version": "0.107.7",
4
4
  "type": "commonjs",
5
5
  "bin": {
6
6
  "digipair": "./bin/digipair.js"
@@ -0,0 +1,88 @@
1
+ {
2
+ "description": "Exposition of the agent via the MCP (Model Context Protocol)",
3
+ "summary": "Model Context Protocol",
4
+ "library": "@digipair/skill-service",
5
+ "element": "service",
6
+ "metadata": {},
7
+ "properties": {
8
+ "execute": [
9
+ {
10
+ "library": "@digipair/skill-basic",
11
+ "element": "setVariable",
12
+ "properties": {
13
+ "name": "remote",
14
+ "execute": [
15
+ {
16
+ "library": "@digipair/skill-common",
17
+ "element": "metadata",
18
+ "properties": { "digipair": "EVALUATE: request.digipair" }
19
+ },
20
+ {
21
+ "library": "@digipair/skill-basic",
22
+ "element": "transform",
23
+ "properties": { "value": "EVALUATE: previous.remote" }
24
+ }
25
+ ]
26
+ }
27
+ },
28
+ {
29
+ "library": "@digipair/skill-basic",
30
+ "element": "transform",
31
+ "properties": {
32
+ "execute": [
33
+ {
34
+ "library": "@digipair/skill-factory",
35
+ "element": "stop",
36
+ "properties": { "value": 405 }
37
+ }
38
+ ]
39
+ },
40
+ "conditions": { "if": "EVALUATE: variables.remote != true" }
41
+ },
42
+ {
43
+ "library": "@digipair/skill-basic",
44
+ "element": "transform",
45
+ "properties": {
46
+ "execute": [
47
+ {
48
+ "library": "@digipair/skill-basic",
49
+ "element": "setVariable",
50
+ "properties": {
51
+ "name": "tools",
52
+ "execute": [
53
+ {
54
+ "library": "@digipair/skill-factory",
55
+ "element": "start",
56
+ "properties": { "reasoning": "schema.json" }
57
+ },
58
+ {
59
+ "library": "@digipair/skill-basic",
60
+ "element": "transform",
61
+ "properties": {
62
+ "value": {
63
+ "name": "EVALUATE: substring(item.key, 2)",
64
+ "description": "EVALUATE: item.value.post.description",
65
+ "title": "EVALUATE: item.value.post.summary",
66
+ "inputSchema": "EVALUATE: context(\n for parameter in item.value.post.parameters return \n { key: parameter.name, value: parameter.schema }\n)",
67
+ "execute": "EVALUATE: [\n {\n \"library\": \"@digipair/skill-factory\",\n \"element\": \"start\",\n \"properties\": {\n \"reasoning\": substring(item.key, 2),\n \"body\": \"EVALUATE: params\"\n }\n },\n {\n \"library\": \"@digipair/skill-basic\",\n \"element\": \"transform\",\n \"properties\": {\n \"value\": \"EVALUATE: { content: [{ type: \\\"text\\\", text: JSONstringify(if previous != null then previous else {}) }], structuredContent: previous }\"\n }\n }\n]"
68
+ }
69
+ },
70
+ "conditions": { "each": "EVALUATE: get entries(previous.paths)" }
71
+ }
72
+ ]
73
+ }
74
+ },
75
+ {
76
+ "library": "@digipair/skill-mcp",
77
+ "element": "createServer",
78
+ "properties": { "tools": "EVALUATE: variables.tools" }
79
+ },
80
+ { "library": "@digipair/skill-factory", "element": "keepAlive" }
81
+ ]
82
+ },
83
+ "conditions": { "if": "EVALUATE: variables.remote = true" }
84
+ }
85
+ ]
86
+ },
87
+ "pins": []
88
+ }