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

Method run

MCP/server.js:780–793  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

778 }
779
780 async run() {
781 debugLog('🚀 Starting MCP Server transport...');
782 const transport = new StdioServerTransport();
783 debugLog('🎯 iCSS MCP Server running on stdio (Debug Mode)');
784 console.error('🎯 iCSS MCP Server running on stdio (Debug Mode)');
785
786 try {
787 await this.server.connect(transport);
788 } catch (error) {
789 debugLog('💥 Server error:', error);
790 console.error('❌ Fatal error:', error.message);
791 process.exit(1);
792 }
793 }
794}
795
796// 启动服务器

Callers 15

initializeDatabaseMethod · 0.45
server.jsFile · 0.45
initializeDatabaseMethod · 0.45
saveToDatabaseMethod · 0.45
generateCompleteDemoMethod · 0.45
initializeDatabaseMethod · 0.45
analyzeLabelRelationsMethod · 0.45
analyzeArticleLabelsMethod · 0.45
buildLabelHierarchyMethod · 0.45

Calls 1

debugLogFunction · 0.70

Tested by

no test coverage detected