0.26 - a label on docker for GH OSS registry
CICD / Explore-Gitea-Actions (push) Successful in 34s
Details
CICD / Explore-Gitea-Actions (push) Successful in 34s
Details
This commit is contained in:
parent
efea12640b
commit
3ad0dc20c1
|
@ -19,5 +19,7 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
LABEL io.modelcontextprotocol.server.name="io.github.idjohnson/vikunjamcp"
|
||||||
|
|
||||||
CMD ["python", "main.py"]
|
CMD ["python", "main.py"]
|
||||||
#harbor.freshbrewed.science/library/vikunjamcp:0.25
|
#harbor.freshbrewed.science/library/vikunjamcp:0.26
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "vikunja",
|
"name": "vikunja",
|
||||||
"version": "1.0.25",
|
"version": "1.0.26",
|
||||||
"mcpServers": {
|
"mcpServers": {
|
||||||
"nodeServer": {
|
"nodeServer": {
|
||||||
"command": "docker",
|
"command": "docker",
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
"VIKUNJA_USERNAME",
|
"VIKUNJA_USERNAME",
|
||||||
"-e",
|
"-e",
|
||||||
"VIKUNJA_PASSWORD",
|
"VIKUNJA_PASSWORD",
|
||||||
"harbor.freshbrewed.science/library/vikunjamcp:0.25"
|
"harbor.freshbrewed.science/library/vikunjamcp:0.26"
|
||||||
],
|
],
|
||||||
"env": {
|
"env": {
|
||||||
"VIKUNJA_URL": "$VIKUNJA_URL",
|
"VIKUNJA_URL": "$VIKUNJA_URL",
|
||||||
|
|
|
@ -6,11 +6,11 @@
|
||||||
"url": "https://github.com/idjohnson/vikunjamcp",
|
"url": "https://github.com/idjohnson/vikunjamcp",
|
||||||
"source": "git"
|
"source": "git"
|
||||||
},
|
},
|
||||||
"version": "1.0.25",
|
"version": "1.0.26",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"registryType": "oci",
|
"registryType": "oci",
|
||||||
"identifier": "docker.io/idjohnson/vikunjamcp:0.25",
|
"identifier": "docker.io/idjohnson/vikunjamcp:0.26",
|
||||||
"transport": {
|
"transport": {
|
||||||
"type": "stdio"
|
"type": "stdio"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue