feat: 初始化基于Faster Whisper的语音识别MCP服务器

添加了服务器核心代码、启动脚本、依赖配置及文档,支持批处理加速、CUDA优化及多格式输出,便于集成到Claude Desktop中。
This commit is contained in:
BigUncleHomePC
2025-03-22 03:23:54 +08:00
commit 5b5b952382
9 changed files with 519 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv/
venv/
.ven/
# Cython
*.pyd