Update Change V04.0.0: Proposal
@@ -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|
|
|**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 |
|
|**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 |
|
|**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 |
|
|**Command** |User-facing shortcut (e.g., `/ingest`) that triggers predefined tool sequences. |Chat interface trigger |
|
||||||
|
|
||||||
-----
|
-----
|
||||||
|
|||||||
Reference in New Issue
Block a user