Skip to content

Working draft: agent access to Nativ over MCP - #332

Open
Lazarus-931 wants to merge 54 commits into
mainfrom
draft/nativ-mcp-plugin-support
Open

Working draft: agent access to Nativ over MCP#332
Lazarus-931 wants to merge 54 commits into
mainfrom
draft/nativ-mcp-plugin-support

Conversation

@Lazarus-931

@Lazarus-931 Lazarus-931 commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

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.

@Lazarus-931 Lazarus-931 changed the title Working draft: Nativ as an MCP server for external plugins Working draft: agent access to Nativ over MCP Aug 20, 2026
@Lazarus-931
Lazarus-931 force-pushed the draft/nativ-mcp-plugin-support branch from bf4fc6d to becb294 Compare August 20, 2026 02:12
@Lazarus-931
Lazarus-931 marked this pull request as ready for review August 20, 2026 13:04
@Blaizzy

Blaizzy commented Aug 24, 2026

Copy link
Copy Markdown
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
Lazarus-931 force-pushed the draft/nativ-mcp-plugin-support branch from 54e6a08 to a885345 Compare August 28, 2026 14:13
# Conflicts:
#	Sources/Nativ/AppDelegate.swift
#	Sources/Nativ/Features/Chat/ChatViewModel.swift
#	project.yml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants