Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions katana_mcp_server/src/katana_mcp/tools/foundation/bom.py
Original file line number Diff line number Diff line change
Expand Up @@ -777,11 +777,11 @@ async def _modify_product_bom_impl(request: ManageProductBomRequest, context: Co
# a state-driven list of AlertDescription rows is not expressible
# in the current component vocabulary.
#
# The underscore-helper imports from prefab_ui are a known coupling
# smell — tracked in #850 for a follow-up extraction into a shared
# non-UI module.
# Domain helpers live in ``foundation.bom_table`` (#850) — no
# cross-import from ``prefab_ui`` here. The rendering layer imports
# the same helpers; the table-merge math is shared.
if not response.is_preview:
from katana_mcp.tools.prefab_ui import (
from katana_mcp.tools.foundation.bom_table import (
_merge_bom_rows_for_modify_card,
_prepare_bom_table_rows,
_summarize_apply_outcome,
Expand Down
Loading
Loading