YueGuobin 67fa65a9e0
fix: Require UUID for compute_get/images, remove 'local' string default
The end /v3/computes/{compute_id} expects the compute_id to be a
valid UUID. Previously the MCP tool defaulted to the string 'local',
which caused a ValueError in the database layer. Now compute_id is
required and callers must use compute_list first to resolve names to UUIDs.
2026-06-10 22:31:17 +08:00
..
2026-06-06 22:53:12 +02:00
2026-04-04 19:55:13 +08:00
2026-06-06 23:19:24 +02:00
2024-04-22 18:51:29 +07:00
2026-06-06 23:19:24 +02:00
2022-01-19 22:28:36 +10:30
2026-06-07 00:13:59 +02:00