Skip to content

Home#47

Merged
alvagante merged 1 commit into
mainfrom
home
May 17, 2026
Merged

Home#47
alvagante merged 1 commit into
mainfrom
home

Conversation

@alvagante
Copy link
Copy Markdown
Member

No description provided.

Copilot AI review requested due to automatic review settings May 17, 2026 16:06
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the repository home page (README.md) by adjusting sponsor copy and adding an MCP server showcase section.

Changes:

  • Shortens the AMS-IX sponsor text in the Sponsors section.
  • Adds a new “MCP server” section with an embedded asciinema sample interaction.
Comments suppressed due to low confidence (2)

README.md:89

  • The README includes a <script> embed for asciinema. GitHub-flavored Markdown sanitizes script tags, so this likely won’t render for most readers (and is generally discouraged for security). Consider replacing it with a plain link and/or an image-based embed (e.g., asciinema SVG/GIF) that GitHub will display.
Here's a sample interaction with Pabawi's MCP server.

<script src="https://asciinema.org/a/1073835.js" id="asciicast-1073835" async="true"></script>

README.md:88

  • async="true" is not the typical HTML boolean attribute form. If you keep this element, prefer the standard boolean async attribute (or ensure whatever renderer you target accepts the current form).
<script src="https://asciinema.org/a/1073835.js" id="asciicast-1073835" async="true"></script>

Comment thread README.md Outdated

<img src="docs/screenshots/pabawi-screenshots.png" alt="Pabawi Screenshots" width="1024">

## MCP server
Docs: Updated README

Docs: Updated README
@alvagante alvagante merged commit 546a624 into main May 17, 2026
5 checks passed
@alvagante alvagante deleted the home branch May 17, 2026 16:58
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.

2 participants