pub fn project_bundle_path(resolved: &ResolvedDataDir) -> Option<PathBuf>Expand description
The conventional bundle path for the project data_dir belongs to.
Only a project-scoped store has one: an explicit KMP_MCP_DATA_DIR or the
per-user default has no repository to be committed to, and guessing one
would put memory somewhere the operator did not choose.