@kitelev/exocortex-cli 16.240.13 → 16.240.14

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- // @kitelev/exocortex-cli v16.240.13
2
+ // @kitelev/exocortex-cli v16.240.14
3
3
  // CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more
4
4
  // License: MIT
5
5
 
@@ -676,7 +676,7 @@ Next steps:
676
676
  `).map(n=>n.trim()).filter(n=>n.length>0),t=e[e.length-1];if(t!==void 0)try{return JSON.parse(t)}catch{return}}a(Y0e,"parseLastJsonLine");function t8(r,e){return e.filter(t=>{let n=r[t];return typeof n!="string"||n.trim().length===0})}a(t8,"missingStringFields");var rE=class{constructor(e){this.deps=e}static{a(this,"McpServer")}async handle(e){if(typeof e!="object"||e===null||Array.isArray(e))return{jsonrpc:"2.0",id:null,error:{code:e8,message:"Invalid request: expected a JSON-RPC object"}};let t=e.id,n=t===void 0;if(typeof e.method!="string")return n?null:{jsonrpc:"2.0",id:t??null,error:{code:e8,message:"Invalid request: missing method"}};if(n)return null;let i=t??null;switch(e.method){case"initialize":return{jsonrpc:"2.0",id:i,result:{protocolVersion:z0e,capabilities:{tools:{}},serverInfo:{name:"exocortex",version:this.deps.version}}};case"ping":return{jsonrpc:"2.0",id:i,result:{}};case"tools/list":return{jsonrpc:"2.0",id:i,result:{tools:Z7}};case"tools/call":return{jsonrpc:"2.0",id:i,result:await this.callTool(e.params??{})};default:return{jsonrpc:"2.0",id:i,error:{code:K0e,message:`Method not found: ${e.method}`}}}}async callTool(e){let t=e.name,n=e.arguments??{},i;if(t==="create_asset"){let c=t8(n,["vault","class","label"]);if(c.length>0)return op(`create_asset: missing required argument(s): ${c.join(", ")}`,!0);let l=Q7(n);if(l!==null)return op(`create_asset: ${l}`,!0);i=X7(n)}else if(t==="create_effort"){let c=t8(n,["vault","command","target"]);if(c.length>0)return op(`create_effort: missing required argument(s): ${c.join(", ")}`,!0);i=J7(n)}else return op(`Unknown tool: ${String(t)}`,!0);let s=await this.deps.runCli(i);if(s.exitCode!==0){let c=s.stderr.trim()||s.stdout.trim()||"(no diagnostic output)";return op(`exocortex-cli exited ${s.exitCode}
677
677
  ${c}`,!0)}let o=Y0e(s.stdout);return op(o===void 0?s.stdout.trim():JSON.stringify(o))}};var i8=require("child_process");var Q0e=32*1024*1024;function s8(r){return e=>new Promise(t=>{(0,i8.execFile)(process.execPath,[r,...e],{maxBuffer:Q0e},(n,i,s)=>{let o=0;if(n){let c=n.code;o=typeof c=="number"?c:1}t({stdout:i,stderr:s,exitCode:o})})})}a(s8,"createSelfCliRunner");async function X0e(r,e,t){let n=(0,o8.createInterface)({input:e,crlfDelay:1/0});for await(let i of n){let s=i.trim();if(s.length===0)continue;let o;try{o=JSON.parse(s)}catch{t(JSON.stringify({jsonrpc:"2.0",id:null,error:{code:r8,message:"Parse error: invalid JSON"}})+`
678
678
  `);continue}let c;try{c=await r.handle(o)}catch(l){c={jsonrpc:"2.0",id:typeof o?.id=="string"||typeof o?.id=="number"?o.id:null,error:{code:n8,message:`Internal error: ${l instanceof Error?l.message:String(l)}`}}}c!==null&&t(JSON.stringify(c)+`
679
- `)}}a(X0e,"runStdioServer");function a8(r){return new de("mcp").description("Run an MCP (Model Context Protocol) stdio server exposing create_asset / create_effort tools backed by this CLI").option("--entry <path>","Path to the CLI entry script the tools invoke (defaults to this process's script)").action(async e=>{let t=e.entry??process.argv[1],n=new rE({runCli:s8(t),version:r??"unknown"});await X0e(n,process.stdin,i=>process.stdout.write(i))})}a(a8,"mcpCommand");function nE(r){let e=new de;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more").version(r??"16.240.13"),e.addCommand(U6()),e.addCommand(Y6()),e.addCommand(LB()),e.addCommand(jB()),e.addCommand(o6()),e.addCommand($B()),e.addCommand(WB()),e.addCommand(HB()),e.addCommand(p6()),e.addCommand(_6()),e.addCommand(O6()),e.addCommand(F6()),e.addCommand(L6()),e.addCommand(k6()),e.addCommand(M6()),e.addCommand(S7()),e.addCommand(v7()),e.addCommand(j7()),e.addCommand(U7()),e.addCommand(G7()),e.addCommand(q7()),e.addCommand(z7()),e.addCommand(x7()),e.addCommand(N7()),e.addCommand(K7()),e.addCommand(a8(r??"16.240.13")),e}a(nE,"createProgram");nE().parse();0&&(module.exports={createProgram});
679
+ `)}}a(X0e,"runStdioServer");function a8(r){return new de("mcp").description("Run an MCP (Model Context Protocol) stdio server exposing create_asset / create_effort tools backed by this CLI").option("--entry <path>","Path to the CLI entry script the tools invoke (defaults to this process's script)").action(async e=>{let t=e.entry??process.argv[1],n=new rE({runCli:s8(t),version:r??"unknown"});await X0e(n,process.stdin,i=>process.stdout.write(i))})}a(a8,"mcpCommand");function nE(r){let e=new de;return e.name("exocortex").description("CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more").version(r??"16.240.14"),e.addCommand(U6()),e.addCommand(Y6()),e.addCommand(LB()),e.addCommand(jB()),e.addCommand(o6()),e.addCommand($B()),e.addCommand(WB()),e.addCommand(HB()),e.addCommand(p6()),e.addCommand(_6()),e.addCommand(O6()),e.addCommand(F6()),e.addCommand(L6()),e.addCommand(k6()),e.addCommand(M6()),e.addCommand(S7()),e.addCommand(v7()),e.addCommand(j7()),e.addCommand(U7()),e.addCommand(G7()),e.addCommand(q7()),e.addCommand(z7()),e.addCommand(x7()),e.addCommand(N7()),e.addCommand(K7()),e.addCommand(a8(r??"16.240.14")),e}a(nE,"createProgram");nE().parse();0&&(module.exports={createProgram});
680
680
  /*! Bundled license information:
681
681
 
682
682
  reflect-metadata/Reflect.js:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitelev/exocortex-cli",
3
- "version": "16.240.13",
3
+ "version": "16.240.14",
4
4
  "description": "CLI tool for Exocortex knowledge management system - SPARQL queries, task management, and more",
5
5
  "main": "dist/index.js",
6
6
  "bin": {