@cotal-ai/connector-jcode 0.0.1 → 0.27.0

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.
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=mcp-main.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mcp-main.d.ts","sourceRoot":"","sources":["../src/mcp-main.ts"],"names":[],"mappings":""}
package/dist/mcp.d.ts ADDED
@@ -0,0 +1,4 @@
1
+ /** Serve cotal_* through Jcode's supported stdio MCP transport. The process has only a capability
2
+ * to call the host's fixed tool relay; the MeshAgent and its Cotal credentials stay in the host. */
3
+ export declare function runMcpBridge(): Promise<void>;
4
+ //# sourceMappingURL=mcp.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mcp.d.ts","sourceRoot":"","sources":["../src/mcp.ts"],"names":[],"mappings":"AA4DA;oGACoG;AACpG,wBAAsB,YAAY,IAAI,OAAO,CAAC,IAAI,CAAC,CAiClD"}