/**
* CAS (Computer Algebra System) tools for Physics MCP
*/
import { Tool } from "../../mcp-types/dist/types.js";
/**
* Build CAS tools for the MCP server
*/
export declare function buildCASTools(): Tool[];
/**
* Handle CAS tool calls
*/
export declare function handleCASTool(name: string, arguments_: unknown): Promise<any>;
export * from "./schema.js";
export { getWorkerClient, shutdownWorkerClient } from "./worker-client.js";
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