File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ uv publish
197197
198198``` bash
199199docker build -t rtm-mcp .
200- docker push ghcr.io/lukasz /rtm-mcp
200+ docker push ghcr.io/ljadach /rtm-mcp
201201```
202202
203203## Common Issues
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Thank you for your interest in contributing!
66
771 . Clone the repository:
88``` bash
9- git clone https://github.com/lukasz /rtm-mcp.git
9+ git clone https://github.com/ljadach /rtm-mcp.git
1010cd rtm-mcp
1111```
1212
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pip install rtm-mcp
2929### From Source
3030
3131``` bash
32- git clone https://github.com/lukasz /rtm-mcp.git
32+ git clone https://github.com/ljadach /rtm-mcp.git
3333cd rtm-mcp
3434uv sync
3535```
Original file line number Diff line number Diff line change 22name = " rtm-mcp"
33version = " 1.0.0"
44description = " Remember The Milk MCP Server - Full API coverage for Claude"
5- authors = [{ name = " Lukasz" , email = " lukasz@example.com " }]
5+ authors = [{ name = " Lukasz Jadach " }]
66readme = " README.md"
77license = { text = " MIT" }
88requires-python = " >=3.11"
@@ -38,9 +38,9 @@ rtm-mcp = "rtm_mcp.server:main"
3838rtm-setup = " rtm_mcp.scripts.setup_auth:main"
3939
4040[project .urls ]
41- Homepage = " https://github.com/lukasz /rtm-mcp"
42- Repository = " https://github.com/lukasz /rtm-mcp"
43- Issues = " https://github.com/lukasz /rtm-mcp/issues"
41+ Homepage = " https://github.com/ljadach /rtm-mcp"
42+ Repository = " https://github.com/ljadach /rtm-mcp"
43+ Issues = " https://github.com/ljadach /rtm-mcp/issues"
4444
4545[build-system ]
4646requires = [" hatchling" ]
You can’t perform that action at this time.
0 commit comments