Updating the readme.file #366
Conversation
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>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
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.mdstructure/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.mdpointer 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> |
There was a problem hiding this comment.
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:
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. |
There was a problem hiding this comment.
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. |
There was a problem hiding this comment.
@sam-heilbron are we coming up with a roadmap we can point to?
- 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>
Description
README overhaul: simplify structure, update branding, add agentgateway section.
Change Type
Changelog
Additional Notes
No code changes. Documentation and image assets only.