Initial commit
This commit is contained in:
6
mcp-server/tools/helpers/authSchema.js
Normal file
6
mcp-server/tools/helpers/authSchema.js
Normal file
@@ -0,0 +1,6 @@
|
||||
/**
|
||||
* 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;
|
||||
Reference in New Issue
Block a user