Skip to content

Releases: digitalsamba/embedded-api-mcp-server

v1.0.8 - Quiz, Phone & Restreamer Tools

26 Jan 23:00

Choose a tag to compare

What's New

New Tools (12 total)

Quiz Management (8 tools)

  • list-room-quizzes - List all quizzes in a room
  • create-quiz - Create quiz with questions and choices
  • get-quiz - Get quiz details
  • update-quiz - Update quiz title, time limit, or questions
  • delete-quiz - Delete a specific quiz
  • delete-room-quizzes - Delete all quizzes in a room
  • delete-session-quizzes - Delete all quizzes for a session
  • get-quiz-results - Get quiz results with participant scores

Phone Bridge (2 tools)

  • connect-phone - Connect to SIP phone bridge
  • disconnect-phone - Disconnect from phone bridge

Restreamer (2 tools)

  • start-restreamer - Start live streaming (YouTube/Vimeo/Cloudflare/custom RTMP)
  • stop-restreamer - Stop live streaming

Other Changes

  • Updated OpenAPI spec to latest version
  • Total tools: 123

Closes #15

v1.0.7

19 Jan 17:54

Choose a tag to compare

What's Changed

Features

  • Add OpenAI domain verification endpoint (/.well-known/openai-apps-challenge)

Full Changelog: v1.0.6...v1.0.7

v1.0.6

19 Jan 16:05

Choose a tag to compare

What's Changed

Fixes

  • Update README heading to 'Digital Samba Embedded API MCP Server'
  • Fix README overview text to 'Digital Samba Embedded MCP Server'
  • Sync package.json version with tag

Full Changelog: v1.0.5...v1.0.6

v1.0.5

19 Jan 15:27

Choose a tag to compare

What's Changed

Documentation

  • Add troubleshooting section to README
  • Add inline setup instructions for Claude Code and Claude Desktop
  • Add inline setup instructions to landing page

Features

  • Add Digital Samba embedded icon as server favicon
  • Serve favicon at /favicon.svg and /favicon.ico endpoints

Fixes

  • Fix MCP badge - remove fake version number
  • Allow favicon endpoints without authentication

Security

  • Update @modelcontextprotocol/sdk: 1.25.1 → 1.25.2
  • Update hono: 4.11.2 → 4.11.4
  • Resolve 3 high-severity vulnerabilities

Full Changelog: v1.0.4...v1.0.5

v1.0.3

10 Jan 01:23

Choose a tag to compare

What's Changed

Improvements

  • Replace emoji icons with professional SVGs on landing page
  • Use official Anthropic logo for Claude Desktop section
  • Use official OpenAI logo for ChatGPT section
  • Use Lucide icons for utility sections (zap, plug-zap, wrench, book-open)

Full Changelog: v1.0.2...v1.0.3

v1.0.2

10 Jan 01:26

Choose a tag to compare

What's Changed

Features

  • Add favicon from Digital Samba dashboard

Fixes

  • Use origin/main in develop sync step

Full Changelog: v1.0.1...v1.0.2

v1.0.1

10 Jan 01:26

Choose a tag to compare

What's Changed

Features

  • Auto-sync develop branch after production release
  • Show commits ahead count on dev badge

Fixes

  • Calculate commits ahead using merge-base for diverged branches
  • Fetch tags in deploy workflow for commits-ahead count

Full Changelog: v1.0.0...v1.0.1

v1.0.0

10 Jan 01:25

Choose a tag to compare

What's New

First stable 1.0 release of the Digital Samba MCP Server.

Features

  • Production deployment workflow (tag-triggered)
  • Title annotations for all MCP tools
  • Redesigned landing page with Digital Samba brand colors
  • Remote MCP server support with HTTP transport

Full Changelog: 0.1.3...v1.0.0

Release 0.1.3

03 Jul 14:07

Choose a tag to compare

Summary

  • Total commits: 1
  • New features: 1

Changes

  • chore: bump version to 0.1.3-beta.1 (0144420)
  • feat: enhance token generation with additional parameters and documentation (6e1b6d7)

Full Changelog: 0.1.2...0.1.3

Release 0.1.2

03 Jul 11:24

Choose a tag to compare

Summary

  • Total commits: 3
  • Bug fixes: 1

Changes

  • chore: bump version to 0.1.2 for production release (d0c47b8)
  • fix: add missing room parameters including polls_enabled (8ea1375)
  • chore: tidy CLAUDE.MD (ab85064)
  • chore: remove some unimportant files (3199b76)

Full Changelog: 0.1.1...0.1.2