Support MCP tools caching
オープン
@thiagob がすでに取り組んでいます。
2026年9月14日 から。
- 主要言語
- Python
- スター
- 28
- フォーク
- 42
- 平均マージ
- 2日 13時間
- マージ済み PR(30日)
- 35
説明
Describe the Problem
When listing tools, cache should be enabled and evicted when case consumer want.
Note: It should use similar approach for what is already in place for token caching
Propose a Solution
# caches MCP tools for 600 ms and resets in case callback_to_evict is called
options = { ttl="600", envict=callback_to_evict }
agw_client.list_tools(cache=options)
Describe Alternatives
No response
Affected Development Phase
Development
Impact
No Impact
Timeline
No response
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
評価
この issue はまだ評価されていません。