()
| 9 | |
| 10 | class ProjectSetup { |
| 11 | constructor() { |
| 12 | this.projectRoot = __dirname; |
| 13 | this.dataDir = path.join(this.projectRoot, 'data'); |
| 14 | } |
| 15 | |
| 16 | async setup() { |
| 17 | console.log('🚀 Setting up iCSS MCP Server...\n'); |
nothing calls this directly
no outgoing calls
no test coverage detected