From 15c9f656dc711e9c7273348061c4c8140d2a95f4 Mon Sep 17 00:00:00 2001 From: Diane Diaz Date: Fri, 31 Oct 2025 13:23:42 -0700 Subject: [PATCH] remove speech-mcp --- 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 f74e364a5143..4b88487f19e4 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 9b17485d730c..f6c567dca6bb 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",