feat: add MCP server lifecycle commands (mcp-add, mcp-auth, mcp-remove, mcp-enable, mcp-disable) - #31
Merged
Merged
Conversation
…e, mcp-enable, mcp-disable) Five new CLI commands to manage MCP servers in the browser: - mcp-add <name> <url> — register, connect, and authenticate (if needed). Transparently switches to headed mode for OAuth popups, then restores. - mcp-auth <name> — standalone OAuth re-authentication for a registered server. Requires headed mode. - mcp-remove <name> — unregister a server and its stored auth tokens. - mcp-enable <name> / mcp-disable <name> — toggle without unregistering. opera_authenticate_mcp_server is added to OPERA_AI_TOOLS (long timeout, non-replayable) in both bridge.ts and client.ts. The other lifecycle tools (register, connect, unregister, enable, disable) are regular MCP calls with standard timeouts.
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Five new CLI commands to manage MCP servers in the browser:
opera_authenticate_mcp_server is added to OPERA_AI_TOOLS (long timeout, non-replayable) in both bridge.ts and client.ts. The other lifecycle tools (register, connect, unregister, enable, disable) are regular MCP calls with standard timeouts.