@mks2508/coolify-mks-cli-mcp 0.4.3 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,6 +116,8 @@ export interface ICoolifyLogsOptions {
116
116
  follow?: boolean
117
117
  /** Number of lines to retrieve */
118
118
  tail?: number
119
+ /** Service name for docker-compose apps */
120
+ serviceName?: string
119
121
  }
120
122
 
121
123
  /**