From 0e5bd6d07a67a93fd4d8fffa13983bfa6087975a Mon Sep 17 00:00:00 2001 From: Vladimir Pavlov <43521651+MisterVVP@users.noreply.github.com> Date: Mon, 6 Jul 2026 13:20:10 +0300 Subject: [PATCH] Update README.md fix: remove unnecessary info about TCK compliance level as we are running all TCK tests by default now --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 6cdac99..c1c2f37 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,6 @@ find_package(a2a_cpp CONFIG REQUIRED) target_link_libraries(my_agent PRIVATE a2a::client a2a::server a2a::core) ``` -## TCK Compliance Level - -[MUST](https://github.com/a2aproject/a2a-tck/blob/main/README.md#compatibility-levels) (validated in CI via `--level must --transport grpc,jsonrpc,http_json` in `.github/workflows/tck.yml`). - ## Documentation - Documentation website (GitHub Pages): `https://mistervvp.github.io/a2a-cpp/` @@ -112,4 +108,4 @@ cmake -S examples/installed_package_consumer -B build-installed-example \ -DA2A_EXAMPLE_APP=hello_agent cmake --build build-installed-example --parallel ./build-installed-example/a2a_example -``` \ No newline at end of file +```