Working draft: agent access to Nativ over MCP - #332
Open
Lazarus-931 wants to merge 54 commits into
Open
Conversation
Lazarus-931
force-pushed
the
draft/nativ-mcp-plugin-support
branch
from
August 20, 2026 02:12
bf4fc6d to
becb294
Compare
Lazarus-931
marked this pull request as ready for review
August 20, 2026 13:04
Owner
|
Thanks @Lazarus-931, let's park this for a future release. |
The chat turn assembled tool definitions and resolved tool calls inline, so nothing outside a conversation could reuse either. Both now go through NativToolRouter with one provider per source, keeping the existing advertised order (native, custom, host) and dispatch order (custom, host, native).
Built-in tools are the fallback rather than one entry in a list, so the ordering hint each provider carried is gone. Catalog filtering takes plain data instead of a callback, which makes the advertised list a pure function of its inputs and drops the collision logging nothing consumed.
Lazarus-931
force-pushed
the
draft/nativ-mcp-plugin-support
branch
from
August 28, 2026 14:13
54e6a08 to
a885345
Compare
# Conflicts: # Sources/Nativ/AppDelegate.swift # Sources/Nativ/Features/Chat/ChatViewModel.swift # project.yml
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.
Working draft, not for review yet. Lets coding agents list and run Nativ's tools without opening a chat session.
Nativ listens on this Mac only. Agents on the same machine connect directly; a cloud agent needs the user to forward a public address to the second port themselves, and only gets a read-only subset of tools.