-
Notifications
You must be signed in to change notification settings - Fork 53
Description
Hello,
I like the MCP server you have made here! I am wondering what your thoughts are on a couple ideas I have.
I would like the ability to set the salesforce authentication at runtime. For example, user a and b can both separately provide their credentials at run time. One reason I would like to do this is because user a may be an admin and user b may be a regular user. So this could be a way to handle which data the users are able to access from Salesforce.
Secondly, by setting authentication at runtime I would like the ability to use session_id authentication, which is supported by simple-salesforce. Currently, it seems the only authentication method supported is username, password, and security token.
Happy to help with either of these, just wanted to engage with you first!