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

Method setup

MCP/setup.js:16–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14 }
15
16 async setup() {
17 console.log('🚀 Setting up iCSS MCP Server...\n');
18
19 // 1. 创建必要的目录
20 this.createDirectories();
21
22 // 2. 创建环境变量文件
23 this.createEnvFile();
24
25 // 3. 显示下一步指令
26 this.showNextSteps();
27 }
28
29 createDirectories() {
30 console.log('📁 Creating necessary directories...');

Callers 1

setup.jsFile · 0.80

Calls 3

createDirectoriesMethod · 0.95
createEnvFileMethod · 0.95
showNextStepsMethod · 0.95

Tested by

no test coverage detected