Skip to content

Commit 89770c0

Browse files
committed
See if Splunk MCP App returns tags on remote tools
1 parent be76151 commit 89770c0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tests/system/test_apps/ai_agentic_test_app/bin

tests/system/test_apps/ai_agentic_test_app/bin/indexes.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class Output(BaseModel):
5959
output_schema=Output,
6060
) as agent:
6161
assert len(agent.tools) == 1, "Invalid tool count"
62+
raise Exception(agent.tools[0].tags)
6263
assert (
6364
len([t for t in agent.tools if t.name == "splunk_get_indexes"]) == 1
6465
), "splunk_get_indexes not present"

0 commit comments

Comments
 (0)