Skip to main content
Glama

MCP Lottery Demo

by pmhw
package.json660 B
{ "name": "mcp-lottery-demo", "version": "1.0.0", "description": "MCP 抽签工具演示", "main": "src/server.js", "type": "module", "scripts": { "start": "node src/server.js", "start:http": "node src/server-http.js", "dev": "node --watch src/server.js", "dev:http": "node --watch src/server-http.js", "demo": "node demo.js", "test": "node test-client.js --test", "test:http": "node test-http-client.js --test" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "express": "^4.18.2", "cors": "^2.8.5" }, "keywords": ["mcp", "lottery", "demo"], "author": "Your Name", "license": "MIT" }

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/pmhw/McpDemo'

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