@modelcontextprotocol/server-everything 0.5.1 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -3
- package/package.json +2 -2
package/README.md
CHANGED
@@ -78,8 +78,14 @@ Add to your `claude_desktop_config.json`:
|
|
78
78
|
|
79
79
|
```json
|
80
80
|
{
|
81
|
-
"
|
82
|
-
"
|
83
|
-
|
81
|
+
"mcpServers": {
|
82
|
+
"everything": {
|
83
|
+
"command": "npx",
|
84
|
+
"args": [
|
85
|
+
"-y",
|
86
|
+
"@modelcontextprotocol/server-everything"
|
87
|
+
]
|
88
|
+
}
|
84
89
|
}
|
85
90
|
}
|
91
|
+
```
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@modelcontextprotocol/server-everything",
|
3
|
-
"version": "0.
|
3
|
+
"version": "0.6.0",
|
4
4
|
"description": "MCP server that exercises all the features of the MCP protocol",
|
5
5
|
"license": "MIT",
|
6
6
|
"author": "Anthropic, PBC (https://anthropic.com)",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"watch": "tsc --watch"
|
20
20
|
},
|
21
21
|
"dependencies": {
|
22
|
-
"@modelcontextprotocol/sdk": "0.
|
22
|
+
"@modelcontextprotocol/sdk": "1.0.1",
|
23
23
|
"express": "^4.21.1",
|
24
24
|
"zod": "^3.23.8",
|
25
25
|
"zod-to-json-schema": "^3.23.5"
|