style: apply formatter to runtime files

This commit is contained in:
Eyejoker
2026-03-20 03:42:22 +09:00
parent a293a701f4
commit f281a2ee52
4 changed files with 72 additions and 22 deletions

View File

@@ -300,7 +300,10 @@ function prepareGroupEnvironment(
: '';
// Remove existing nanoclaw/memento MCP sections if present (to refresh env vars)
toml = toml.replace(/\n?\[mcp_servers\.nanoclaw\][\s\S]*?(?=\n\[|$)/, '');
toml = toml.replace(/\n?\[mcp_servers\.memento-mcp\][\s\S]*?(?=\n\[|$)/, '');
toml = toml.replace(
/\n?\[mcp_servers\.memento-mcp\][\s\S]*?(?=\n\[|$)/,
'',
);
const mcpSection = `
[mcp_servers.nanoclaw]
command = "node"