status_info.mdβ’1.23 kB
# Status Page Information
The `status.html` page, located in the root of the repository, provides a simple, standalone HTML interface for interacting with a running Adaptive Graph of Thoughts server.
## Features
* **Server Status Check:** Quickly verify if the Adaptive Graph of Thoughts MCP server is running and accessible.
* **Basic Query Interface:** Allows sending a query string and parameters (as JSON) to the `asr_got.query` MCP method.
* **View Responses:** Displays the JSON response received from the server.
## Usage
1. Ensure your Adaptive Graph of Thoughts server is running locally (e.g., via `poetry run uvicorn src.adaptive_graph_of_thoughts.main:app --reload`).
2. Open the `status.html` file directly in your web browser (e.g., `file:///path/to/your/Adaptive Graph of Thoughts-2.0/status.html`).
3. The page will typically attempt to connect to the server at `http://localhost:8000/mcp`.
4. Use the form to send test queries.
**Note:** This page makes direct HTTP requests from your browser to the local server. It's intended for development and testing purposes. It does not require MkDocs to run and is not part of the generated documentation site in the same way as these Markdown files.