Development workflow
Move through the current mcpkit workflow from scaffold to release.
The most useful mental model is:
init → dev → test → validate → doctor → build → shipRecommended flow
- create the project with
init - run the generated project script or
mcpkit dev - use package scripts or
mcpkit test - run
mcpkit validatefor quick entry-file heuristics - run
mcpkit doctorwhen structure or environment feels off - run
mcpkit build - use
mcpkit shipwhen you are ready to publish
Why the docs emphasize this sequence
The product story is strongest when these commands are treated as one system instead of disconnected commands.