Skip to main content
Glama

Physics MCP Server

by BlinkZer0
test-plot-tools.js822 B
#!/usr/bin/env node /** * Test Plot tools loading */ async function testPlotTools() { try { console.log('Testing Plot tools import...'); const plotModule = await import('./packages/tools-plot/dist/index.js'); console.log('Plot module imported successfully'); console.log('Available exports:', Object.keys(plotModule)); if (plotModule.buildPlotTools) { console.log('Testing buildPlotTools...'); const tools = plotModule.buildPlotTools(); console.log('Plot tools built successfully:', tools.length); console.log('Tool names:', tools.map(t => t.name)); } else { console.log('buildPlotTools not available'); } } catch (error) { console.error('Error testing plot tools:', error); console.error('Stack trace:', error.stack); } } testPlotTools();

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