Skip to content

Commit 54b5343

Browse files
committed
chore: enhance README with MCP manifest details
- Changed the homepage URL in package.json to the correct format. - Added a new section in README.md detailing the MCP manifest concept, including its features and benefits for MCP server management.
1 parent 407db8f commit 54b5343

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
The CLI manager for MCP servers.
44

5+
## 🧩 MCP Manifest Concept
6+
7+
MCPBar implements a standardized approach for MCP servers using `mcp.json` manifest files. This solution:
8+
9+
- πŸ“„ Uses a **standardized manifest format** (`mcp.json`) similar to `package.json` in npm
10+
- 🌐 Supports a **decentralized distribution model** where developers can host manifests anywhere
11+
- πŸ”„ Allows installation directly from URLs, local files, or package aliases
12+
- πŸ” Features an optional registry for enhanced discoverability
13+
- πŸ” Securely handles server configuration with explicit handling of sensitive inputs
14+
- πŸ“š Includes an **open registry** with 1500+ MCP servers in the `registry` directory
15+
16+
This approach simplifies discovery, installation, and configuration of MCP servers across different clients, making the MCP ecosystem more accessible and organized.
17+
18+
The extensive registry is the foundation of an open and standardized MCP ecosystem, enabling developers to easily discover, share, and contribute to the growing collection of MCP servers.
19+
20+
For more details, see the [MCP Manifest Proposal](./doc/proposal.md) and [Concept Overview](./doc/idea.md).
21+
522
## 🌟 Features
623

724
- πŸ”„ Simple installation and management of MCP servers

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dist",
1414
"bin"
1515
],
16-
"homepage": "https://mcp.bar",
16+
"homepage": "https://www.mcp.bar",
1717
"repository": {
1818
"type": "git",
1919
"url": "git+ssh://git@github.com/in-fun/mcpbar.git"

0 commit comments

Comments
Β (0)