Releases: cardea-mcp/cardea-calculator
Releases · cardea-mcp/cardea-calculator
Cardea-Calculator 0.10.0
The Cardea Calculator MCP server provides basic arithmetic operations such as addition and subtraction. It supports two transport types: stream-http and sse.
Tools
-
sum
- Calculate the sum of two integer numbers
- Input parameters:
a: The first integerb: The second integer
- Returns the sum of the two integers
-
sub
- Calculate the difference of two integer numbers
- Input parameters:
a: The first integerb: The second integer
- Returns the difference of the two integers