SLOP Compatibility
This server implements the Simple Language Open Protocol (SLOP) with all standard endpoints:
POST /chat
- Talk to the trivia botGET /tools
- Get available toolsPOST /tools/:tool_id
- Use a specific toolPOST /memory
- Store key-value dataGET /memory/:key
- Retrieve stored dataGET /resources
- Get available resourcesPOST /resources
- Create or update a resourceGET /resources/:id
- Get specific resourcePUT /resources/:id
- Update a resourcePOST /pay
- Mock payment processingGET /info
- Get SLOP server info