Skip to content

emqx/mcp-over-mqtt-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a6ad93a · Apr 15, 2025

History

39 Commits
Apr 7, 2025
Apr 15, 2025
Apr 3, 2025
Apr 2, 2025
Apr 2, 2025
Apr 2, 2025
Apr 3, 2025
Apr 3, 2025
Apr 2, 2025

Repository files navigation

MCP over MQTT specification

Requirements

  • Node.js >= 22
  • PNPM >= 10

Development

# install dependencies
pnpm install --shamefully-hoist

# serve with hot reload at localhost:5173
pnpm run dev

# build for production
pnpm run build

References