File size: 574 Bytes
cec8267
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "dataset-viewer-mcp",
  "version": "1.0.0",
  "description": "MCP server for Hugging Face dataset viewer API",
  "main": "src/index.ts",
  "type": "module",
  "scripts": {
    "build": "bun build src/index.ts --outdir dist --target bun",
    "start": "bun run src/index.ts",
    "dev": "bun --watch src/index.ts"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.5.0",
    "zod": "^4.1.7"
  },
  "devDependencies": {
    "@types/bun": "latest"
  },
  "keywords": ["mcp", "huggingface", "dataset", "api"],
  "author": "Your Name",
  "license": "MIT"
}