Skip to main content
Glama

Physics MCP Server

by BlinkZer0
handlers.d.ts514 B
/** * Phase 7: Distributed & Collaborative Computing Tool Handlers * Routes method calls to Python worker for execution */ import { DistributedCollaborationParams, DistributedCollaborationResponse } from './schema.js'; /** * Handle distributed collaboration tool calls * Routes to appropriate Python worker method based on the method parameter */ export declare function handleDistributedCollaborationTool(toolName: string, params: DistributedCollaborationParams): Promise<DistributedCollaborationResponse>;

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