Skip to content

Commit 0ba33b6

Browse files
committed
fix naming
1 parent d9680dd commit 0ba33b6

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# MCPM - Model Client Package Manager
1+
# MCPM - Model Context Protocol Package Manager
22

3-
MCPM is a Homebrew-like service and command-line interface for managing MCP servers and clients.
3+
MCPM is a Homebrew-like service and command-line interface for managing Model Context Protocol (MCP) servers and clients.
44

55
## Overview
66

7-
MCPM aims to simplify the installation, configuration, and management of MCP clients with a focus on:
7+
MCPM aims to simplify the installation, configuration, and management of Model Context Protocol clients with a focus on:
88

9-
- Easy installation of MCP clients via a simple CLI
9+
- Easy installation of Model Context Protocol clients via a simple CLI
1010
- Centralized management of client configurations
1111
- Seamless updates for installed clients
1212
- Server-side management capabilities
@@ -15,8 +15,8 @@ MCPM aims to simplify the installation, configuration, and management of MCP cli
1515

1616
Initial release will support:
1717

18-
- Claude Desktop (Anthropic)
19-
- More clients coming soon...
18+
- Claude Desktop (Anthropic's Model Context Protocol client)
19+
- More Model Context Protocol clients coming soon...
2020

2121
## Roadmap
2222

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>MCPM - Model Client Package Manager</title>
6+
<title>MCPM - Model Context Protocol Package Manager</title>
77
<style>
88
body {
99
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
@@ -50,20 +50,20 @@
5050
<body>
5151
<header>
5252
<h1>MCPM</h1>
53-
<div class="tagline">The Model Client Package Manager for MCP Servers</div>
53+
<div class="tagline">The Model Context Protocol Package Manager</div>
5454
</header>
5555

5656
<div class="coming-soon">
5757
<h2>🚀 Coming Soon</h2>
58-
<p>We're building a Homebrew-like service for managing MCP servers and clients. Stay tuned!</p>
58+
<p>We're building a Homebrew-like service for managing Model Context Protocol (MCP) servers and clients. Stay tuned!</p>
5959
</div>
6060

6161
<div class="features">
6262
<h2>What to Expect</h2>
6363

6464
<div class="feature">
6565
<h3>🧩 Simple Client Installation</h3>
66-
<p>Install MCP clients with a single command:</p>
66+
<p>Install Model Context Protocol clients with a single command:</p>
6767
<code>mcpm install claude-desktop</code>
6868
</div>
6969

@@ -75,21 +75,21 @@ <h3>🔄 Easy Updates</h3>
7575

7676
<div class="feature">
7777
<h3>🔍 Client Discovery</h3>
78-
<p>Find available MCP clients:</p>
78+
<p>Find available Model Context Protocol clients:</p>
7979
<code>mcpm search</code>
8080
</div>
8181

8282
<div class="feature">
8383
<h3>⚙️ Server Management</h3>
84-
<p>Streamlined configuration and management for MCP servers.</p>
84+
<p>Streamlined configuration and management for Model Context Protocol servers.</p>
8585
</div>
8686
</div>
8787

8888
<div>
8989
<h2>Supported Clients</h2>
9090
<p>Our initial release will include support for:</p>
9191
<ul>
92-
<li><strong>Claude Desktop</strong> - Anthropic's desktop client</li>
92+
<li><strong>Claude Desktop</strong> - Anthropic's Model Context Protocol client</li>
9393
<li><em>More clients coming soon...</em></li>
9494
</ul>
9595
</div>

0 commit comments

Comments
 (0)