@plurnk/plurnk-execs-mcp 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -49,20 +49,20 @@ PLURNK_MCP_FIGMA_ENV='{"FIGMA_API_KEY":"…"}'
49
49
  ## Calling tools
50
50
 
51
51
  ```
52
- EXEC[<server>]:<tool_name> <json-arguments>:EXEC
52
+ <<EXEC[<server>]:<tool_name> <json-arguments>:EXEC
53
53
  ```
54
54
 
55
55
  `<json-arguments>` is a single JSON object; omit it for a no-argument tool.
56
56
 
57
57
  ```
58
- EXEC[github]:create_issue {"title":"Bug","body":"…"}:EXEC
59
- EXEC[github]:list_repos:EXEC
58
+ <<EXEC[github]:create_issue {"title":"Bug","body":"…"}:EXEC
59
+ <<EXEC[github]:list_repos:EXEC
60
60
  ```
61
61
 
62
- Run a tag with an **empty body** (or `?` / `help`) to write the server's live tool catalog — names, descriptions, input JSON schemas — to the `results` stream:
62
+ Run a tag with `?` (or `help`, or an empty body) to write the server's live tool catalog — names, descriptions, input JSON schemas — to the `results` stream:
63
63
 
64
64
  ```
65
- EXEC[github]::EXEC
65
+ <<EXEC[github]:?:EXEC
66
66
  ```
67
67
 
68
68
  ## Output & gating
