Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Math-MCP
by
EthanHenrickson
Verified
GitHub
TypeScript
MIT License
2
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
math-mcp
build
Classes
build/Classes/Arithmetic.js
build/Classes/Base.js
build/Classes/Statistics.js
export class Base { /** * Return a string to the LLM * @param value The full string you'd like to return to the LLM */ static formatReturn(value) { return { content: [{ type: "text", text: `${value}` }] }; } }