# Discover an AgentOS's capabilities before you connect

> A new GET /info endpoint reports the agno_version, whether MCP is enabled and at what path, and the auth_mode.

- Published: 2026-07-07
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/discover-an-agentoss-capabilities-before-you-connect
- Markdown: https://agno-com-nine.vercel.app/articles/discover-an-agentoss-capabilities-before-you-connect.md

A new `GET /info` endpoint reports the `agno_version`, whether MCP is enabled and at what path, and the `auth_mode`. External tooling like `agnoctl` can read what an AgentOS supports up front rather than probing blindly, which makes connecting and automating against it far more reliable.

View the [Get OS Info docs](https://docs.agno.com/reference-api/schema/core/get-os-info#get-os-info) for more.
