PacketProxy
PacketProxy copied to clipboard
A local proxy written in Java
`dnsjava`以外の依存ライブラリを最新バージョンに更新しました。 Gradleのラッパーも`./gradlew wrapper --gradle-version 9.2.1 --distribution-type bin --no-daemon`によって更新しています。 `enum`から`static`が削除されていますが、これは最新のSpotlessが削除しています。もとより[クラス内の`enum`は暗黙的に`static`が付与されている](https://stackoverflow.com/questions/663834/in-java-are-enum-types-inside-a-class-static)ため、この削除はコードの意味を変えません。 - [x] By placing an "x" in the box, I hereby understand, accept and agree to be bound by the terms...
## 概要 MCP Server を Extensions の一機能として実装しました。 以下の10個のツールを実装しています。 - `get_history`: パケット履歴検索 - `get_packet_detail`: パケット詳細取得 - `get_logs`: ログ取得 - `get_config`: 設定情報取得 - `update_config`: 設定変更 - `restore_config`: 設定バックアップ復元 - `resend_packet`: パケット再送(改ざん・同時送信も可) -...