@@ -1 +1 @@
1
- {"version":3,"file":"runtimes.d.ts","sourceRoot":"","sources":["../src/runtimes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAexD,wBAAgB,QAAQ,IAAI,WAAW,EAAE,CAOxC"}
1
+ {"version":3,"file":"runtimes.d.ts","sourceRoot":"","sources":["../src/runtimes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAexD,wBAAgB,QAAQ,IAAI,WAAW,EAAE,CAUxC"}
package/dist/runtimes.js CHANGED
@@ -14,7 +14,10 @@ export function runtimes() {
14
14
  return serverNames().map((name) => ({
15
15
  name,
16
16
  glyph: GLYPH,
17
- example: `EXEC[${name}]:tool_name {"arg":"value"}:EXEC`,
17
+ // The discovery move — concrete, valid, and server-agnostic (the tools
18
+ // are per-deployment, so no real tool name is universally correct; `?`
19
+ // lists them). The full canonical op, `<<`-delimited, surfaced verbatim.
20
+ example: `<<EXEC[${name}]:?:EXEC`,
18
21
  documentation: doc(name),
19
22
  }));
20
23
  }
@@ -29,24 +32,24 @@ is READ back slice-wise — never dumped inline.
29
32
  ## Calling a tool
30
33
 
31
34
  \`\`\`
32
- EXEC[${name}]:<tool_name> <json-arguments>:EXEC
35
+ <<EXEC[${name}]:<tool_name> <json-arguments>:EXEC
33
36
  \`\`\`
34
37
 
35
38
  \`<json-arguments>\` is a single JSON object (omit it for a no-argument tool):
36
39
 
37
40
  \`\`\`
38
- EXEC[${name}]:create_issue {"title":"Bug","body":"…"}:EXEC
39
- EXEC[${name}]:list_repos:EXEC
41
+ <<EXEC[${name}]:create_issue {"title":"Bug","body":"…"}:EXEC
42
+ <<EXEC[${name}]:list_repos:EXEC
40
43
  \`\`\`
41
44
 
42
45
  ## Discovering tools
43
46
 
44
- Run the tag with an empty body (or \`?\` / \`help\`) to write the server's live
47
+ Run the tag with \`?\` (or \`help\`, or an empty body) to write the server's live
45
48
  tool catalog — names, descriptions, and input JSON schemas — to the results
46
49
  stream:
47
50
 
48
51
  \`\`\`
49
- EXEC[${name}]::EXEC
52
+ <<EXEC[${name}]:?:EXEC
50
53
  \`\`\`
51
54
 
52
55
  ## Output & gating
@@ -1 +1 @@
1
- {"version":3,"file":"runtimes.js","sourceRoot":"","sources":["../src/runtimes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,KAAK,GAAG,IAAI,CAAC;AAEnB,4EAA4E;AAC5E,gFAAgF;AAChF,iFAAiF;AACjF,mDAAmD;AACnD,EAAE;AACF,iFAAiF;AACjF,gFAAgF;AAChF,0EAA0E;AAC1E,gFAAgF;AAChF,oCAAoC;AACpC,MAAM,UAAU,QAAQ;IACpB,OAAO,WAAW,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QAChC,IAAI;QACJ,KAAK,EAAE,KAAK;QACZ,OAAO,EAAE,QAAQ,IAAI,kCAAkC;QACvD,aAAa,EAAE,GAAG,CAAC,IAAI,CAAC;KAC3B,CAAC,CAAC,CAAC;AACR,CAAC;AAED,yEAAyE;AACzE,2EAA2E;AAC3E,+EAA+E;AAC/E,MAAM,GAAG,GAAG,CAAC,IAAY,EAAU,EAAE,CAAC,KAAK,IAAI;;kEAEmB,IAAI;;;;;;OAM/D,IAAI;;;;;;OAMJ,IAAI;OACJ,IAAI;;;;;;;;;;OAUJ,IAAI;;;;;;;;CAQV,CAAC"}
1
+ {"version":3,"file":"runtimes.js","sourceRoot":"","sources":["../src/runtimes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,MAAM,KAAK,GAAG,IAAI,CAAC;AAEnB,4EAA4E;AAC5E,gFAAgF;AAChF,iFAAiF;AACjF,mDAAmD;AACnD,EAAE;AACF,iFAAiF;AACjF,gFAAgF;AAChF,0EAA0E;AAC1E,gFAAgF;AAChF,oCAAoC;AACpC,MAAM,UAAU,QAAQ;IACpB,OAAO,WAAW,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;QAChC,IAAI;QACJ,KAAK,EAAE,KAAK;QACZ,uEAAuE;QACvE,uEAAuE;QACvE,yEAAyE;QACzE,OAAO,EAAE,UAAU,IAAI,UAAU;QACjC,aAAa,EAAE,GAAG,CAAC,IAAI,CAAC;KAC3B,CAAC,CAAC,CAAC;AACR,CAAC;AAED,yEAAyE;AACzE,2EAA2E;AAC3E,+EAA+E;AAC/E,MAAM,GAAG,GAAG,CAAC,IAAY,EAAU,EAAE,CAAC,KAAK,IAAI;;kEAEmB,IAAI;;;;;;SAM7D,IAAI;;;;;;SAMJ,IAAI;SACJ,IAAI;;;;;;;;;;SAUJ,IAAI;;;;;;;;CAQZ,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plurnk/plurnk-execs-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP-bridge runtime executor for plurnk-service's exec scheme — exposes each configured MCP server as its own EXEC tag, its tools called from the body, output contained behind the server's address.",
5
5
  "keywords": [
6
6
  "plurnk",
@@ -19,7 +19,7 @@
19
19
  "url": "git+https://github.com/plurnk/plurnk-execs-mcp.git"
20
20
  },
21
21
  "engines": {
22
- "node": ">=25"
22
+ "node": ">=26"
23
23
  },
24
24
  "license": "MIT",
25
25
  "author": "@wikitopian",
@@ -55,7 +55,7 @@
55
55
  "@modelcontextprotocol/sdk": "^1.29.0"
56
56
  },
57
57
  "devDependencies": {
58
- "@types/node": "^25.8.0",
58
+ "@types/node": "^26.0.0",
59
59
  "typescript": "^6.0.3",
60
60
  "@plurnk/plurnk-execs": "^0.4.16"
61
61
  },