{
  "name": "Muse News Today",
  "description": "Muse News Today covers the fast-moving AI landscape for readers and software agents, tracking new models, research breakthroughs, product launches, and the people shaping the field each day.",
  "url": "https://musenews.today",
  "version": "1.0.0",
  "provider": {
    "organization": "Muse News Today",
    "url": "https://musenews.today"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/markdown",
    "application/json",
    "text/html"
  ],
  "defaultOutputModes": [
    "text/markdown",
    "application/json",
    "text/html"
  ],
  "skills": [
    {
      "id": "read-news",
      "name": "Read news",
      "description": "Daily reporting on AI news, research, and industry moves. Read the latest articles via feeds (/feed.xml, /atom.xml, /feed.json), the JSON API (/api/articles), or llms.txt. All endpoints are static and read-only.",
      "tags": [
        "ai news",
        "research",
        "industry",
        "models",
        "launches"
      ]
    }
  ]
}
