We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9820191 commit b2e9f65Copy full SHA for b2e9f65
README.md
@@ -79,3 +79,25 @@ Each solution contains:
79
## License
80
81
MIT License - see LICENSE file for details.
82
+
83
+# Usage with Claude Code
84
85
+```
86
+claude mcp add minizinc -t sse https://minizinc-mcp.up.railway.app/sse
87
88
89
90
+then to test run the command
91
92
+claude
93
94
95
+in the input window prompt:
96
97
+ Solve the 4-Queens problem where 4 queens must be placed on a 4x4 chessboard so that no two queens attack each other
98
99
100
+ and you should see an output similar to this:
101
102
+
103
image.png
516 KB
0 commit comments