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

Function getPackagePath

MCP/bin/install.js:31–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 4

updateMcpConfigFunction · 0.85
verifyInstallationFunction · 0.85
showUsageInstructionsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected