2 Commits

Author SHA1 Message Date
Martin Bowling
501f23ee4d feat: improve reasoning output and error handling
- 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.
2025-01-22 22:09:29 -05:00
Martin Bowling
fa9c4d8e9f Initial commit: DeepSeek R1 reasoning MCP server for Claude
- 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.
2025-01-22 21:25:11 -05:00