@modelcontextprotocol/server-everything
Advanced tools
Comparing version 0.5.1 to 0.6.0
{ | ||
"name": "@modelcontextprotocol/server-everything", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "MCP server that exercises all the features of the MCP protocol", | ||
@@ -22,3 +22,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"@modelcontextprotocol/sdk": "0.5.0", | ||
"@modelcontextprotocol/sdk": "1.0.1", | ||
"express": "^4.21.1", | ||
@@ -25,0 +25,0 @@ "zod": "^3.23.8", |
@@ -81,6 +81,12 @@ # Everything MCP Server | ||
{ | ||
"everything": { | ||
"command": "npx", | ||
"args": ["-y", "@modelcontextprotocol/server-everything"] | ||
"mcpServers": { | ||
"everything": { | ||
"command": "npx", | ||
"args": [ | ||
"-y", | ||
"@modelcontextprotocol/server-everything" | ||
] | ||
} | ||
} | ||
} | ||
``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23545
92
+ Added@modelcontextprotocol/sdk@1.0.1(transitive)
- Removed@modelcontextprotocol/sdk@0.5.0(transitive)