wavexis_get_config
Return the current server configuration and available browser backends, including the server name and backend versions, by querying the local filesystem as JSON.
Instructions
Return wavexis-mcp server configuration and available browser backends.
Use wavexis_backends instead when you only need the backend list;
this tool additionally exposes the server name for introspection.
Side effects: None; queries the local filesystem only. Returns: JSON string with keys: 'status' ('ok'/'error'), 'name' (str), 'available_backends' (list[str]), 'backend_versions' (dict).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |