A simple Model Context Protocol calculator server
A simple Model Context Protocol (MCP) server that provides basic calculator functionality through MCP tools. This MCP server provides the following calculator tools: add: Add two numbers together subtract: Subtract second number from first number multiply: Multiply two numbers together divide: Divide first number by second number (with zero-division protection) power: Raise first number to the…
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Forge no tiene ningún análisis registrado de esta entrada, así que no tiene ninguna observación de su superficie de herramientas. Eso es ausencia de pruebas, no prueba de que no exponga ninguna herramienta.
A simple Model Context Protocol (MCP) server that provides basic calculator functionality through MCP tools. This MCP server provides the following calculator tools: add: Add two numbers together subtract: Subtract second number from first number multiply: Multiply two numbers together divide: Divide first number by second number (with zero-division protection) power: Raise first number to the power of second number sqrt: Calculate square root of a number (with negative number protection) 1.…