mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2024-12-01 18:58:34 +03:00
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"name": "@modelcontextprotocol/servers",
|
|
"private": true,
|
|
"version": "0.5.1",
|
|
"description": "Model Context Protocol servers",
|
|
"license": "MIT",
|
|
"author": "Anthropic, PBC (https://anthropic.com)",
|
|
"homepage": "https://modelcontextprotocol.io",
|
|
"bugs": "https://github.com/modelcontextprotocol/servers/issues",
|
|
"type": "module",
|
|
"workspaces": [
|
|
"src/*"
|
|
],
|
|
"files": [],
|
|
"scripts": {
|
|
"build": "npm run build --workspaces",
|
|
"watch": "npm run watch --workspaces",
|
|
"publish-all": "npm publish --workspaces --access public",
|
|
"link-all": "npm link --workspaces"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/server-everything": "*",
|
|
"@modelcontextprotocol/server-gdrive": "*",
|
|
"@modelcontextprotocol/server-postgres": "*",
|
|
"@modelcontextprotocol/server-puppeteer": "*",
|
|
"@modelcontextprotocol/server-slack": "*",
|
|
"@modelcontextprotocol/server-brave-search": "*",
|
|
"@modelcontextprotocol/server-memory": "*",
|
|
"@modelcontextprotocol/server-filesystem": "*"
|
|
}
|
|
}
|