Skip to content

feat: Add simplified server + dashboard, improve security#3

Open
anombyte93 wants to merge 2 commits intomainfrom
v2
Open

feat: Add simplified server + dashboard, improve security#3
anombyte93 wants to merge 2 commits intomainfrom
v2

Conversation

@anombyte93
Copy link
Owner

Summary

This PR brings the public repo in sync with the current state of development, addressing the gap identified in #2 where the README promised an MCP server that didn't exist publicly.

What's Added

  • Simplified Flask server (src/perplexity_api_server_simple.py) — no API key required, cookie-based auth only
  • Live SSE dashboard (web/index.html) — dark-mode with sparkline visualization, savings tracking
  • Updated client (src/perplexity_fixed.py) — latest improvements from local development
  • Security fixes.gitignore now properly excludes runtime data and session files
  • Ops tooling — health monitoring, systemd integration, recovery scripts
  • Documentation — daemon operator guide, production deployment, security review

What's NOT Included (Intentionally Private)

The full-featured Node.js MCP server (Atlas Search) and cookie automation tools remain private as they will be part of a planned Atlas AI product offering. The public repo now has a solid working foundation while the advanced features become part of the commercial tier.

Testing

  • Server tested with 3500+ requests over 14+ hours uptime
  • Dashboard SSE streaming verified
  • Cookie hot-reload working
  • Health check endpoints functional

Related

Closes #2 (by providing an alternative path forward)

🤖 Generated with Claude Code

claude and others added 2 commits February 17, 2026 14:02
- Add perplexity_api_server_simple.py: simplified Flask server with live dashboard
- Update perplexity_fixed.py with latest improvements
- Add dark-mode SSE dashboard with sparkline visualization
- Update .gitignore to exclude runtime data and session files
- Add ops tooling: health monitoring, systemd integration, recovery scripts
- Add documentation: daemon operator guide, production deployment, security review

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add CI workflow with test, lint, and Docker build
- Add comprehensive restructuring plan for professional repo layout
- Document Atlas AI session strategy and product roadmap

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments