Skip to main content
Glama

Chicken Business Management MCP Server

by PSYGER02
TEST_PART_C.mdβ€’1.42 kB
# Test Part C - Complete Workflow ## βœ… Part C is Ready to Test! ### πŸ§ͺ **Test Steps:** 1. **Go to Stock Management page** 2. **Type this exact note:** ``` Bought magnolia whole chicken 20 bags with 10 chickens each. Branch1 cooked 1 bag and sold 20 pieces at 35 pesos. ``` 3. **Click "πŸ€– Parse"** - Should show parsed JSON with purchases, cooking, sales 4. **Click "Save"** - Note saved to database with parsed_data 5. **Click "πŸ“Š Apply to Stock"** - Creates/updates "magnolia whole chicken" product - Adds 200 pieces to stock (20 bags Γ— 10) - Records expense for purchase - Creates sale record for 20 pieces at 35 pesos - Reduces stock by 20 pieces - Marks note as "βœ… Applied" ### πŸ” **Verify Results:** **Products Page:** - Should see "magnolia whole chicken" with stock = 180 (200 - 20) **Transactions Page:** - Should see new sale: 20 pieces, total β‚±700 **Expenses Page:** - Should see purchase expense: ~β‚±10,000 **Notes Viewer:** - Note status should show "βœ… Applied" ### 🎯 **Expected Workflow:** ``` Note β†’ AI Parse β†’ Save β†’ Apply to Stock β†’ Real Data Updated ``` ## βœ… Part C Status: READY FOR TESTING All components are connected: - βœ… AI parsing (never fails) - βœ… Stock service (applies to real data) - βœ… Database updates (products, sales, expenses) - βœ… UI feedback (status indicators) **Test the complete workflow now!**

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/PSYGER02/mcpserver'

If you have feedback or need assistance with the MCP directory API, please join our Discord server