Expose app runtime info across adapters

This commit is contained in:
lda
2026-08-30 07:40:58 +07:00 Verified
parent acd412a50a
commit 16553b82c7
9 changed files with 131 additions and 12 deletions
+1
View File
@@ -14,6 +14,7 @@ class MCPAppTests(unittest.IsolatedAsyncioTestCase):
self.assertEqual(
{tool.name for tool in tools},
{
"get_app_info",
"run_code",
"list_shells",
"get_shell",