Skip to main content
Glama

Physics MCP Server

by BlinkZer0
schema.d.ts1.31 kB
/** * JSON Schema for tensor_algebra (scaffold) */ export declare const TensorAlgebraSchema: { readonly type: "object"; readonly properties: { readonly metric: { readonly description: "Metric tensor components as nested array in chosen coordinates"; readonly type: "array"; readonly items: { readonly type: "array"; readonly items: { readonly anyOf: readonly [{ readonly type: "number"; }, { readonly type: "string"; }]; }; }; }; readonly coords: { readonly description: "Coordinate names (e.g., ['t','r','theta','phi'])"; readonly type: "array"; readonly items: { readonly type: "string"; }; }; readonly compute: { readonly description: "Quantities to compute"; readonly type: "array"; readonly items: { readonly type: "string"; readonly enum: readonly ["christoffel", "riemann", "ricci", "ricci_scalar", "geodesics"]; }; }; }; readonly required: readonly ["metric", "coords", "compute"]; };

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