test_connection
Verifies accessibility of the target URL (http://localhost) to ensure proper connectivity for localhost web applications in the MCP Login Server environment.
Instructions
Tests if the target URL (http://localhost) is accessible
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}