ADFA-5149 | Add MCP client plugin and contributed tools routing - #69
Open
jatezzz wants to merge 1 commit into
Open
ADFA-5149 | Add MCP client plugin and contributed tools routing#69jatezzz wants to merge 1 commit into
jatezzz wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
jatezzz
requested review from
a team,
Daniel-ADFA,
dara-abijo-adfa and
itsaky-adfa
August 17, 2026 16:54
jatezzz
force-pushed
the
feat/ADFA-5149-mcp-tool-provider
branch
from
August 17, 2026 18:36
059e605 to
14a465c
Compare
Base automatically changed from
refactor/ADFA-5096-split-ai-backend-plugins
to
main
August 18, 2026 14:56
New server settings, secure token storage and JSON-RPC/SSE transport; agent namespaces, budgets and approves contributed tool calls.
jatezzz
force-pushed
the
feat/ADFA-5149-mcp-tool-provider
branch
from
August 18, 2026 15:02
14a465c to
343f6f8
Compare
Contributor
Author
|
This depends on appdevforall/CodeOnTheGo#1685 to be merged |
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.
Description
Introduces the
ai-agent-mcpplugin, allowing the CodeOnTheGo Agent to connect to external Model Context Protocol (MCP) servers. This enables the agent to discover and interact with remote tools dynamically. Additionally, this PR updatesai-coreto expose aToolSourceRegistry, allowing other plugins to contribute tools directly to the agent's context. Security measures such as Keystore-backed encrypted tokens, prompt tool budgeting, and mandatory user approvals for remote tool execution are included.Details
HttpURLConnectionand parses JSON-RPC/SSE chunks.🎦 Demo in the ticket
Ticket
Parent: ADFA-2592
ADFA-5149
Observation
OkHttp(to prevent classloader collisions with the host IDE's older copy) and the official MCP Kotlin SDK (due to lack of Android targets and strict Kotlin 2.4.10 pinning).ai-agent-mcpplugin relies solely onnetwork.access. It does not request file or project permissions, isolating network operations from local core tools.