Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Maker
Claim
by
CaptainCrouton89
GitHub
TypeScript
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-maker
src
templates
project
src/templates/project/example-prompt.ts.hbs
src/templates/project/example-resource.ts.hbs
src/templates/project/example-tool.ts.hbs
src/templates/project/gitignore.hbs
src/templates/project/index.ts.hbs
src/templates/project/package.json.hbs
src/templates/project/README.md.hbs
src/templates/project/server.ts.hbs
src/templates/project/tsconfig.json.hbs
{ "name": "{{project_name}}", "version": "0.1.0", "description": "{{description}}", "type": "module", "main": "dist/index.js", "scripts": { "dev": "nodemon --exec tsx src/index.ts", "build": "tsc", "start": "node dist/index.js", "lint": "eslint src/**/*.ts", "test": "vitest run", "test:watch": "vitest" }, "keywords": [ "mcp", "server", "ai", "api" ], "engines": { "node": ">=18.0.0" }, "dependencies": { "chalk": "^5.3.0", "cors": "^2.8.5", "dotenv": "^16.3.1", "express": "^4.18.2", "express-validator": "^7.0.1", "handlebars": "^4.7.8", "zod": "^3.22.4" }, "devDependencies": { "@types/cors": "^2.8.17", "@types/express": "^4.17.21", "@types/node": "^20.10.4", "@typescript-eslint/eslint-plugin": "^6.13.2", "@typescript-eslint/parser": "^6.13.2", "eslint": "^8.55.0", "nodemon": "^3.0.2", "tsx": "^4.6.2", "typescript": "^5.3.3", "vitest": "^1.0.4" } }
ID: gsr895nac1