├── .github └── workflows │ └── docker.yml ├── Dockerfile ├── LICENSE ├── README.md ├── config.json └── docker-compose.yml /.github/workflows/docker.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cr-zhichen/mcpo-proxy/HEAD/.github/workflows/docker.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cr-zhichen/mcpo-proxy/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cr-zhichen/mcpo-proxy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cr-zhichen/mcpo-proxy/HEAD/README.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cr-zhichen/mcpo-proxy/HEAD/config.json -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cr-zhichen/mcpo-proxy/HEAD/docker-compose.yml --------------------------------------------------------------------------------