()
| 935 | } |
| 936 | |
| 937 | export function printNextSteps() { |
| 938 | console.log("\nNext steps:"); |
| 939 | console.log( |
| 940 | `1. Ensure all your production dependencies are in this directory`, |
| 941 | ); |
| 942 | console.log(`2. Run 'mcpb pack' to create your .mcpb file`); |
| 943 | } |
| 944 | |
| 945 | export async function initExtension( |
| 946 | targetPath: string = process.cwd(), |
no outgoing calls
no test coverage detected
searching dependent graphs…