Skip to main content
Glama

Physics MCP Server

by BlinkZer0
run-tests.jsโ€ข909 B
const { execSync } = require('child_process'); const path = require('path'); const packages = [ 'mcp-types', 'server', 'tools-cas', 'tools-constants', 'tools-data-io', 'tools-distributed', 'tools-export', 'tools-external', 'tools-graphing-calculator', 'tools-ml', 'tools-nli', 'tools-orchestrator', 'tools-plot', 'tools-quantum', 'tools-report', 'tools-signal', 'tools-statmech', 'tools-tensor', 'tools-units', 'validation', 'python-worker' ]; console.log('๐Ÿš€ Starting test suite execution...'); packages.forEach(pkg => { const pkgPath = path.join(__dirname, '..', 'packages', pkg); try { console.log(`๐Ÿ”ง Testing ${pkg}`); execSync(`cd ${pkgPath} && pnpm test`, { stdio: 'inherit' }); console.log(`โœ… ${pkg} tests passed\n`); } catch (error) { console.error(`โŒ ${pkg} tests failed: ${error.message}`); } }); console.log('๐Ÿ All package tests completed');

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/BlinkZer0/Phys-MCP'

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