@smoothless/appwrite-db-docs
Version:
MCP server that generates database documentation from appwrite.config.json files
53 lines (52 loc) • 1.23 kB
JSON
{
"name": "@smoothless/appwrite-db-docs",
"version": "0.1.1",
"description": "MCP server that generates database documentation from appwrite.config.json files",
"type": "module",
"main": "dist/index.js",
"bin": {
"mcp-appwrite-db-docs": "dist/index.js"
},
"files": [
"dist/",
"mcp.json",
"README.md"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"dev": "npm run build && node dist/index.js",
"prepare": "npm run build"
},
"keywords": [
"mcp",
"appwrite",
"database",
"documentation",
"model-context-protocol"
],
"author": "MCP Community",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/modelcontextprotocol/servers.git",
"directory": "src/appwrite-db-docs"
},
"bugs": {
"url": "https://github.com/modelcontextprotocol/servers/issues"
},
"homepage": "https://github.com/modelcontextprotocol/servers/tree/main/src/appwrite-db-docs",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.3.0"
},
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public"
}
}