Skip to content

docs: mark Python MCP Client transport as supported#440

Merged
brendanjryan merged 1 commit intomainfrom
feat/python-mcp-client-parity
Mar 23, 2026
Merged

docs: mark Python MCP Client transport as supported#440
brendanjryan merged 1 commit intomainfrom
feat/python-mcp-client-parity

Conversation

@brendanjryan
Copy link
Collaborator

Updates the SDK feature table — Python MCP Client changes from to MCP SDK transport.

Follows tempoxyz/pympp#96 which adds the McpClient wrapper.

@vercel
Copy link

vercel bot commented Mar 23, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
mpp Ready Ready Preview, Comment Mar 23, 2026 8:01pm

Request Review

Mark Python MCP Client as supported (MCP SDK transport) following
tempoxyz/pympp#96 which adds the McpClient wrapper.
Copy link

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

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: 03fddc4fbf

ℹ️ 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 +3800 to +3804
.svc-icon-img {
width: 28px; height: 28px; border-radius: 6px;
display: block; object-fit: contain;
background: light-dark(#e8e8ec, #2a2a2a);
filter: light-dark(invert(1), none);

Choose a reason for hiding this comment

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

P2 Badge Define svc-icon-img outside the tablet media query

On screens wider than 1400px, this is the only rule that styles svc-icon-img, so the <img> in ServiceIcon loses the old object-fit/background/inversion treatment in the default desktop table. That matters because scripts/sync-logos.ts fetches greyscale theme=dark PNGs; many of those logos are white-on-transparent, so they become hard to see in light mode on wide desktops.

Useful? React with 👍 / 👎.

Comment on lines +2258 to +2259
background: light-dark(#e8e8ec, #2a2a2a);
filter: light-dark(invert(1), none);

Choose a reason for hiding this comment

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

P2 Badge Use a valid filter value for discovery icons

light-dark() only resolves color/image values, but filter accepts none, url(), or filter functions. Browsers therefore drop filter: light-dark(invert(1), none) here, so the discovery cards no longer invert white monochrome logos in light mode. The previous JS path handled that case explicitly, so this change makes a subset of service icons nearly invisible on the light theme.

Useful? React with 👍 / 👎.

@brendanjryan brendanjryan merged commit ecace2e into main Mar 23, 2026
8 checks passed
@brendanjryan brendanjryan deleted the feat/python-mcp-client-parity branch March 23, 2026 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant