()
| 29 | |
| 30 | // 获取包的绝对路径 |
| 31 | function getPackagePath() { |
| 32 | // 从 node_modules/@icss/mcp-server/bin/install.js 回到包根目录 |
| 33 | return path.resolve(__dirname, '..'); |
| 34 | } |
| 35 | |
| 36 | // 创建或更新 MCP 配置 |
| 37 | function updateMcpConfig() { |
no outgoing calls
no test coverage detected