Files
lasuite-docs/src
Anthony LC 7e737cacbb ✨(backend) add basic mcp api for document
We added a basic MCP API to the backend.
This API is designed to facilitate integration with external
systems, providing a secure and efficient way to
access document data.

API endpoints include:
- POST /api/v1.0/mcp/documents/search  -> search_documents
- GET  /api/v1.0/mcp/documents/<id>    -> read_document
- POST /api/v1.0/mcp/documents         -> create_document
2026-09-25 11:57:24 +02:00
..
2026-09-25 09:04:03 +00:00
2026-09-15 16:19:39 +02:00