Skip to main content
Glama

Physics MCP Server

by BlinkZer0
util.js331 B
'use strict'; exports.getBooleanOption = (options, key) => { let value = false; if (key in options && typeof (value = options[key]) !== 'boolean') { throw new TypeError(`Expected the "${key}" option to be a boolean`); } return value; }; exports.cppdb = Symbol(); exports.inspect = Symbol.for('nodejs.util.inspect.custom');

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