MCPcopy Create free account
hub / github.com/chokcoco/iCSS / constructor

Method constructor

MCP/setup.js:11–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9
10class 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');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected