-
Notifications
You must be signed in to change notification settings - Fork 372
add option for a token autentication given by the user and ability to replace the port also update readme accordignly #44
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
… replace the port also update readme accordignly
|
Please add the above as this will enable a more secure connection to the extension will also appreciate information how to build this on my own so i can better test the code |
|
This is great! |
|
@ValeroK Can you update your project to include the way to build your changes? |
Unfortunately don't have one. Waiting for the owner to merge this and build. |
|
@ValeroK So to be clear, you haven't tested this out yet? You haven't built your code to see if this new port and authentication scheme works correctly? |
|
I am going to use your code and the build we do have access to and re-compile it -- if so. I don't think the author wants to make changes to this project(and the extension). I have started piecing together patches on my own.. |
As I don't have a was to build and test yea this code is curenetly in tested |
|
Yeah, not only untested, but never actually ran.. I find that impressive, that you developed code you haven't been able to execute. I am surprised and equally think -- that's cool. |
|
The code in this PR, regardless of it works or not -- is a good idea, I'd love to "coerce" it in to the built code.. |
you are more then welcome to use it. the idea was to get the owner to incoporate this into his codebase but i agree currently it seems this will not be the case. would love to get a link to your repo to try and assist. PS - Yea coding blindly is fun but not so much.... |
Summary
This PR introduces several major improvements to the Browser MCP Chrome extension and related tooling:
1. Extension Options Page
options.html+options.ts) to the Chrome extension.chrome.storage.localand persist across browser restarts.2. Capability Reporting
token-auth,port-override,capabilities-report.43 Documentation Updates
README.mdwith:How to Test
chrome://extensions/> Details > Options.