Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/m/mcp-publisher.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class McpPublisher < Formula
desc "Publisher CLI tool for the Official Model Context Protocol (MCP) Registry"
homepage "https://github.com/modelcontextprotocol/registry"
url "https://github.com/modelcontextprotocol/registry/archive/refs/tags/v1.1.0.tar.gz"
sha256 "31033a7637030daeedba91c3833adca50aba240f32dfec0559c268d36dccc46d"
url "https://github.com/modelcontextprotocol/registry/archive/refs/tags/v1.2.0.tar.gz"
sha256 "11ae097ef37f89e0e8210051cfc642d911b16711dea8dca2aa5f7536837cf92c"
license "MIT"
head "https://github.com/modelcontextprotocol/registry.git", branch: "main"

Expand Down
Loading