MCPcopy Create free account
hub / github.com/CopilotKit/open-mcp-client / add

Function add

agent/math_server.py:7–9  ·  view source on GitHub ↗

Add two numbers

(a: int, b: int)

Source from the content-addressed store, hash-verified

5
6@mcp.tool()
7def add(a: int, b: int) -> int:
8 """Add two numbers"""
9 return a + b
10
11@mcp.tool()
12def multiply(a: int, b: int) -> int:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected