From bd1ffd21e32011df8f18e94af17368f3267d0a36 Mon Sep 17 00:00:00 2001 From: dianed-square <73617011+dianed-square@users.noreply.github.com> Date: Sun, 2 Nov 2025 10:10:42 -0800 Subject: [PATCH] docs: remove speech-mcp (#5514) --- documentation/docs/mcp/speech-mcp.md | 3 +++ documentation/static/servers.json | 11 ----------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/documentation/docs/mcp/speech-mcp.md b/documentation/docs/mcp/speech-mcp.md index f74e364a51..4b88487f19 100644 --- a/documentation/docs/mcp/speech-mcp.md +++ b/documentation/docs/mcp/speech-mcp.md @@ -1,8 +1,11 @@ --- title: Speech Extension description: Add Speech MCP Server as a Goose Extension +unlisted: true --- +Unlist per https://github.com/block/goose/issues/5431 + import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 9b17485d73..f6c567dca6 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -539,17 +539,6 @@ "endorsed": false, "environmentVariables": [] }, - { - "id": "speech_mcp", - "name": "Speech Interface", - "description": "Voice interaction with audio visualization for goose - enables real-time voice interaction, audio/video transcription, text-to-speech conversion, and multi-speaker audio generation", - "command": "uvx -p 3.10.14 speech-mcp@latest", - "link": "https://github.com/Kvadratni/speech-mcp", - "installation_notes": "Install using uvx package manager. Requires PortAudio to be installed on your system for PyAudio to capture audio from your microphone.", - "is_builtin": false, - "endorsed": true, - "environmentVariables": [] - }, { "id": "square-mcp", "name": "Square",