/**
 * 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