@sinch/mcp
Version:
Sinch MCP server
12 lines • 650 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ENABLED = exports.toolsStatusMap = void 0;
/**
* Map of the tools' status: the key is the tool's name, and the value is its status.
* If the tool is not filtered out and its credentials are defined, its description should be ENABLED.
* If the tool is filtered out or its credentials are not defined, its description should be a reason why it is disabled.
*/
exports.toolsStatusMap = {};
/** The tool is not filtered out and its credentials are defined => its description should be ENABLED */
exports.ENABLED = 'enabled';
//# sourceMappingURL=tools-config.js.map