Skip to main content
Glama

MCP Serial Port Tool

by niusulong
test-compilation.js537 B
const { execSync } = require('child_process'); const path = require('path'); try { console.log('Checking TypeScript compilation...'); // Try to compile just the test file const result = execSync('npx tsc --noEmit --skipLibCheck tests/unit/adapters/PlatformAdapter.test.ts', { cwd: __dirname, stdio: 'pipe', encoding: 'utf8' }); console.log('✅ PlatformAdapter.test.ts compiles successfully!'); } catch (error) { console.log('❌ Compilation errors found:'); console.log(error.stdout || error.message); }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/niusulong/mcp2serial'

If you have feedback or need assistance with the MCP directory API, please join our Discord server