Refactor stress test and i18n translations for improved clarity and consistency

- Cleaned up whitespace in the realworld_stress_test.go file to enhance readability.
- Updated i18n translations for MCP tool operations, ensuring consistent formatting and clarity in both English and Chinese descriptions.
This commit is contained in:
Max 2025-11-28 19:37:17 +08:00
parent 8dedd93a90
commit 8bf128e3ba
2 changed files with 39 additions and 40 deletions

View file

@ -716,4 +716,3 @@ func getMemStats() uint64 {
runtime.ReadMemStats(&m) runtime.ReadMemStats(&m)
return m.Alloc return m.Alloc
} }