Skip to content

Add Wine Labs remote MCP server - #1507

Open
imiraoui wants to merge 1 commit into
stacklok:mainfrom
imiraoui:add-wine-labs
Open

Add Wine Labs remote MCP server#1507
imiraoui wants to merge 1 commit into
stacklok:mainfrom
imiraoui:add-wine-labs

Conversation

@imiraoui

Copy link
Copy Markdown

Closes #1506

Summary

  • adds the first-party Wine Labs hosted MCP server to the ToolHive catalog
  • declares its public Streamable HTTP endpoint, browser OAuth, three stable top-level tools, and mutation-sensitive account workflows
  • links the public connection metadata repository and canonical Wine Labs product/docs page
  • uses the official Registry's concise description and version 1.0.0

Verification

  • https://chat.wine-labs.com/mcp returns the expected OAuth 401 challenge
  • protected-resource discovery returns HTTP 200 and advertises bearer tokens in the header
  • the official MCP Registry entry io.github.imiraoui/winelabs is active
  • catalog validation passes for all 111 ToolHive servers and 216 skills
  • go test ./... passes

Source and licensing transparency

Wine Labs is the official first-party publisher. The hosted server implementation and Wine Labs data are proprietary; the linked public repository contains MIT-licensed connection metadata and documentation and states that distinction explicitly. This submission relies on ToolHive's first-party proprietary-service allowance and does not represent the hosted implementation as open source.

No production credentials, static API keys, adoption claims, or security claims are included.

Signed-off-by: Ilias Miraoui <ilias.miraoui@columbia.edu>
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 30, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-30T13:28:25.146728Z a0e0b17 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: a0e0b17455

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +10 to +11
"version": "1.0.0",
"websiteUrl": "https://winelabs.ai/agents",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add the required server icon

This entry provides neither an icons reference nor an icon.svg asset, making wine-labs the only ToolHive server directory without an icon and leaving catalog consumers unable to display its branding. The server-entry instructions require both the asset and an icons array pointing to it, so add them before publishing the entry.

Useful? React with 👍 / 👎.

"io.modelcontextprotocol.registry/publisher-provided": {
"io.github.stacklok": {
"https://chat.wine-labs.com/mcp": {
"tier": "Community",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Classify the first-party server as Official

The overview and author metadata identify this as Wine Labs' first-party hosted server, but Community denotes a community-maintained integration; every other first-party remote server in this registry uses Official. Keeping this value causes catalog consumers to present an inaccurate provenance tier, so use Official if Wine Labs operates the endpoint.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Wine Labs remote MCP server

1 participant