SLOP Protocol Endpoint Tester
Use this interface to test all SLOP protocol endpoints implemented in this server.
1. POST /chat - Talk to AI
2. Tools API
GET /tools - List available tools
POST /tools/:tool_id - Use a specific tool
4. Resources API
GET /resources - List available resources
GET /resources/:id - Get a specific resource
GET /resources/search?q=query - Search resources
Back to main page