From a4a7909cc90c384b129eba8659373cf73945db0f Mon Sep 17 00:00:00 2001 From: Leo Miranda Date: Sun, 25 Jan 2026 18:35:35 +0000 Subject: [PATCH] Update Change V04.0.0: Proposal --- Change-V04.0.0%3A-Proposal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Change-V04.0.0%3A-Proposal.md b/Change-V04.0.0%3A-Proposal.md index 467d491..02c62e2 100644 --- a/Change-V04.0.0%3A-Proposal.md +++ b/Change-V04.0.0%3A-Proposal.md @@ -29,7 +29,7 @@ Two plugins serving distinct domains, designed for independent or combined use. |**MCP Server**|Standalone service exposing tools via Model Context Protocol. One server = one domain responsibility. |Long-running process, spawned by Claude Desktop/Code| |**Tool** |Single callable function within an MCP server. Atomic operation with defined input schema and output. |Invoked per-request by LLM | |**Resource** |Read-only data exposed by MCP server (files, schemas, configs). Discoverable but not executable. |Static or cached | -|**Agent** |Orchestration layer that chains multiple tool calls across servers. Lives in Claude’s reasoning, not in MCP servers.|LLM-driven, multi-step | +|**Agent** |Orchestration layer that chains multiple tool calls across servers. Lives in Claude reasoning, not in MCP servers.|LLM-driven, multi-step | |**Command** |User-facing shortcut (e.g., `/ingest`) that triggers predefined tool sequences. |Chat interface trigger | -----