sandbox-notebookllamalm/server.log
DJP 2292f8a511 Transform NotebookLlaMa to enterprise multi-user NotebookLM clone
Major Changes:
- Implemented notebook-first architecture (multi-document collections)
- Added user authentication and multi-tenancy
- Created comprehensive database schema (7 tables)
- Built complete notebook management system
- Implemented notebook-level chat across multiple documents
- Added podcast generation from notebooks
- Implemented notebook sharing with permissions
- Fixed MCP server crashes by bypassing for document processing
- Added all enterprise features requested

New Features:
- User login/signup with bcrypt password hashing
- Create/edit/delete notebooks
- Upload multiple PDFs to notebooks
- Add documents to existing notebooks
- Chat across all documents in a notebook
- Generate podcasts from entire notebooks
- Share notebooks with other users
- View shared notebooks
- Persistent chat history per notebook
- Document summaries, Q&A, and highlights

Technical Improvements:
- PostgreSQL database with SQLAlchemy ORM
- Connection pooling and proper cleanup
- Bypassed buggy MCP server for document processing
- Direct LlamaCloud API calls for reliability
- Proper CASCADE deletes
- Session management
- Error handling and logging

Documentation:
- ENTERPRISE_SETUP.md - Setup guide
- IMPLEMENTATION_SUMMARY.md - Technical details
- SIMPLIFIED_PLAN.md - Architecture overview
- CURRENT_STATUS.md - Status and known issues
- FINAL_README.md - User guide

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-01 17:28:06 -04:00

30 lines
2.7 KiB
Text

[10/01/25 17:08:12] INFO Starting MCP server 'MCP For server.py:1358
NotebookLM' with transport
'streamable-http' on
http://127.0.0.1:8000/mcp/
INFO:FastMCP.fastmcp.server.server:Starting MCP server 'MCP For NotebookLM' with transport 'streamable-http' on http://127.0.0.1:8000/mcp/
/Users/daveporter/notebookllama/notebookllama/.venv/lib/python3.13/site-packages/websockets/legacy/__init__.py:6: DeprecationWarning: websockets.legacy is deprecated; see https://websockets.readthedocs.io/en/stable/howto/upgrade.html for upgrade instructions
warnings.warn( # deprecated in 14.0 - 2024-11-09
/Users/daveporter/notebookllama/notebookllama/.venv/lib/python3.13/site-packages/uvicorn/protocols/websockets/websockets_impl.py:17: DeprecationWarning: websockets.server.WebSocketServerProtocol is deprecated
from websockets.server import WebSocketServerProtocol
INFO: Started server process [9983]
INFO: Waiting for application startup.
INFO:mcp.server.streamable_http_manager:StreamableHTTP session manager started
INFO: Application startup complete.
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: 127.0.0.1:56539 - "POST /mcp HTTP/1.1" 307 Temporary Redirect
INFO:mcp.server.streamable_http_manager:Created new transport with session ID: a97441f5cebf4f8b9de93a1c59333123
INFO: 127.0.0.1:56539 - "POST /mcp/ HTTP/1.1" 200 OK
INFO: 127.0.0.1:56542 - "POST /mcp HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:56543 - "GET /mcp HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:56542 - "POST /mcp/ HTTP/1.1" 202 Accepted
INFO: 127.0.0.1:56543 - "GET /mcp/ HTTP/1.1" 200 OK
INFO: 127.0.0.1:56545 - "POST /mcp HTTP/1.1" 307 Temporary Redirect
INFO: 127.0.0.1:56545 - "POST /mcp/ HTTP/1.1" 200 OK
INFO:mcp.server.lowlevel.server:Processing request of type CallToolRequest
INFO:httpx:HTTP Request: POST https://api.cloud.llamaindex.ai/api/v1/pipelines/884e242c-86dd-4824-8347-e6dfb91d98dc/retrieve "HTTP/1.1 200 OK"
INFO:httpx:HTTP Request: POST https://api.openai.com/v1/responses "HTTP/1.1 200 OK"
INFO:mcp.server.lowlevel.server:Warning: PydanticDeprecatedSince20: The `parse_obj` method is deprecated; use `model_validate` instead. Deprecated in Pydantic V2.0 to be removed in V3.0. See Pydantic V2 Migration Guide at https://errors.pydantic.dev/2.11/migration/
INFO: 127.0.0.1:56552 - "DELETE /mcp HTTP/1.1" 307 Temporary Redirect
INFO:mcp.server.streamable_http:Terminating session: a97441f5cebf4f8b9de93a1c59333123
INFO: 127.0.0.1:56552 - "DELETE /mcp/ HTTP/1.1" 200 OK