docs: remove speech-mcp (#5514)
This commit is contained in:
@@ -1,8 +1,11 @@
|
|||||||
---
|
---
|
||||||
title: Speech Extension
|
title: Speech Extension
|
||||||
description: Add Speech MCP Server as a Goose 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 Tabs from '@theme/Tabs';
|
||||||
import TabItem from '@theme/TabItem';
|
import TabItem from '@theme/TabItem';
|
||||||
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
|
import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed';
|
||||||
|
|||||||
@@ -539,17 +539,6 @@
|
|||||||
"endorsed": false,
|
"endorsed": false,
|
||||||
"environmentVariables": []
|
"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",
|
"id": "square-mcp",
|
||||||
"name": "Square",
|
"name": "Square",
|
||||||
|
|||||||
Reference in New Issue
Block a user