Skip to content

Commit 87370e5

Browse files
committed
Update smoketest tool name to include gateway slug
Signed-off-by: Mihai Criveti <[email protected]>
1 parent 317236f commit 87370e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

mcp.backup.db

176 KB
Binary file not shown.

smoketest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ def step_7_verify_tools():
323323

324324

325325
def step_8_invoke_tool():
326-
body = {"jsonrpc": "2.0", "id": 1, "method": "get_current_time", "params": {"timezone": "Europe/Dublin"}}
326+
body = {"jsonrpc": "2.0", "id": 1, "method": "smoketest-time-server-get-current-time", "params": {"timezone": "Europe/Dublin"}}
327327
j = request("POST", "/rpc", json_data=body).json()
328328

329329
if "error" in j:

0 commit comments

Comments
 (0)