Coverage for src/lilbee/app/endpoints.py: 100%
5 statements
« prev ^ index » next coverage.py v7.15.2, created at 2026-08-14 11:46 +0000
« prev ^ index » next coverage.py v7.15.2, created at 2026-08-14 11:46 +0000
1"""Paths the lilbee server serves its agent-facing surfaces at.
3The server's own mounts and the client config blocks lilbee hands out read
4these, so a path cannot drift between what lilbee serves and what it tells a
5client to call.
6"""
8from __future__ import annotations
10MCP_PATH = "/mcp"
11"""Streamable-http MCP endpoint."""
13OPENAI_PATH = "/v1"
14"""OpenAI-compatible chat completions and model list."""