Skip to main content
Glama

Jenius MCP Smart Device

Official
by jenius-group
error.py426 B
# This file is part of the jenius-mcp-smart-device project. # This file constructs the error message for the project and return to LLM import json from utils.logger import logger def error_json_msg(errorMsg): logger.error(errorMsg) json_result = dict() json_result['code'] = 299 json_result['message'] = errorMsg json_result_str = json.dumps(json_result, ensure_ascii=False) return json_result_str

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/jenius-group/jenius-mcp-smart-device'

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