trellis
Version:
Agentic State Engine — event-sourced causal graph with branching, decision traces, and realtime sync for AI-native applications
18 lines • 534 B
TypeScript
/**
* Trellis Docs MCP Server
*
* Exposes TrellisVCS and TrellisDB documentation to any MCP-compatible
* AI agent, enabling context-aware assistance for developers using Trellis.
*
* Modeled after the SvelteMCP pattern:
* - list-sections → discover all doc sections
* - get-documentation → fetch full content for specific sections
* - trellis-check → lint/validate trellis code patterns
*
* Usage (local):
* bun run src/mcp/docs.ts
*
* @module mcp/docs
*/
export {};
//# sourceMappingURL=docs.d.ts.map