feat: Add MCP inventory management tools
Add comprehensive MCP tools for inventory management: - list_suppliers, add_supplier - list_materials, add_material, search_materials - list_stock_items, add_stock_item - list_supplier_offerings, add_supplier_offering - add_stock_with_offering (convenience method) Features: - Dimension-based material search with tolerance - Auto-generate size strings from dimensions - Parse size strings to typed dimensions - Type/Grade support for material categorization Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\CutList.Core\CutList.Core.csproj" />
|
||||
<ProjectReference Include="..\CutList.Web\CutList.Web.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user