Skip to content

Commit d716bd2

Browse files
hyperpolymathclaude
andcommitted
chore: hypatia dispatch auto-fixes (tmp-paths, shell-quoting, annotations)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cc28dec commit d716bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

elixir-mcp/scripts/mcp_tcp_smoke_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -euo pipefail
33

44
host=${MCP_HOST:-127.0.0.1}
55
port=${MCP_PORT:-844}
6-
payload=${MCP_PAYLOAD:-/tmp/mcp-submit-feedback.json}
6+
payload=${MCP_PAYLOAD:-"$HYPATIA_TMPDIR/mcp-submit-feedback.json"}
77

88
cat <<'JSON' >"$payload"
99
{"jsonrpc":"2.0","id":"init","method":"initialize","params":{}}

0 commit comments

Comments
 (0)