Scope down to local Docker testing, drop Gitea/K3s plumbing for now

This is a pilot project — running it via docker compose locally is enough
for now. Deploy/CI can come back once the project is greenlit for real use.

Also fixes claude invocation: add --strict-mcp-config (verified against
the actual installed claude-code CLI --help) so only agent-news' own MCP
server is loaded, not whatever else might be discoverable in the environment.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-21 20:48:30 +03:00
parent be09de2ad7
commit cb2041fc56
6 changed files with 52 additions and 74 deletions

View File

@@ -41,6 +41,7 @@ class ClaudeRunner {
prompt,
'--mcp-config',
config.mcpConfigPath,
'--strict-mcp-config',
'--dangerously-skip-permissions',
],
environment: {'TELEGRAM_BOT_TOKEN': config.telegramToken},