Skip to content

Updating the readme.file #366

Open
ProfessorSeb wants to merge 33 commits intoagentregistry-dev:mainfrom
ProfessorSeb:main
Open

Updating the readme.file #366
ProfessorSeb wants to merge 33 commits intoagentregistry-dev:mainfrom
ProfessorSeb:main

Conversation

@ProfessorSeb
Copy link

@ProfessorSeb ProfessorSeb commented Mar 18, 2026

Description

README overhaul: simplify structure, update branding, add agentgateway section.

Change Type

/kind documentation

Changelog

NONE

Additional Notes
No code changes. Documentation and image assets only.

ProfessorSeb and others added 23 commits March 17, 2026 15:51
Remove Deploy anywhere, Semantic search, and Governance sections.
Replace artifact registry tables/GIFs with clean bullet points.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Combine registry, governance, deployment, client integration, and
workflow overview into five focused subsections.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Restore MCP servers, Skills, Agents, and Prompts descriptions
under a new Build subsection. Add four-point Why summary.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… instead

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ection

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copy link
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 project’s public-facing documentation and branding by rewriting the README into a more marketing-style overview, adding new visual assets, and removing legacy/unused files.

Changes:

  • Reworked README.md structure/content (new hero, quick start, capabilities, agentgateway section, community links).
  • Added new PNG assets for the updated README visuals.
  • Removed the old SVG logo and the CLAUDE.md pointer file.

Reviewed changes

Copilot reviewed 2 out of 14 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
README.md Major rewrite of the landing-page README content, layout, quick start, and project links.
img/hero-final.png Adds updated hero/overview image referenced by README.
img/arch-diagram.png Adds architecture diagram referenced by README’s agentgateway section.
img/agentregistry-logo.svg Removes legacy SVG logo asset no longer referenced in README.
CLAUDE.md Removes a one-line pointer file (AGENTS.md).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

# http://localhost:12121

# 4. Deploy a server and configure your IDE
arctl deploy <server-name>
Copy link
Contributor

Choose a reason for hiding this comment

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

before deploying, a server needs to be pushed; we should probably have that step here before we're deploying it.

e.g.:

# Publish a remote MCP server to the registry
arctl mcp publish dev.servereverything/server-everything --remote-url https://servereverything.dev/mcp --version 0.0.1 --description "server everything"


# Deploy the servereverything
arctl deploy create dev.servereverything/server-everything --type mcp --version 0.0.1

# configure cursor
arctl configure cursor  

and then in Cursor, you can see the tools from the added MCP server:

Image

README.md Outdated

Create, scaffold, and publish the building blocks of your agentic infrastructure.

- **MCP servers** — Register servers from npm (`npx`), PyPI (`uvx`), OCI/Docker images, or remote HTTP/SSE endpoints. Each entry stores version history, tool listings, environment variables, package references, and automated quality scores.
Copy link
Contributor

Choose a reason for hiding this comment

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

tool listings doesn't make sense here -- tools are retrieved dynamically whenever a request is sent to that mcp server.

stores version history -- perhaps 'supports versioning" if that's what you wanted to say.

### Community meetings

We welcome contributions and feedback from the community!
We do not yet have community meetings. [**Establishing these meetings**](https://github.com/agentregistry-dev/agentregistry/issues) is on our [**roadmap**](https://github.com/agentregistry-dev/agentregistry/issues). Please help us deliver this work by either commenting on the issue, or volunteering to establish the meetings.
Copy link
Contributor

Choose a reason for hiding this comment

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

@sam-heilbron are we coming up with a roadmap we can point to?

ProfessorSeb and others added 6 commits March 19, 2026 01:07
- Add dark/light mode logo switching using picture element
- Remove "tool listings" and "using ADK" references per reviewer feedback
- Change "stores version history" to "supports versioning"
- Add GitHub as a skill publish target
- Replace "ADK scaffolding" with arctl agent init
- Update hero image and add light mode logo

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@ProfessorSeb ProfessorSeb requested a review from peterj March 19, 2026 06:06
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.

3 participants