@mcpc-tech/cli 0.1.32 → 0.1.34

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": "@mcpc-tech/cli",
3
- "version": "0.1.32",
3
+ "version": "0.1.34",
4
4
  "homepage": "https://jsr.io/@mcpc/cli",
5
5
  "dependencies": {
6
6
  "@hono/zod-openapi": "^0.19.2",
package/types/mod.d.ts CHANGED
@@ -1,5 +1,4 @@
1
1
  export { createApp, createServer } from "./src/app.js";
2
2
  export * from "./src/server.js";
3
3
  export { loadConfig, type MCPCConfig, validateConfig } from "./src/config/loader.js";
4
- export { isMarkdownAgentFile, loadMarkdownAgentFile, type MarkdownAgentFrontMatter, markdownAgentToComposeDefinition, markdownLoaderPlugin, type ParsedMarkdownAgent, parseMarkdownAgent } from "@jsr/mcpc__plugin-markdown-loader";
5
4
  //# sourceMappingURL=mod.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mod.d.ts","sources":["../mod.ts"],"names":[],"mappings":"AACA,SAAS,SAAS,EAAE,YAAY,uBAAuB;AACvD,gCAAgC;AAChC,SACE,UAAU,EACV,KAAK,UAAU,EACf,cAAc,iCACgB;AAGhC,SACE,mBAAmB,EACnB,qBAAqB,EACrB,KAAK,wBAAwB,EAC7B,gCAAgC,EAChC,oBAAoB,EACpB,KAAK,mBAAmB,EACxB,kBAAkB,4CAC6B"}
1
+ {"version":3,"file":"mod.d.ts","sources":["../mod.ts"],"names":[],"mappings":"AACA,SAAS,SAAS,EAAE,YAAY,uBAAuB;AACvD,gCAAgC;AAChC,SACE,UAAU,EACV,KAAK,UAAU,EACf,cAAc,iCACgB"}
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.ts","sources":["../../src/app.ts"],"names":[],"mappings":"AAAA,SAAS,WAAW,4BAAwC;AAI5D,cAAc,mBAAmB,0BAAoD;AACrF,cAAc,UAAU,6BAA6B;AAGrD,OAAO,cAAM,eACX,SAAS,eACR,QAAQ,qBAgCT;AAEF,OAAO,cAAM,YAAa,SAAS,eAAa,YAO9C"}
1
+ {"version":3,"file":"app.d.ts","sources":["../../src/app.ts"],"names":[],"mappings":"AAAA,SAAS,WAAW,4BAAwC;AAG5D,cAAc,mBAAmB,0BAAiC;AAClE,cAAc,UAAU,6BAA6B;AAOrD,OAAO,cAAM,eACX,SAAS,eACR,QAAQ,qBAuBT;AAEF,OAAO,cAAM,YAAa,SAAS,eAAa,YAI9C"}
@@ -42,7 +42,7 @@
42
42
  * ```
43
43
  *
44
44
  * @module
45
- */ import type { ComposeDefinition } from "@jsr/mcpc__core";
45
+ */ import type { ComposeInput } from "@jsr/mcpc__core";
46
46
  export interface MCPCConfig {
47
47
  /**
48
48
  * Server name
@@ -57,8 +57,12 @@ export interface MCPCConfig {
57
57
  sampling?: Record<string, unknown>;
58
58
  };
59
59
  /**
60
- * Agent composition definitions
61
- */ agents: ComposeDefinition[];
60
+ * Agent composition definitions (can include markdown file paths)
61
+ */ agents: ComposeInput[];
62
+ /**
63
+ * Skills directories to scan for domain-specific knowledge
64
+ * @see https://agentskills.io/specification
65
+ */ skills?: string[];
62
66
  }
63
67
  /**
64
68
  * Load configuration from command-line arguments, environment variables, or default file
@@ -1 +1 @@
1
- {"version":3,"file":"loader.d.ts","sources":["../../../src/config/loader.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CC,GAED,cAAc,iBAAiB,0BAAiC;AAUhE,iBAAiB;EACf;;GAEC,GACD,OAAO,MAAM;EACb;;GAEC,GACD,UAAU,MAAM;EAChB;;GAEC,GACD;IACE,QAAQ,OAAO,MAAM,EAAE,OAAO;IAC9B,WAAW,OAAO,MAAM,EAAE,OAAO;;EAEnC;;GAEC,GACD,QAAQ;;AAiaV;;;CAGC,GACD,OAAO,iBAAe,cAAc,QAAQ,aAAa,IAAI;AAkP7D;;CAEC,GACD,OAAO,iBAAS,eAAe,QAAQ,UAAU,GAAG,IAAI"}
1
+ {"version":3,"file":"loader.d.ts","sources":["../../../src/config/loader.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4CC,GAED,cAAc,YAAY,0BAAiC;AAO3D,iBAAiB;EACf;;GAEC,GACD,OAAO,MAAM;EACb;;GAEC,GACD,UAAU,MAAM;EAChB;;GAEC,GACD;IACE,QAAQ,OAAO,MAAM,EAAE,OAAO;IAC9B,WAAW,OAAO,MAAM,EAAE,OAAO;;EAEnC;;GAEC,GACD,QAAQ;EACR;;;GAGC,GACD,SAAS,MAAM;;AAuZjB;;;CAGC,GACD,OAAO,iBAAe,cAAc,QAAQ,aAAa,IAAI;AAyP7D;;CAEC,GACD,OAAO,iBAAS,eAAe,QAAQ,UAAU,GAAG,IAAI"}