kill-switch-mcp 1.3.1 → 1.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/server.js +1 -0
  2. package/package.json +1 -1
package/dist/server.js CHANGED
@@ -4059,6 +4059,7 @@ async function ensureTempoSetup() {
4059
4059
  };
4060
4060
  }
4061
4061
  async function joinTournament(tournamentAddress, username) {
4062
+ username = username.toLowerCase();
4062
4063
  const wallet = await readTempoWallet();
4063
4064
  if (!wallet?.key) {
4064
4065
  throw new Error("No Tempo wallet found. Run setup_game_wallet first.");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kill-switch-mcp",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Kill Switch MCP Server — AI battle royale powered by Claude Code",
5
5
  "type": "module",
6
6
  "bin": {