Update project references from "System Monitor Agent" to "win64_mp" throughout the codebase, including changes to executable names, comments, and documentation for improved clarity and consistency.

This commit is contained in:
2026-08-28 13:30:12 +03:00
parent 09076079fb
commit 35d8332d9c
9 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -28,8 +28,8 @@ func Spec() map[string]any {
return map[string]any{
"openapi": "3.0.3",
"info": map[string]any{
"title": "System Monitor Agent",
"description": "HTTP API for a Windows system monitor agent. Set AGENT_ADDR (default 0.0.0.0:5032) and optionally AGENT_FILE_ROOT to restrict file access.",
"title": "win64_mp",
"description": "HTTP API for win64_mp. Set AGENT_ADDR (default 0.0.0.0:5032) and optionally AGENT_FILE_ROOT to restrict file access.",
"version": config.Version,
},
"servers": []map[string]any{