Skip to content

Commit 0657015

Browse files
committed
Update repo URLs from nc-mcp-server to nc_mcp_server after rename
1 parent acf5005 commit 0657015

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# Nextcloud MCP Server
22

3-
[![Lint](https://github.com/cloud-py-api/nc-mcp-server/actions/workflows/lint.yml/badge.svg)](https://github.com/cloud-py-api/nc-mcp-server/actions/workflows/lint.yml)
4-
[![Unit Tests](https://github.com/cloud-py-api/nc-mcp-server/actions/workflows/tests-unit.yml/badge.svg)](https://github.com/cloud-py-api/nc-mcp-server/actions/workflows/tests-unit.yml)
5-
[![Integration Tests](https://github.com/cloud-py-api/nc-mcp-server/actions/workflows/tests-integration.yml/badge.svg)](https://github.com/cloud-py-api/nc-mcp-server/actions/workflows/tests-integration.yml)
6-
[![codecov](https://codecov.io/gh/cloud-py-api/nc-mcp-server/graph/badge.svg)](https://codecov.io/gh/cloud-py-api/nc-mcp-server)
3+
[![Lint](https://github.com/cloud-py-api/nc_mcp_server/actions/workflows/lint.yml/badge.svg)](https://github.com/cloud-py-api/nc_mcp_server/actions/workflows/lint.yml)
4+
[![Unit Tests](https://github.com/cloud-py-api/nc_mcp_server/actions/workflows/tests-unit.yml/badge.svg)](https://github.com/cloud-py-api/nc_mcp_server/actions/workflows/tests-unit.yml)
5+
[![Integration Tests](https://github.com/cloud-py-api/nc_mcp_server/actions/workflows/tests-integration.yml/badge.svg)](https://github.com/cloud-py-api/nc_mcp_server/actions/workflows/tests-integration.yml)
6+
[![codecov](https://codecov.io/gh/cloud-py-api/nc_mcp_server/graph/badge.svg)](https://codecov.io/gh/cloud-py-api/nc_mcp_server)
77

88
![NextcloudVersion](https://img.shields.io/badge/Nextcloud-32%20%7C%2033-blue)
99
![PythonVersion](https://img.shields.io/badge/python-3.12%20%7C%203.13%20%7C%203.14-blue)
1010
[![Python](https://img.shields.io/pypi/implementation/nc-mcp-server)](https://pypi.org/project/nc-mcp-server/)
1111
[![PyPI](https://img.shields.io/pypi/v/nc-mcp-server.svg)](https://pypi.org/project/nc-mcp-server/)
12-
[![License: MIT](https://img.shields.io/github/license/cloud-py-api/nc-mcp-server)](https://github.com/cloud-py-api/nc-mcp-server/blob/main/LICENSE)
12+
[![License: MIT](https://img.shields.io/github/license/cloud-py-api/nc_mcp_server)](https://github.com/cloud-py-api/nc_mcp_server/blob/main/LICENSE)
1313

1414
> **Experimental** — This repository is fully maintained by AI (Claude). It serves as an experiment in autonomous AI-driven open-source development.
1515
@@ -52,8 +52,8 @@ uvx nc-mcp-server
5252

5353
Or from source:
5454
```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
5757
pip install -e .
5858
```
5959

@@ -207,8 +207,8 @@ nc-mcp-server
207207

208208
```bash
209209
# 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
212212
python3 -m venv venv && source venv/bin/activate
213213
pip install -e ".[dev]"
214214

0 commit comments

Comments
 (0)