Hello from MCP server
[Unit]
Description=MCP Server
After=network.target
ConditionPathExists={{ dev_repo_path }}
[Service]
User={{ dev_user }}
Group={{ dev_user }}
WorkingDirectory={{ dev_repo_path }}/devops/mcp
ExecStart={{ app_dir }}/mcp
Environment=PORT=8082
Restart=always
RestartSec=3
StandardOutput=append:/var/log/mcp/mcp.log
StandardError=append:/var/log/mcp/mcp.log
LimitNOFILE=4096
[Install]
WantedBy=multi-user.target