-
Notifications
You must be signed in to change notification settings - Fork 0
feat: MCPサーバーとレース時間ツールの仮実装 #98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
mapserver2007
wants to merge
25
commits into
main
Choose a base branch
from
feature/mcp-server-tool
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…a_gatewayでのraceTimeIdの取得処理を修正しました。
…TimeRap value objectを追加し、RaceTimeリポジトリとサービスにV2の読み書き機能を追加しました。
…ラクタとメソッドを更新しました。また、新たにRaceTime value objectを追加しました。
…得および作成メソッドをV2に対応させ、マスターユースケースでの呼び出しを修正しました。
…の取得および書き込み機能を追加し、依存関係の注入を更新しました。
…連する新しいレースデータを追加しました。
…e_id.jsonファイルの内容を更新しました。
…。また、race_id.jsonファイルの内容を更新しました。
…した。また、race_id.jsonファイルの内容を更新しました。
…ールサービスのオッズ処理を強化しました。2025年のレースIDマッピングの更新を含み、エラーマネジメントを改善しました。
…、race_id.jsonファイルの内容を更新しました。
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
MCPサーバーの基本構造とレース時間を取得するためのツールの仮実装を追加しました。このPRは実装の基本的なフレームワークを確立することを目的としており、完全な機能実装は今後のPRで段階的に行う予定です。
#95
#94
#99
主な変更点
MCPサーバーの基本構造の実装
mark3labs/mcp-goパッケージを使用したサーバー構築レース時間ツールの仮実装
エンティティとサービスの基本構造
技術的な詳細
wire.goに追加converterパッケージに定義mcp_tool_serviceパッケージに実装今後の実装予定
注意事項