Skip to main content
Glama
package.json1.06 kB
{ "name": "duyet-mcp-server", "version": "0.1.0", "private": true, "scripts": { "deploy": "wrangler deploy", "dev": "wrangler dev", "format": "biome format --write", "lint": "biome lint", "lint:fix": "biome lint --fix", "start": "wrangler dev", "cf-typegen": "wrangler types", "type-check": "tsc --noEmit", "test": "bun test", "test:watch": "bun test --watch", "test:coverage": "bun test --coverage", "pre-commit": "bun run type-check && bun test && bun run lint", "all": "bun run lint:fix && bun run lint && bun run type-check && bun test --coverage && bun run deploy", "prepare": "husky" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.0", "agents": "0.2.23", "domutils": "^3.2.2", "drizzle-orm": "^0.44.2", "hono": "^4.8.3", "htmlparser2": "^10.0.0", "zod": "^3.25.67" }, "devDependencies": { "@biomejs/biome": "^2.0.6", "@types/bun": "^1.2.6", "dotenv": "^17.0.0", "drizzle-kit": "^0.31.4", "husky": "^9.1.7", "typescript": "^5.8.3", "wrangler": "^4.22.0" }, "type": "module" }

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/duyet/duyet-mcp-server'

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