|
1 | 1 | # Nextcloud MCP Server |
2 | 2 |
|
3 | | -[](https://github.com/cloud-py-api/nc-mcp-server/actions/workflows/lint.yml) |
4 | | -[](https://github.com/cloud-py-api/nc-mcp-server/actions/workflows/tests-unit.yml) |
5 | | -[](https://github.com/cloud-py-api/nc-mcp-server/actions/workflows/tests-integration.yml) |
6 | | -[](https://codecov.io/gh/cloud-py-api/nc-mcp-server) |
| 3 | +[](https://github.com/cloud-py-api/nc_mcp_server/actions/workflows/lint.yml) |
| 4 | +[](https://github.com/cloud-py-api/nc_mcp_server/actions/workflows/tests-unit.yml) |
| 5 | +[](https://github.com/cloud-py-api/nc_mcp_server/actions/workflows/tests-integration.yml) |
| 6 | +[](https://codecov.io/gh/cloud-py-api/nc_mcp_server) |
7 | 7 |
|
8 | 8 |  |
9 | 9 |  |
10 | 10 | [](https://pypi.org/project/nc-mcp-server/) |
11 | 11 | [](https://pypi.org/project/nc-mcp-server/) |
12 | | -[](https://github.com/cloud-py-api/nc-mcp-server/blob/main/LICENSE) |
| 12 | +[](https://github.com/cloud-py-api/nc_mcp_server/blob/main/LICENSE) |
13 | 13 |
|
14 | 14 | > **Experimental** — This repository is fully maintained by AI (Claude). It serves as an experiment in autonomous AI-driven open-source development. |
15 | 15 |
|
@@ -52,8 +52,8 @@ uvx nc-mcp-server |
52 | 52 |
|
53 | 53 | Or from source: |
54 | 54 | ```bash |
55 | | -git clone https://github.com/cloud-py-api/nc-mcp-server.git |
56 | | -cd nc-mcp-server |
| 55 | +git clone https://github.com/cloud-py-api/nc_mcp_server.git |
| 56 | +cd nc_mcp_server |
57 | 57 | pip install -e . |
58 | 58 | ``` |
59 | 59 |
|
@@ -207,8 +207,8 @@ nc-mcp-server |
207 | 207 |
|
208 | 208 | ```bash |
209 | 209 | # Clone and install |
210 | | -git clone https://github.com/cloud-py-api/nc-mcp-server.git |
211 | | -cd nc-mcp-server |
| 210 | +git clone https://github.com/cloud-py-api/nc_mcp_server.git |
| 211 | +cd nc_mcp_server |
212 | 212 | python3 -m venv venv && source venv/bin/activate |
213 | 213 | pip install -e ".[dev]" |
214 | 214 |
|
|
0 commit comments