mirror of
https://github.com/modelcontextprotocol/servers.git
synced 2026-02-19 11:54:58 -05:00
27 lines
851 B
JSON
27 lines
851 B
JSON
{
|
|
"name": "@modelcontextprotocol/servers",
|
|
"version": "0.1.0",
|
|
"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 && npm publish --access public"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/server-everything": "*",
|
|
"@modelcontextprotocol/server-gdrive": "*",
|
|
"@modelcontextprotocol/server-postgres": "*",
|
|
"@modelcontextprotocol/server-puppeteer": "*",
|
|
"@modelcontextprotocol/server-slack": "*"
|
|
}
|
|
}
|