diff --git a/src/fetch/README.md b/src/fetch/README.md index 2c3e048927..e14ae390e6 100644 --- a/src/fetch/README.md +++ b/src/fetch/README.md @@ -2,6 +2,8 @@ +Source: [modelcontextprotocol/servers/src/fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) + A Model Context Protocol server that provides web content fetching capabilities. This server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption. > [!CAUTION] diff --git a/src/fetch/pyproject.toml b/src/fetch/pyproject.toml index e2d0d38d0c..6c3c7f2d8f 100644 --- a/src/fetch/pyproject.toml +++ b/src/fetch/pyproject.toml @@ -28,6 +28,11 @@ dependencies = [ [project.scripts] mcp-server-fetch = "mcp_server_fetch:main" +[project.urls] +Repository = "https://github.com/modelcontextprotocol/servers" +Source = "https://github.com/modelcontextprotocol/servers/tree/main/src/fetch" +Issues = "https://github.com/modelcontextprotocol/servers/issues" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build" diff --git a/src/git/README.md b/src/git/README.md index c9ec3140be..65fefc98c9 100644 --- a/src/git/README.md +++ b/src/git/README.md @@ -2,6 +2,8 @@ +Source: [modelcontextprotocol/servers/src/git](https://github.com/modelcontextprotocol/servers/tree/main/src/git) + ## Overview A Model Context Protocol server for Git repository interaction and automation. This server provides tools to read, search, and manipulate Git repositories via Large Language Models. diff --git a/src/git/pyproject.toml b/src/git/pyproject.toml index ea46b1cfb2..e2a026cf7c 100644 --- a/src/git/pyproject.toml +++ b/src/git/pyproject.toml @@ -25,6 +25,11 @@ dependencies = [ [project.scripts] mcp-server-git = "mcp_server_git:main" +[project.urls] +Repository = "https://github.com/modelcontextprotocol/servers" +Source = "https://github.com/modelcontextprotocol/servers/tree/main/src/git" +Issues = "https://github.com/modelcontextprotocol/servers/issues" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build" diff --git a/src/time/README.md b/src/time/README.md index 51107f51de..87c51f513d 100644 --- a/src/time/README.md +++ b/src/time/README.md @@ -2,6 +2,8 @@ +Source: [modelcontextprotocol/servers/src/time](https://github.com/modelcontextprotocol/servers/tree/main/src/time) + A Model Context Protocol server that provides time and timezone conversion capabilities. This server enables LLMs to get current time information and perform timezone conversions using IANA timezone names, with automatic system timezone detection. ### Available Tools diff --git a/src/time/pyproject.toml b/src/time/pyproject.toml index b498a07b4a..90580695bc 100644 --- a/src/time/pyproject.toml +++ b/src/time/pyproject.toml @@ -26,6 +26,11 @@ dependencies = [ [project.scripts] mcp-server-time = "mcp_server_time:main" +[project.urls] +Repository = "https://github.com/modelcontextprotocol/servers" +Source = "https://github.com/modelcontextprotocol/servers/tree/main/src/time" +Issues = "https://github.com/modelcontextprotocol/servers/issues" + [build-system] requires = ["hatchling"] build-backend = "hatchling.build"