MCPcopy Create free account
hub / github.com/modelcontextprotocol/mcpb / printNextSteps

Function printNextSteps

src/cli/init.ts:937–943  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

935}
936
937export 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
945export async function initExtension(
946 targetPath: string = process.cwd(),

Callers 1

initExtensionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…