diff --git a/README.md b/README.md index 30fad68..890698e 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ No paid API is required. ### Local install with `uv` ```bash -git clone /openherbarium-mcp.git +git clone https://git.home-deneuville.fr/Edern/openherbarium-mcp.git cd openherbarium-mcp uv sync --extra dev ``` diff --git a/pyproject.toml b/pyproject.toml index 40b7526..facfa30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,9 +40,9 @@ dev = [ openherbarium-mcp = "openherbarium_mcp.server:main" [project.urls] -Homepage = "https://example.invalid/openherbarium-mcp" -Repository = "https://example.invalid/openherbarium-mcp" -Issues = "https://example.invalid/openherbarium-mcp/issues" +Homepage = "https://git.home-deneuville.fr/Edern/openherbarium-mcp" +Repository = "https://git.home-deneuville.fr/Edern/openherbarium-mcp" +Issues = "https://git.home-deneuville.fr/Edern/openherbarium-mcp/issues" [tool.hatch.build.targets.wheel] packages = ["src/openherbarium_mcp"] diff --git a/src/openherbarium_mcp/http.py b/src/openherbarium_mcp/http.py index 7c4037a..09fb06e 100644 --- a/src/openherbarium_mcp/http.py +++ b/src/openherbarium_mcp/http.py @@ -5,7 +5,7 @@ from typing import Any import httpx -USER_AGENT = "OpenHerbarium-MCP/0.1 (+https://example.invalid/openherbarium-mcp)" +USER_AGENT = "OpenHerbarium-MCP/0.1 (+https://git.home-deneuville.fr/Edern/openherbarium-mcp)" class BotanicalHTTPClient: