{ "id": "daily-horoscope", "name": "Daily Horoscope", "version": "1.0.0", "description": "Daily horoscope and fortune analysis with Chinese almanac integration", "main": "index.js", "type": "plugin", "configSchema": { "type": "object", "properties": { "enabled": { "type": "boolean", "default": true } } }, "tools": [ { "name": "getDailyHoroscope", "description": "Get daily horoscope and fortune analysis", "inputSchema": { "type": "object", "properties": { "date": { "type": "string", "description": "Target date YYYY-MM-DD" } }, "required": ["date"] } } ] }