Commit graph

14 commits

Author SHA1 Message Date
Virgil
985bc2017f refactor(mcp): align AX DTO defaults and IDE config
Normalize the MCP constructor workspace defaulting to use the actual working directory, and replace the IDE subsystem's functional options with a Config DTO so the codebase stays aligned with AX-style configuration objects.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:02:16 +00:00
Snider
c68698fc5c deps: bump dappco.re/go/core to v0.8.0-alpha.1
Resolves build failures from using Core primitives (JSONMarshalString,
JSONUnmarshal, ReadAll, ServiceRuntime, etc.) that didn't exist in v0.4.7.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 12:22:46 +00:00
Snider
4c6c9d7709 refactor: migrate core import to dappco.re/go/core
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 12:13:52 +00:00
Snider
bac5b83cbf chore: sync dependencies for v0.3.4
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:53:10 +00:00
Snider
45fbe0bc73 chore: sync dependencies for v0.3.3
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:49:05 +00:00
Snider
a4f86b5de6 chore: sync dependencies for v0.3.2
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 22:19:03 +00:00
Snider
d6dccec914 refactor: move MLSubsystem to go-ml/pkg/mcp
ML tools (generate, score, probe, status, backends) belong in go-ml,
not the MCP framework. Removes go-ml/go-mlx/go-duckdb dependency chain
from core/mcp, unblocking CGO_ENABLED=0 cross-compilation.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 15:37:27 +00:00
Snider
cbc7ccd91c chore: sync workspace dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:45:04 +00:00
Snider
4b6dec50b1 chore: sync go.mod dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:38:33 +00:00
Snider
3695f72b42 chore: bump forge deps (core/go v0.3.1, go-io v0.1.2, go-process v0.2.2)
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:17:42 +00:00
Snider
f0f53efeb6 fix: align dependency versions for forge resolution
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 14:47:35 +00:00
Snider
7a766dd32c fix: align indirect dependency versions via go work sync
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 13:42:31 +00:00
Snider
1df29c915b fix: update stale import paths and dependency versions from extraction
Resolve stale forge.lthn.ai/core/cli v0.1.0 references (tag never existed,
earliest is v0.0.1) and regenerate go.sum via workspace-aware go mod tidy.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 13:38:59 +00:00
Snider
9e2d77ed2a feat: initial core/mcp — Go MCP server + PHP Laravel MCP package
Moved from go-ai/mcp/ and php-mcp. Produces core-mcp binary.
49 MCP tools including brain, RAG, ML, IDE bridge.
2026-03-09 18:34:17 +00:00