MCP Configpython
kong-tessl-eval MCP Config
MCP configuration with 1 server: tessl
.mcp.json
{
"mcpServers": {
"tessl": {
"type": "stdio",
"command": "tessl",
"args": [
"mcp",
"start"
],
"env": {
"TESSL_TOKEN": "${TESSL_TOKEN}"
}
}
}
}