MCP注册表CLI的Snap包
  
此存储库包含从最新版本构建Snap包的代码 发布 MCP注册表CLI.
它的设计使安装更容易 mcp-publisher Debian和Linux等不同GNU/Linux发行版上的二进制文件 Ubuntu,并保持其最新状态。
\[!注意\] 该软件包是为AMD64和ARM64架构构建的,以及 它包括 mcp-publisher 二进制文件,而不是MCP注册表服务器。安装
# Install the Snap package from the Snap Store
sudo snap install mcp-publisher --stable发展
# Install Snap, Snapcraft, and Multipass
sudo apt install snapd
sudo snap install snapcraft --classic
sudo snap install multipass --classic# Clone this repository
git clone --depth=1 https://github.com/habedi/registry-cli-snap.git# Build the package (choose one):
cd registry-cli-snap/
# 1) Remote build for AMD64 and ARM64 via Launchpad public builders (might take a while)
bash build.sh --remote-build
# 2) Local build using Multipass (only supports host architecture)
bash build.sh --local# Install the package manually (optional)
sudo snap install --dangerous mcp-publisher_VER_ARCH.snap # Replace VER and ARCH with actual values许可证
此项目根据MIT许可证获得许可(参见 许可证).
