MCP Publisher #6251
caarlos0
started this conversation in
Ideas, Issue Triage, and General discussions
MCP Publisher
#6251
Replies: 1 comment 5 replies
-
|
I'm a newbie to MCP registry publication so please excuse my dumb question but I get the following and this is my mcp config: dockers_v2:
- images:
- myuser/{{ .ProjectName }}
tags:
- "v{{ .Version }}"
extra_files:
- ./
labels:
"io.modelcontextprotocol.server.name": "io.github.myuser/myrepo"
mcp:
name: io.github.myuser/myrepo
title: my mcp
description: some description
homepage: https://github.com/myuser/myrepo
auth:
type: none
repository:
url: "https://github.com/myuser/myrepo.git"
source: github
id: "<id from gh cli>"
packages:
- registry_type: oci
identifier: "ghcr.io/myuser/myrepo:{{ .Version }}"
transport:
type: streamable-http
disable: falsefor extra reference, this is the project: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Use this discussion to give feedback, report problems, and ask questions about the new MCP publisher feature.
Docs: https://goreleaser.com/customization/mcp/
On the roadmap
Beta Was this translation helpful? Give feedback.
All reactions