Skip to main content
Glama

Physics MCP Server

by BlinkZer0
index.d.ts954 B
/** * Phase 8: Unified Digital Physics Lab (Experiment Orchestrator) Tool Package * Exports schemas, handlers, and tool definitions for experiment orchestration capabilities */ export * from './schema.js'; export * from './handlers.js'; import { Tool } from '@phys-mcp/mcp-types'; /** * Experiment Orchestrator tool definition * Single consolidated tool with multiple experiment orchestration methods */ export declare const experimentOrchestratorTool: Tool; /** * Build all experiment orchestrator tools (currently just the consolidated tool) */ export declare function buildOrchestratorTools(): Tool[]; /** * Legacy tool names for backward compatibility * Maps individual method names to consolidated tool calls */ export declare const legacyOrchestratorToolNames: readonly ["define_dag", "validate_dag", "run_dag", "publish_report", "collaborate_share"]; export type LegacyOrchestratorToolName = typeof legacyOrchestratorToolNames[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