@signetai/connector-forge 0.143.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.
package/bin/install.js ADDED
@@ -0,0 +1,9 @@
1
+ #!/usr/bin/env node
2
+ import { runConnectorInstaller } from "@signetai/connector-base";
3
+ import { ForgeConnector } from "../dist/index.js";
4
+
5
+ runConnectorInstaller("forge", ForgeConnector, {
6
+ commandName: "signet-connector-forge",
7
+ packageName: "@signetai/connector-forge",
8
+ label: "ForgeCode",
9
+ });
@@ -0,0 +1,22 @@
1
+ import { BaseConnector, type InstallResult, type UninstallResult } from "@signetai/connector-base";
2
+ export declare class ForgeConnector extends BaseConnector {
3
+ readonly name = "ForgeCode";
4
+ readonly harnessId = "forge";
5
+ protected getForgeHome(): string;
6
+ getConfigPath(): string;
7
+ install(basePath: string): Promise<InstallResult>;
8
+ uninstall(): Promise<UninstallResult>;
9
+ isInstalled(): boolean;
10
+ static isHarnessInstalled(): boolean;
11
+ private getAgentsPath;
12
+ private getSkillsPath;
13
+ private getMcpConfigPath;
14
+ private generateAgentsMd;
15
+ private registerMcpServer;
16
+ private removeMcpServer;
17
+ private extractSignetPath;
18
+ private removeSkillSymlinks;
19
+ }
20
+ export declare const forgeConnector: ForgeConnector;
21
+ export default ForgeConnector;
22
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAaA,OAAO,EACN,aAAa,EACb,KAAK,aAAa,EAClB,KAAK,eAAe,EAKpB,MAAM,wBAAwB,CAAC;AAoGhC,qBAAa,cAAe,SAAQ,aAAa;IAChD,QAAQ,CAAC,IAAI,eAAe;IAC5B,QAAQ,CAAC,SAAS,WAAW;IAE7B,SAAS,CAAC,YAAY,IAAI,MAAM;IAUhC,aAAa,IAAI,MAAM;IAIjB,OAAO,CAAC,QAAQ,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC;IA4EjD,SAAS,IAAI,OAAO,CAAC,eAAe,CAAC;IAiD3C,WAAW,IAAI,OAAO;IAStB,MAAM,CAAC,kBAAkB,IAAI,OAAO;IAWpC,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,aAAa;IAIrB,OAAO,CAAC,gBAAgB;IAIxB,OAAO,CAAC,gBAAgB;IAcxB,OAAO,CAAC,iBAAiB;IAMzB,OAAO,CAAC,eAAe;IAYvB,OAAO,CAAC,iBAAiB;IAWzB,OAAO,CAAC,mBAAmB;CAgC3B;AAED,eAAO,MAAM,cAAc,gBAAuB,CAAC;AACnD,eAAe,cAAc,CAAC"}