test_connection
Verify the connection to an EVE-NG server and retrieve server status information to ensure proper functionality within the EVE-NG MCP Server environment.
Instructions
Test connection to EVE-NG server.
This tool verifies that the connection to the EVE-NG server is working
properly and returns server status information.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
arguments | Yes |
Input Schema (JSON Schema)
{
"$defs": {
"TestConnectionArgs": {
"description": "Arguments for test_connection tool.",
"properties": {},
"title": "TestConnectionArgs",
"type": "object"
}
},
"properties": {
"arguments": {
"$ref": "#/$defs/TestConnectionArgs"
}
},
"required": [
"arguments"
],
"title": "test_connectionArguments",
"type": "object"
}