Skip to main content
Glama

Physics MCP Server

by BlinkZer0
pragma.js536 B
'use strict'; const { getBooleanOption, cppdb } = require('../util'); module.exports = function pragma(source, options) { if (options == null) options = {}; if (typeof source !== 'string') throw new TypeError('Expected first argument to be a string'); if (typeof options !== 'object') throw new TypeError('Expected second argument to be an options object'); const simple = getBooleanOption(options, 'simple'); const stmt = this[cppdb].prepare(`PRAGMA ${source}`, this, true); return simple ? stmt.pluck().get() : stmt.all(); };

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