dravr-sciotte-server 0.1.0

Unified REST API + MCP server + CLI for sport activity scraping
Documentation
1
2
3
4
5
6
7
8
9
10
// ABOUTME: Library root re-exporting server modules
// ABOUTME: Exposes router, handlers, auth, and state for composability
//
// SPDX-License-Identifier: MIT OR Apache-2.0
// Copyright (c) 2026 dravr.ai

pub mod auth;
pub mod health;
pub mod router;
pub mod state;