Update Change V04.0.0: Proposal
@@ -237,7 +237,7 @@ dbt commands return graceful “dbt-mcp not loaded” when unavailable.
|
||||
|
||||
**Responsibility:** Single source of truth for Dash Mantine Components API. Prevents Claude from hallucinating deprecated props or non-existent components.
|
||||
|
||||
**Problem solved:** DMC versions introduce breaking changes. Claude’s training data mixes versions. Runtime errors from invalid props waste cycles.
|
||||
**Problem solved:** DMC versions introduce breaking changes. Claude training data mixes versions. Runtime errors from invalid props waste cycles.
|
||||
|
||||
#### Tool Categories
|
||||
|
||||
@@ -360,7 +360,7 @@ dash-mcp always validates component definitions against dmc-mcp. No direct data
|
||||
|
||||
### How It Works
|
||||
|
||||
MCP servers don’t call each other. Claude orchestrates:
|
||||
MCP servers do not call each other. Claude orchestrates:
|
||||
|
||||
1. Server A returns output to Claude
|
||||
1. Claude interprets and determines next step
|
||||
@@ -466,7 +466,7 @@ Validates cross-plugin compatibility and Claude.md agent definitions. Ensures pl
|
||||
**`validate_data_flow`**
|
||||
|
||||
- Input: Agent sequence
|
||||
- Output: Verification that each step’s output matches next step’s expected input
|
||||
- Output: Verification that each step output matches next step expected input
|
||||
|
||||
-----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user