Files
agenticSystem/mcp-server/tools/helpers/authSchema.js
2026-04-01 23:16:45 +01:00

7 lines
236 B
JavaScript

/**
* Auth parameters helper.
* In stdio mode, credentials come from environment variables — no inline params needed.
* withAuthParams just passes through the schema unchanged.
*/
export const withAuthParams = (schema) => schema;