Files
Fast-Whisper-MCP-Server/pyproject.toml
BigUncleHomePC 5b5b952382 feat: 初始化基于Faster Whisper的语音识别MCP服务器
添加了服务器核心代码、启动脚本、依赖配置及文档,支持批处理加速、CUDA优化及多格式输出,便于集成到Claude Desktop中。
2025-03-22 03:23:54 +08:00

8 lines
169 B
TOML

[project]
name = "fast-whisper-mcp-server"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []