Combines three repositories into a single workspace: - go-agent → pkg/orchestrator (Clotho), pkg/jobrunner, pkg/loop, cmd/ - go-agentic → pkg/lifecycle (allowance, sessions, plans, dispatch) - php-devops → repos.yaml, setup.sh, scripts/, .core/ Module path: forge.lthn.ai/core/agent All packages build, all tests pass. Co-Authored-By: Virgil <virgil@lethean.io>
21 lines
263 B
Markdown
21 lines
263 B
Markdown
---
|
|
name: serve-mcp
|
|
description: Starts the MCP server for the core CLI.
|
|
args: ""
|
|
---
|
|
|
|
# MCP Server
|
|
|
|
Starts the MCP server to expose core CLI commands as tools.
|
|
|
|
## Usage
|
|
|
|
```
|
|
/code:serve-mcp
|
|
```
|
|
|
|
## Action
|
|
|
|
```bash
|
|
"${CLAUDE_PLUGIN_ROOT}/scripts/mcp/run.sh"
|
|
```
|