trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
15 lines • 502 B
TypeScript
#!/usr/bin/env node
/**
* TrellisVCS MCP Server — stdio or HTTP/SSE entry point
*
* Run with: bun run src/mcp/index.ts
* Or via MCP config: { "command": "bun", "args": ["run", "src/mcp/index.ts"] }
*
* Flags:
* --quiet Suppress stderr startup message (for harness mode)
* --path Repository root path (defaults to cwd)
* --http Run HTTP/SSE server instead of stdio (for web clients)
* --port HTTP port (default: 3333)
*/
export {};
//# sourceMappingURL=index.d.ts.map