Skip to main content
Glama

Physics MCP Server

by BlinkZer0
binding.gyp942 B
# === # This is the main GYP file, which builds better-sqlite3 with SQLite itself. # === { 'includes': ['deps/common.gypi'], 'targets': [ { 'target_name': 'better_sqlite3', 'dependencies': ['deps/sqlite3.gyp:sqlite3'], 'sources': ['src/better_sqlite3.cpp'], 'cflags_cc': ['-std=c++20'], 'xcode_settings': { 'OTHER_CPLUSPLUSFLAGS': ['-std=c++20', '-stdlib=libc++'], }, 'msvs_settings': { 'VCCLCompilerTool': { 'AdditionalOptions': [ '/std:c++20', ], }, }, 'conditions': [ ['OS=="linux"', { 'ldflags': [ '-Wl,-Bsymbolic', '-Wl,--exclude-libs,ALL', ], }], ], }, { 'target_name': 'test_extension', 'dependencies': ['deps/sqlite3.gyp:sqlite3'], 'conditions': [['sqlite3 == ""', { 'sources': ['deps/test_extension.c'] }]], }, ], }

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