Refactor package.json: Remove unused server dependencies and reorder remaining ones

This commit is contained in:
Marcelo Ochoa
2025-06-13 17:52:16 +00:00
parent 31394acd9a
commit 40bfd0d0c7
2 changed files with 904 additions and 4691 deletions

5586
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -20,14 +20,9 @@
},
"dependencies": {
"@modelcontextprotocol/server-everything": "*",
"@modelcontextprotocol/server-gdrive": "*",
"@modelcontextprotocol/server-postgres": "*",
"@modelcontextprotocol/server-oracle": "*",
"@modelcontextprotocol/server-puppeteer": "*",
"@modelcontextprotocol/server-slack": "*",
"@modelcontextprotocol/server-brave-search": "*",
"@modelcontextprotocol/server-memory": "*",
"@modelcontextprotocol/server-filesystem": "*",
"@modelcontextprotocol/server-memory": "*",
"@modelcontextprotocol/server-oracle": "*",
"@modelcontextprotocol/server-sequential-thinking": "*"
}
}