You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`outputFormat` (string, optional): text (default), json, jsonpatch
26
41
42
+
## Setup
43
+
44
+
### Usage with Claude Desktop
45
+
46
+
Add this to your `claude_desktop_config.json`:
47
+
48
+
```json
49
+
{
50
+
"mcpServers": {
51
+
"diff": {
52
+
"command": "npx",
53
+
"args": [
54
+
"-y",
55
+
"diff-mcp"
56
+
]
57
+
}
58
+
}
59
+
}
60
+
```
27
61
28
62
## All contributors ✨
29
63
@@ -32,3 +66,8 @@ powered by [jsondiffpatch](https://github.com/benjamine/jsondiffpatch)
32
66
<img width="720" src="https://contrib.rocks/image?repo=benjamine/jsondiffpatch" alt="A table of avatars from the project's contributors" />
33
67
</p>
34
68
</a>
69
+
70
+
## License
71
+
72
+
This MCP server is licensed under the MIT License.
73
+
This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
0 commit comments