Update code
This commit is contained in:
23
dev-assistant-mcp/dist/tools/buildProject.d.ts
vendored
Normal file
23
dev-assistant-mcp/dist/tools/buildProject.d.ts
vendored
Normal file
@@ -0,0 +1,23 @@
|
||||
export declare const buildProjectTool: {
|
||||
name: string;
|
||||
description: string;
|
||||
inputSchema: {
|
||||
type: "object";
|
||||
properties: {
|
||||
project_path: {
|
||||
type: string;
|
||||
description: string;
|
||||
};
|
||||
command: {
|
||||
type: string;
|
||||
description: string;
|
||||
};
|
||||
};
|
||||
required: string[];
|
||||
};
|
||||
};
|
||||
export declare function executeBuildProject(args: {
|
||||
project_path: string;
|
||||
command?: string;
|
||||
}): Promise<string>;
|
||||
//# sourceMappingURL=buildProject.d.ts.map
|
||||
Reference in New Issue
Block a user