slightly rename package for accuracy
This commit is contained in:
@@ -6,7 +6,7 @@ on:
|
||||
- main
|
||||
|
||||
env:
|
||||
IMAGE: code.aneur.in/cloud/webfetch-mcp-docker
|
||||
IMAGE: code.aneur.in/cloud/webfetch-mcpo-docker
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# webfetch-mcp-docker
|
||||
# webfetch-mcpo-docker
|
||||
|
||||
A single Docker image exposing [`webfetch-mcp`](https://code.aneur.in/mirrors/webfetch-mcp)'s
|
||||
`web_search` and `web_fetch` tools over HTTP/OpenAPI, via [`mcpo`](https://github.com/open-webui/mcpo).
|
||||
@@ -11,7 +11,7 @@ to live in one image — that's what this repo builds.
|
||||
## Build
|
||||
|
||||
```sh
|
||||
docker build -t webfetch-mcp-docker .
|
||||
docker build -t webfetch-mcpo-docker .
|
||||
```
|
||||
|
||||
## Run
|
||||
@@ -20,7 +20,7 @@ docker build -t webfetch-mcp-docker .
|
||||
docker run -p 8000:8000 \
|
||||
-e MCPO_API_KEY=some-secret \
|
||||
-e SEARXNG_BASE=http://searxng.example.internal:8080 \
|
||||
webfetch-mcp-docker
|
||||
webfetch-mcpo-docker
|
||||
```
|
||||
|
||||
Interactive API docs: `http://localhost:8000/docs` (and `/openapi.json`). These are
|
||||
@@ -71,7 +71,7 @@ bumping `mcpo`, double check its CLI flags still match what `entrypoint.sh` assu
|
||||
## CI
|
||||
|
||||
`.gitea/workflows/docker-build.yml` builds and pushes
|
||||
`code.aneur.in/cloud/webfetch-mcp-docker:latest` on every push to `main`. It
|
||||
`code.aneur.in/cloud/webfetch-mcpo-docker:latest` on every push to `main`. It
|
||||
authenticates using the repo secrets `PACKAGE_REGISTRY_USER` and
|
||||
`PACKAGE_REGISTRY_TOKEN` — the default Gitea Actions token doesn't have
|
||||
package-registry write permission on this instance, so these must be created
|
||||
|
||||
Reference in New Issue
Block a user