-
Notifications
You must be signed in to change notification settings - Fork 98
feat: add MCP registry API support #5100
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
70f1ba1 to
13a87ec
Compare
ecf7ff4 to
e9f3661
Compare
Signed-off-by: Grant Linville <grant@acorn.io>
Signed-off-by: Grant Linville <grant@acorn.io>
Signed-off-by: Grant Linville <grant@acorn.io>
Signed-off-by: Grant Linville <grant@acorn.io>
73d2f3c to
87caf7c
Compare
Signed-off-by: Grant Linville <grant@acorn.io>
Signed-off-by: Grant Linville <grant@acorn.io>
| # config.OBOT_SERVER_ENABLE_AUTHENTICATION -- Enables authentication for Obot | ||
| OBOT_SERVER_ENABLE_AUTHENTICATION: false | ||
| # config.OBOT_SERVER_ENABLE_REGISTRY_AUTH -- Enables authentication for the MCP registry API. When false (default), registry is accessible without authentication and returns only default catalog items with wildcard access control rules. | ||
| OBOT_SERVER_ENABLE_REGISTRY_AUTH: false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
im curious about this choice to turn the auth off by default, even if OBOT_SERVER_ENABLE_AUTHENTICATION is true - won't most people expect OBOT_SERVER_ENABLE_REGISTRY_AUTH to be true by default if they enabled auth?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was by request from @ibuildthecloud
for #5045