add
Add two numbers together and return their sum using the PyCopilot MCP server. Provide numeric inputs and receive the calculated total.
Instructions
Add two numbers together. Returns the sum of a and b.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | The first number | |
| b | Yes | The second number |