这是indexloc提供的服务,不要输入任何密码
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Krekun/mcp-voicevox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Sunwood-ai-labs/mcp-voicevox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 8 files changed
  • 1 contributor

Commits on Jun 28, 2025

  1. feat: ✨ PyPIへの自動デプロイメント用のGitHub Actionsワークフローを追加

    Trusted Publishing (OIDC) を使用して、PyPIへのパッケージ公開を自動化します。
    これにより、`v`で始まるタグがプッシュされたときに、安全かつ自動的にデプロイが実行されます。
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    5fc701e View commit details
    Browse the repository at this point in the history
  2. feat(audio): 🔊 音声再生機能の改善と自動再生オプションの追加

    各OSでの音声再生方法をより堅牢なものに変更しました。(Windows: PowerShell/WMP, Linux: aplay/paplay)
    `text_to_speech` ツールに `auto_play` 引数を追加し、音声の自動再生をオン/オフできるようになりました。
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    ffc7c6d View commit details
    Browse the repository at this point in the history
  3. 📝 README.mdを更新

    - バッジを追加 (Pythonバージョン, ライセンス, Ruff, Pytest)
    - 機能、特別な機能、プロジェクト構造のセクションを追加
    - 全体的なフォーマットを改善
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    ab24181 View commit details
    Browse the repository at this point in the history
  4. 🧪 test_server.pyを更新

    - `test_server_connection`関数を削除
    - `test_play_audio`関数のプラットフォーム判定ロジックを修正し、WindowsでのPowerShellとWindows Media Playerの試行を追加
    - `test_play_audio`関数のLinuxでの`paplay`フォールバックを追加
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    cbe7e1e View commit details
    Browse the repository at this point in the history
  5. ✨ 新規ファイルを追加

    - `.github/workflows/test.yml`: テストワークフローを追加
    - `src/mcp_server_voicevox/README.md`: ソースコードディレクトリのREADMEを追加
    - `tests/README.md`: テストコードディレクトリのREADMEを追加
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    92fb2d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    87f19a6 View commit details
    Browse the repository at this point in the history
  7. chore: ⚙️ uv syncコマンドから--systemフラグを削除

    - テストワークフロー内のuv syncコマンドから--systemフラグを削除しました。
    - これにより、uv syncがシステム全体のPython環境ではなく、プロジェクトの仮想環境に依存するようになります。
    - 依存関係の管理をより一貫性のあるものにし、潜在的な環境問題を回避します。
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    fb7a24d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f4483d2 View commit details
    Browse the repository at this point in the history
  9. 🔗 docs #1: バッジとリンクの追加

    - READMEにGitHubバッジと各種リンクを追加
    - プロジェクトの可視性とアクセス性を向上
    - ドキュメントの最新化
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    cc7b2ec View commit details
    Browse the repository at this point in the history
  10. ⬆️ chore #1: バージョンとURL情報の更新

    - バージョンを0.2.0へ更新
    - [project.urls]にリポジトリとPyPIのURLを追加
    - メタデータの拡充による管理性向上
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    ad00362 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    180099a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0418618 View commit details
    Browse the repository at this point in the history
  13. 📝 docs #n/a: READMEにバッジ・リンク追加・修正

    - GitHubスター・フォーク・リリース・タグのバッジを追加
    - サンプル設定JSONのインデント修正
    - 公式GitHub・PyPI等のリンクセクションを追加
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    ea63b93 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    925248b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0f307ad View commit details
    Browse the repository at this point in the history
  16. 📝 docs #0: READMEからリンクセクションを削除

    - 不要なリンク集を整理
    - 情報源の一元化を推進
    - READMEの可読性を向上
    Sunwood-ai-labs committed Jun 28, 2025
    Configuration menu
    Copy the full SHA
    f86c941 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    61d9376 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bd85c44 View commit details
    Browse the repository at this point in the history
Loading