プレイグラウンド、サンドボックス、使い捨てスクリプト置き場
0

Configure Feed

Select the types of activity you want to include in your feed.

fix: .gemini/settings.json のフォーマットを修正したのだ

Kohei Watanabe (Jul 13, 2025, 6:29 AM +0900) bb79c4dc 9e391451

+2 -4
+2 -4
voicevox/.gemini/settings.json
··· 2 2 "mcpServers": { 3 3 "voicevox": { 4 4 "command": "npx", 5 - "args": [ 6 - "@kajidog/mcp-tts-voicevox" 7 - ] 5 + "args": ["@kajidog/mcp-tts-voicevox"] 8 6 } 9 7 } 10 - } 8 + }