package.json•1.2 kB
{
"name": "@midopa-dept/mcp-greeting-server",
"version": "1.0.0",
"main": "build/index.js",
"module": "src/index.ts",
"type": "module",
"bin": {
"mcp-greeting-server": "./build/index.js"
},
"scripts": {
"build": "npx smithery build",
"dev": "npx smithery dev"
},
"files": [
"build"
],
"keywords": [
"mcp",
"model-context-protocol",
"greeting",
"calculator",
"ai",
"huggingface",
"image-generation"
],
"author": "Junha Kang",
"license": "MIT",
"description": "MCP Server with greeting, calculator, time, and AI image generation tools",
"repository": {
"type": "git",
"url": "https://github.com/midopa-dept/my-mcp-server.git"
},
"dependencies": {
"@huggingface/inference": "^4.13.0",
"@modelcontextprotocol/sdk": "^1.18.1",
"@smithery/sdk": "^1.7.4",
"chalk": "^5.6.2",
"cors": "^2.8.5",
"express": "^5.1.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@smithery/cli": "^1.6.3",
"@types/node": "^24.5.2",
"typescript": "^5.9.2"
}
}