Skip to main content
Glama

Physics MCP Server

by BlinkZer0
index.d.ts838 B
/** * Phase 6: ML/AI Augmentation Tool Package * Exports schemas, handlers, and tool definitions for machine learning capabilities */ export * from './schema.js'; export * from './handlers.js'; import { Tool } from '@phys-mcp/mcp-types'; /** * ML/AI Augmentation tool definition * Single consolidated tool with multiple ML methods */ export declare const mlAugmentationTool: Tool; /** * Build all ML tools (currently just the consolidated tool) */ export declare function buildMLTools(): Tool[]; /** * Legacy tool names for backward compatibility * Maps individual method names to consolidated tool calls */ export declare const legacyMLToolNames: readonly ["symbolic_regression_train", "surrogate_pde_train", "pattern_recognition_infer", "explain_derivation"]; export type LegacyMLToolName = typeof legacyMLToolNames[number];

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