|
Deploy: add nginx, systemd services, scripts, MCP info endpoint
- nginx reverse proxy on port 80 for UI + /api/ + /mcp/ - systemd user services: backend (8000), MCP SSE (8001) - install.sh and deploy.sh for automated setup - /mcp/info endpoint to expose MCP instructions and tools list - MCP server instructions expanded for AI agent workflows - Update server README with deployment docs Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
| 10-systems/applications/gnexus-book.md |
|---|
| 90-maintenance/agent-mcp-usage.md 0 → 100644 |
|---|
| nginx/gnexus-book.conf 0 → 100644 |
|---|
| scripts/deploy.sh 0 → 100755 |
|---|
| scripts/install.sh 0 → 100755 |
|---|
| server/README.md |
|---|
| server/app/main.py |
|---|
| server/app/mcp_server.py |
|---|
| server/tests/test_mcp_server.py |
|---|
| systemd/gnexus-book-backend.service 0 → 100644 |
|---|
| systemd/gnexus-book-frontend.service 0 → 100644 |
|---|
| systemd/gnexus-book-mcp.service 0 → 100644 |
|---|