@dforge-core/dforge-mcp 0.1.0-rc.5 → 0.1.0-rc.7
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 +2 -0
- package/dist/server.js +284 -284
- package/docs/creating-modules.md +145 -0
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ MCP server for dForge module authoring. Exposes 18 composable tools and the cano
|
|
|
4
4
|
|
|
5
5
|
Ships with a wizard Skill (`skills/dforge-mcp-author/SKILL.md`) that walks the AI through six phases with explicit backtrack support when later phases expose earlier gaps.
|
|
6
6
|
|
|
7
|
+
**New here?** Start with **[docs/creating-modules.md](docs/creating-modules.md)** — three ways to scaffold a module (terminal CLI, VS Code sidebar, AI wizard) and when to pick each.
|
|
8
|
+
|
|
7
9
|
> **Two GitHub repos to know:** this MCP server lives at `dforge-core/dforge-mcp`. The dForge platform itself (entities, validator, native CLI source) lives at `iash44/dForge-core` — referenced in `homepage` because the schemas + DSL conventions come from there.
|
|
8
10
|
|
|
9
11
|
## What it depends on at runtime
|