connect_scenic
Test and establish a TCP connection to Scenic applications using the Scenic MCP server. Configure the port to validate connectivity and ensure seamless integration for AI-driven automation and testing.
Instructions
Test connection to a Scenic application via TCP server
Input Schema
Name | Required | Description | Default |
---|---|---|---|
port | No | TCP port (default: 9999) |
Input Schema (JSON Schema)
{
"properties": {
"port": {
"default": 9999,
"description": "TCP port (default: 9999)",
"type": "number"
}
},
"type": "object"
}