Skip to main content
Glama

Physics MCP Server

by BlinkZer0
format.bat556 B
@echo off echo 🎨 Formatting code... REM Format TypeScript files echo Formatting TypeScript files... call npx prettier --write "packages\*\src\**\*.ts" REM Format JSON files echo Formatting JSON files... call npx prettier --write "*.json" "packages\*\package.json" REM Format Python files (if ruff is available) where ruff >nul 2>nul if %ERRORLEVEL% equ 0 ( echo Formatting Python files with ruff... ruff format packages\python-worker\ ) else ( echo ⚠️ ruff not found, skipping Python formatting ) echo ✅ Code formatting complete!

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