-
Notifications
You must be signed in to change notification settings - Fork 290
Allow user to choose only certain MCP tools #72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Nice! And what would the command look like when you go to set this up in Cursor? |
Hi @tedjames Case 1 (default, all tools -- notice, no change): Case 2 (one tool, in this case, takeScreenshot): Case 3 (multiple tools, in this case, takeScreenshot and getConsoleLogs) This does add a slight burden to development, because you'd need to add any additional tools to the Note: I only tested this locally with Screenshot: |
Awesome.. let's think about this a bit more. I'd like to explore a different syntax for the args that allows for easier enabling/disabling of tools. Like: --audit-only Flags like that maybe? |
That would work, though i'd probably start them all with
You could stack Does this sound good? |
I like it! Makes sense to me 👍 |
Just created a new project for us btw! Should help us keep track of our backlog and ongoing development :) |
Considerations:
|
fwiw i had to |
nice!! will test this weekend :) thank you 🙏 |
Attempted implementation to address #71