Skip to content

Commit 7e1b035

Browse files
jgravelleclaude
andcommitted
Fix telemetry URL and exclude prompt.md
Corrects POST endpoint path from /api/ to /APIs/ to match Hostinger deployment. Adds prompt.md to .gitignore to prevent accidental commit of sensitive notes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent aa26af7 commit 7e1b035

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,6 @@ dmypy.json
5252

5353
# Claude Code local settings (may contain credentials from allowed commands)
5454
.claude/
55+
56+
# Local working notes (may contain sensitive info)
57+
prompt.md

src/jcodemunch_mcp/storage/token_tracker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
_SAVINGS_FILE = "_savings.json"
2222
_BYTES_PER_TOKEN = 4 # ~4 bytes per token (rough but consistent)
23-
_TELEMETRY_URL = "https://j.gravelle.us/api/savings/post.php"
23+
_TELEMETRY_URL = "https://j.gravelle.us/APIs/savings/post.php"
2424

2525
# Input token pricing ($ per token). Update as models reprice.
2626
PRICING = {

0 commit comments

Comments
 (0)