Auto Merge of PR 86 - wikipedia-mcp-server_2026-01-04T10-56-02

Merged by Trez.One
This commit was merged in pull request #86.
This commit is contained in:
2026-01-04 14:42:05 -05:00
2 changed files with 31 additions and 1 deletions
+24 -1
View File
@@ -21,7 +21,30 @@ jobs:
- name: Checkout Code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
fetch-depth: 1
fetch-depth: 0
- name: Setup Node.js Environment
uses: actions/setup-node@v2
with:
node-version: '20'
- name: OpenCommit (Gitea)
uses: https://git.trez.wtf/Trez/opencommit-gitea@main
with:
GITHUB_TOKEN: ${{ secrets.BOT_GITEA_TOKEN }}
PLATFORM: gitea
GITEA_URL: ${{ secrets.TREZ_GITEA_URL }}
env:
OCO_AI_PROVIDER: ollama
OCO_API_URL: ${{ secrets.OLLAMA_API_URL }}
OCO_TOKENS_MAX_INPUT: 4096
OCO_TOKENS_MAX_OUTPUT: 500
OCO_OPENAI_BASE_PATH: ''
OCO_DESCRIPTION: true
OCO_EMOJI: true
OCO_MODEL: devstral-small-2:24b
OCO_LANGUAGE: en
OCO_PROMPT_MODULE: conventional-commit
- name: Gotify Notification
uses: eikendev/gotify-action@ca0339b85ee8db9fda9c0718aaa7f95e17b3c617 # 0.0.4
+7
View File
@@ -191,6 +191,13 @@ services:
restart: unless-stopped
volumes:
- ${ULTIMA_DOCKER_DIR}/mcpo:/opt/mcpo
wikipedia-mcp:
command: ["--transport", "sse", "--country", "US", "--enable-cache"]
container_name: wikipedia-mcp
expose:
- 8080
image: mcp/wikipedia-mcp:latest
restart: unless-stopped
volumes:
ollama:
name: ollama