Skip to content

Commit 76e4d37

Browse files
authored
Setting the version to 1.0.1 in examples
Version 1.0.1 is the first release where we can pull from the container registry.
1 parent ed52c06 commit 76e4d37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ A Kotlin implementation of the Model Context Protocol (MCP) server for comprehen
3535
docker pull ghcr.io/jpicklyk/task-orchestrator:latest
3636

3737
# Or specific version
38-
docker pull ghcr.io/jpicklyk/task-orchestrator:1.0.0
38+
docker pull ghcr.io/jpicklyk/task-orchestrator:1.0.1
3939

4040
# Or latest build from main branch
4141
docker pull ghcr.io/jpicklyk/task-orchestrator:main
@@ -93,7 +93,7 @@ Use the JSON configuration command:
9393
claude mcp add-json task-orchestrator '{"type":"stdio","command":"docker","args":["run","--rm","-i","-v","mcp-task-data:/app/data","ghcr.io/jpicklyk/task-orchestrator:latest"]}'
9494

9595
# Specific version
96-
claude mcp add-json task-orchestrator '{"type":"stdio","command":"docker","args":["run","--rm","-i","-v","mcp-task-data:/app/data","ghcr.io/jpicklyk/task-orchestrator:1.0.0"]}'
96+
claude mcp add-json task-orchestrator '{"type":"stdio","command":"docker","args":["run","--rm","-i","-v","mcp-task-data:/app/data","ghcr.io/jpicklyk/task-orchestrator:1.0.1"]}'
9797

9898
# Latest from main branch
9999
claude mcp add-json task-orchestrator '{"type":"stdio","command":"docker","args":["run","--rm","-i","-v","mcp-task-data:/app/data","ghcr.io/jpicklyk/task-orchestrator:main"]}'
@@ -234,4 +234,4 @@ See [contributing guidelines](CONTRIBUTING.md) for details.
234234

235235
## License
236236

237-
[MIT License](LICENSE)
237+
[MIT License](LICENSE)

0 commit comments

Comments
 (0)