---
name: Bug Report
about: Create a report to help us improve
title: '[BUG] '
labels: bug
assignees: ''
---
## Describe the Bug
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Configure MCP server with '...'
2. Call tool '...' with arguments '...'
3. See error
## Expected Behavior
A clear and concise description of what you expected to happen.
## Actual Behavior
What actually happened instead.
## Environment
- OS: [e.g., Windows 11, macOS 14, Ubuntu 22.04]
- Node.js version: [e.g., 20.10.0]
- math-mcp version: [e.g., 2.0.0-wasm]
- Claude Desktop version: [if applicable]
## WASM Status
If applicable, check the server startup logs for WASM status:
```
WASM Status: [Initialized | Fallback to mathjs]
```
## Additional Context
Add any other context about the problem here. Include:
- Error messages or stack traces
- Relevant configuration
- Input data that caused the issue