Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,8 @@ MCP_SSH_ALLOWED_HOSTS=localhost,127.0.0.1

# Logging.
RUST_LOG=info,mcp_ssh=debug

# GlitchTip error tracking. Unset/empty SENTRY_DSN ⇒ disabled (no-op client).
# Injected at runtime via the systemd EnvironmentFile, not committed.
SENTRY_DSN=
SENTRY_ENVIRONMENT=production
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ config.toml

# Personal, untracked prompt/skill copies (generic versions live in docs/prompts/)
/tmp/

.claude-task-master/
claudetm.log
goal.txt
1 change: 1 addition & 0 deletions .mcp.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"type":"http","url":"https://glitchtip.infra.developerz.ai/mcp"}
Loading
Loading