mirror of
https://github.com/musistudio/claude-code-router.git
synced 2026-01-30 06:12:06 +00:00
fix docs
This commit is contained in:
@@ -6,10 +6,10 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
|
||||
|
||||
Claude Code Router is a tool that routes Claude Code requests to different LLM providers. It uses a Monorepo architecture with four main packages:
|
||||
|
||||
- **cli** (`@musistudio/claude-code-router-cli`): Command-line tool providing the `ccr` command
|
||||
- **server** (`@musistudio/claude-code-router-server`): Core server handling API routing and transformations
|
||||
- **shared** (`@musistudio/claude-code-router-shared`): Shared constants, utilities, and preset management
|
||||
- **ui** (`@musistudio/claude-code-router-ui`): Web management interface (React + Vite)
|
||||
- **cli** (`@musistudio/claude-code-router`): Command-line tool providing the `ccr` command
|
||||
- **server** (`@CCR/server`): Core server handling API routing and transformations
|
||||
- **shared** (`@CCR/shared`): Shared constants, utilities, and preset management
|
||||
- **ui** (`@CCR/ui`): Web management interface (React + Vite)
|
||||
|
||||
## Build Commands
|
||||
|
||||
|
||||
Reference in New Issue
Block a user