Skip to content

Commit e43ef53

Browse files
committed
update description
1 parent 67bf59a commit e43ef53

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

README.md

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

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

55
## Overview
66

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

9-
- Easy installation of Model Context Protocol clients via a simple CLI
10-
- Centralized management of client configurations
11-
- Seamless updates for installed clients
9+
- Easy installation of Model Context Protocol configs via a simple CLI
10+
- Centralized management of configurations
11+
- Seamless updates for installed configs
1212
- Server-side management capabilities
1313

14-
## Supported Clients
14+
## Supported Configs
1515

16-
Initial release will support:
16+
Initial release will support configs for:
1717

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

2121
## Roadmap
2222

2323
- [x] Landing page setup
2424
- [ ] CLI foundation
25-
- [ ] Package repository structure
26-
- [ ] Claude Desktop integration
25+
- [ ] Config repository structure
26+
- [ ] Claude Desktop config integration
2727
- [ ] Server management functionality
28-
- [ ] Additional client support
28+
- [ ] Additional config support
2929

3030
## Development
3131

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -217,26 +217,26 @@ <h1>MCPM</h1>
217217

218218
<div class="coming-soon">
219219
<h2>🚀 Coming Soon</h2>
220-
<p>We're building a Homebrew-like service for managing Model Context Protocol (MCP) servers and clients. Stay tuned for a seamless installation and management experience.</p>
220+
<p>We're building a Homebrew-like service for managing Model Context Protocol (MCP) configs and servers. Stay tuned for a seamless configuration and management experience.</p>
221221
</div>
222222

223223
<h2>What to Expect</h2>
224224
<div class="features">
225225
<div class="feature">
226-
<h3><span>🧩</span> Simple Client Installation</h3>
227-
<p>Install Model Context Protocol clients with a single command:</p>
228-
<code><span class="command-prompt">$</span> mcpm install claude-desktop</code>
226+
<h3><span>🧩</span> Simple Config Installation</h3>
227+
<p>Install Model Context Protocol configs with a single command:</p>
228+
<code><span class="command-prompt">$</span> mcpm install claude-config</code>
229229
</div>
230230

231231
<div class="feature">
232232
<h3><span>🔄</span> Easy Updates</h3>
233-
<p>Keep your clients up to date effortlessly:</p>
233+
<p>Keep your MCP configs up to date effortlessly:</p>
234234
<code><span class="command-prompt">$</span> mcpm update</code>
235235
</div>
236236

237237
<div class="feature">
238-
<h3><span>🔍</span> Client Discovery</h3>
239-
<p>Find available Model Context Protocol clients:</p>
238+
<h3><span>🔍</span> Config Discovery</h3>
239+
<p>Find available Model Context Protocol configs:</p>
240240
<code><span class="command-prompt">$</span> mcpm search</code>
241241
</div>
242242

@@ -248,11 +248,11 @@ <h3><span>⚙️</span> Server Management</h3>
248248
</div>
249249

250250
<div class="clients">
251-
<h2>Supported Clients</h2>
252-
<p>Our initial release will include support for:</p>
251+
<h2>Supported Configs</h2>
252+
<p>Our initial release will include config support for:</p>
253253
<ul>
254-
<li><strong>Claude Desktop</strong> - Anthropic's Model Context Protocol client</li>
255-
<li><em>More Model Context Protocol clients coming soon...</em></li>
254+
<li><strong>Claude Desktop</strong> - Configs for Anthropic's Model Context Protocol client</li>
255+
<li><em>More Model Context Protocol configs coming soon...</em></li>
256256
</ul>
257257
</div>
258258

0 commit comments

Comments
 (0)