@mcpc-tech/core 0.3.17 → 0.3.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/index.cjs +422 -2260
- package/index.mjs +422 -2260
- package/package.json +2 -2
- package/types/src/compose.d.ts.map +1 -1
- package/types/src/prompts/types.d.ts +1 -1
- package/types/src/prompts/types.d.ts.map +1 -1
- package/types/src/set-up-mcp-compose.d.ts +8 -20
- package/types/src/set-up-mcp-compose.d.ts.map +1 -1
- package/types/src/types.d.ts.map +1 -1
- package/types/src/utils/state.d.ts +0 -5
- package/types/src/utils/state.d.ts.map +0 -1
package/README.md
CHANGED
|
@@ -111,8 +111,8 @@ deps: {
|
|
|
111
111
|
### Execution Modes
|
|
112
112
|
|
|
113
113
|
- **`agentic`** (default): Fully autonomous agent without structured workflow
|
|
114
|
-
- **`
|
|
115
|
-
|
|
114
|
+
- **`ai_sampling`**: Autonomous AI SDK execution
|
|
115
|
+
- **`ai_acp`**: AI SDK ACP mode for coding agents
|
|
116
116
|
|
|
117
117
|
### Plugins
|
|
118
118
|
|
|
@@ -151,8 +151,8 @@ Find complete examples in the [`examples/`](./examples/) directory:
|
|
|
151
151
|
|
|
152
152
|
- `01-basic-composition.ts` - Basic agent composition
|
|
153
153
|
- `02-plugin-usage.ts` - Using plugins
|
|
154
|
-
- `
|
|
155
|
-
- `
|
|
154
|
+
- `13-ai-sampling-mode.ts` - AI SDK sampling mode
|
|
155
|
+
- `15-ai-acp-mode.ts` - AI SDK ACP mode
|
|
156
156
|
|
|
157
157
|
## Documentation
|
|
158
158
|
|