{
"name": "clever-doc-mcp-server",
"version": "1.0.0",
"description": "This MCP demo Server based on FastMCP, exposes Clever Cloud's Documentation",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"build-start": "tsc && node dist/index.js",
"dev": "tsx src/index.ts",
"test": "node dist/client.js",
"build-test": "tsc && node dist/client.js"
},
"keywords": [],
"author": "Horacio Gonzalez <horacio.gonzalez@gmail.com>",
"license": "MIT",
"devDependencies": {
"@types/node": "^22.12.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.4.1",
"fastmcp": "1.7.0"
}
}