Skip to content

Commit b2e9f65

Browse files
authored
add claude code config command and usage example
1 parent 9820191 commit b2e9f65

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,25 @@ Each solution contains:
7979
## License
8080

8181
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+
![alt text](image.png)
103+

image.png

516 KB
Loading

0 commit comments

Comments
 (0)