UNPKG

@kya-os/mcp-i

Version:

The TypeScript MCP framework with identity features built-in

13 lines (12 loc) 504 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pathsConfigSchema = void 0; const zod_1 = require("zod"); const constants_1 = require("../constants"); // ------------------------------------------------------------ // Paths config schema // ------------------------------------------------------------ exports.pathsConfigSchema = zod_1.z.object({ tools: zod_1.z.string().default(constants_1.DEFAULT_PATHS_CONFIG.tools), // TO DO add resources prompts etc });