feat: Add simplified server + dashboard, improve security#3
Open
anombyte93 wants to merge 2 commits intomainfrom
Open
feat: Add simplified server + dashboard, improve security#3anombyte93 wants to merge 2 commits intomainfrom
anombyte93 wants to merge 2 commits intomainfrom
Conversation
- 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>
This was referenced Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
src/perplexity_api_server_simple.py) — no API key required, cookie-based auth onlyweb/index.html) — dark-mode with sparkline visualization, savings trackingsrc/perplexity_fixed.py) — latest improvements from local development.gitignorenow properly excludes runtime data and session filesWhat'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
Related
Closes #2 (by providing an alternative path forward)
🤖 Generated with Claude Code