MCP Svelte Docs Server

by spences10
Verified
{ "name": "smithery-mcp", "version": "1.0.0", "description": "Smithery MCP implementation", "main": "dist/index.js", "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "smithery", "mcp" ], "author": "", "license": "ISC", "devDependencies": { "@types/node": "^22.13.1", "ts-node": "^10.9.2", "typescript": "^5.7.3" }, "dependencies": { "@novu/api": "^0.2.0", "@novu/shared": "^2.6.5" } }