Skip to main content
Glama
package.json1.84 kB
{ "name": "@bugzy-ai/resend-mcp-server", "version": "0.1.0", "description": "An MCP server for sending emails via Resend API with stdio transport", "main": "dist/index.js", "type": "module", "bin": { "resend-mcp-server": "dist/index.js" }, "files": [ "dist" ], "scripts": { "dev": "node --import ./ts-node-loader.js src/index.ts", "build": "tsc -p tsconfig.build.json && shx chmod +x dist/*.js", "start": "node dist/index.js", "test": "echo \"No tests yet\"", "lint": "npm run lint:eslint && npm run lint:prettier", "lint:eslint": "eslint \"src/**/*.ts\"", "lint:prettier": "prettier --check \"src/**/*.ts\"", "fix": "npm run fix:eslint && npm run fix:prettier", "fix:eslint": "eslint \"src/**/*.ts\" --fix", "fix:prettier": "prettier --write \"src/**/*.ts\"", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "resend", "email", "model-context-protocol", "ai", "anthropic", "claude" ], "author": "Bugzy AI", "repository": { "type": "git", "url": "git+https://github.com/bugzy-ai/bugzy-platform.git" }, "license": "Apache-2.0", "engines": { "node": ">=20.0.0" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@types/node": "^20.10.3", "dotenv": "^16.4.7", "resend": "^4.0.0", "typescript": "^5.3.2", "zod": "^3.22.4", "zod-to-json-schema": "^3.22.4" }, "devDependencies": { "@eslint/js": "^9.24.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "eslint": "^8.57.1", "eslint-config-prettier": "^9.1.0", "globals": "^16.0.0", "prettier": "^3.2.2", "shx": "^0.3.4", "ts-node": "^10.9.2", "typescript-eslint": "^8.29.1" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/bugzy-ai/resend-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server