mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
docs: remove speech-mcp (#5514)
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user