Skip to main content
Glama
JsEngine.kt476 B
package maestro.js interface JsEngine : AutoCloseable { fun onLogMessage(callback: (String) -> Unit) fun enterScope() fun leaveScope() fun putEnv(key: String, value: String) fun setCopiedText(text: String?) fun evaluateScript( script: String, env: Map<String, String> = emptyMap(), sourceName: String = "inline-script", runInSubScope: Boolean = false, ): Any? fun enterEnvScope() fun leaveEnvScope() }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mobile-dev-inc/Maestro'

If you have feedback or need assistance with the MCP directory API, please join our Discord server