Skip to content

Commit 5dc4b95

Browse files
chefgsCopilot
andauthored
Update .github/workflows/mcp-setup-smoke.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7eaafd3 commit 5dc4b95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/mcp-setup-smoke.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ print('✓ mcp version:', v, '— FastMCP importable')
146146
msg = {"jsonrpc": "2.0", "method": method}
147147
if req_id is not None:
148148
msg["id"] = req_id
149-
if params:
149+
if params is not None:
150150
msg["params"] = params
151151
proc.stdin.write(json.dumps(msg) + "\n")
152152
proc.stdin.flush()

0 commit comments

Comments
 (0)