Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,8 @@ https://github.com/user-attachments/assets/951de823-88ea-4235-adcb-9257e316ae64
<arguments></arguments>
</use_mcp_tool>
```

## Tips for Enhancing LLM Accuracy
Large Language Models (LLMs) are powerful tools, but they can sometimes struggle with complex mathematical calculations or exhibit "hallucinations" (making up facts).
- https://github.com/EthanHenrickson/math-mcp [Basic mathematical operations]
- https://github.com/gmh5225/hex2dec-mcp [Hex to Decimal Conversion]