- Add prompt for final answer after reasoning output
- Use <reasoning_error> tags for error messages
- Add prompt to explain errors when they occur
These changes help Claude better understand when to provide
a final answer and how to handle errors appropriately.
- Implemented MCP server with DeepSeek R1 reasoning integration
- Added streaming response handling for reasoning content
- Created comprehensive README with installation and usage guide
- Added .gitignore for Python development
- Configured environment variable handling for API keys
The server enhances Claude's reasoning capabilities by providing
access to DeepSeek R1's advanced reasoning engine through the MCP protocol.