Skip to content

Commit 1033472

Browse files
committed
Remove old domain
1 parent 64396e2 commit 1033472

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Contributing to getmcp.io
1+
# Contributing to mcpm.sh
22

3-
Thank you for considering contributing to getmcp.io! This document outlines the process for adding or updating MCP servers in the registry.
3+
Thank you for considering contributing to mcpm.sh! This document outlines the process for adding or updating MCP servers in the registry.
44

55
## Adding a New Server
66

@@ -72,7 +72,7 @@ python scripts/prepare.py mcp-registry pages --validate-only
7272

7373
## Website Development
7474

75-
If you want to contribute to the getmcp.io website itself:
75+
If you want to contribute to the mcpm.sh website itself:
7676

7777
1. Fork and clone the repository
7878
2. Run the development server:
@@ -87,7 +87,7 @@ If you want to contribute to the getmcp.io website itself:
8787

8888
## Design Guidelines
8989

90-
getmcp.io follows a minimal, clean design philosophy:
90+
mcpm.sh follows a minimal, clean design philosophy:
9191

9292
- Stick to a minimal black and white color scheme
9393
- Focus on functionality and readability

DEVELOPMENT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Development Guide for getmcp.io
1+
# Development Guide for mcpm.sh
22

3-
This guide covers how to set up and run the getmcp.io website locally for development.
3+
This guide covers how to set up and run the mcpm.sh website locally for development.
44

55
## Prerequisites
66

dev.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
echo -e "\n📦 Setting up getmcp.io development environment...\n"
3+
echo -e "\n📦 Setting up mcpm.sh development environment...\n"
44

55
# Check if Docker is installed and running
66
if ! docker info &> /dev/null; then

mcp-registry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Browse the `servers` directory to find MCP servers that match your needs. Each s
1414

1515
### Installing Servers
1616

17-
Various MCP management tools can use this registry to install and configure servers. One such tool is [getmcp.sh](https://getmcp.io), a Homebrew-like package manager for MCP servers.
17+
Various MCP management tools can use this registry to install and configure servers. One such tool is [getmcp.sh](https://mcpm.sh), a Homebrew-like package manager for MCP servers.
1818

1919
## Adding Your Server
2020

pages/registry/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# getmcp.io Website Pages
1+
# mcpm.sh Website Pages
22

3-
This directory contains the Jekyll website for getmcp.io.
3+
This directory contains the Jekyll website for mcpm.sh.
44

55
## Local Development
66

7-
The getmcp.io website is built using Jekyll. The easiest way to run the development server locally is using Docker, which avoids having to install Ruby and all dependencies on your machine.
7+
The mcpm.sh website is built using Jekyll. The easiest way to run the development server locally is using Docker, which avoids having to install Ruby and all dependencies on your machine.
88

99
### Prerequisites
1010

src/mcpm/utils/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
logger = logging.getLogger(__name__)
1717

1818
# Default repository URL
19-
DEFAULT_REPO_URL = "https://getmcp.io/api/servers.json"
19+
DEFAULT_REPO_URL = "https://mcpm.sh/api/servers.json"
2020

2121
# Default cache file path
2222
DEFAULT_CACHE_FILE = os.path.join(DEFAULT_CONFIG_DIR, "servers_cache.json")

0 commit comments

Comments
 (0)