Spaces:
Sleeping
Sleeping
File size: 289 Bytes
cec8267 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | ---
title: Datasets MCP Server
emoji: 🏃
colorFrom: yellow
colorTo: red
sdk: docker
pinned: false
app_port: 3000
---
# Dataset Viewer MCP Server
## Installation
```bash
bun install
```
## Usage
### Local Development
```bash
bun run dev
```
### Production
```bash
bun run start
```
|