MCP Server
Connection Modes
Section titled “Connection Modes”| Mode | Use Case | Command |
|---|---|---|
| stdio | Direct agent integration | entrance.exe mcp stdio |
| HTTP | Scripts, CI/CD, remote | entrance.exe mcp http --port 9720 |
Available Tools
Section titled “Available Tools”Forge Tools
Section titled “Forge Tools”| Tool | Description |
|---|---|
forge_dispatch | Dispatch a new task |
forge_list_tasks | List all tasks with status |
forge_cancel_task | Cancel a running task |
Vault Tools
Section titled “Vault Tools”| Tool | Description |
|---|---|
vault_get_token | Retrieve an API token |
vault_list_tokens | List available token names |
Security
Section titled “Security”- Agents access tools through MCP — no direct DB access
- Tool availability controlled by
PermissionGuard(L0–L4) - Vault tokens injected at runtime, never in prompts