Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</p>

<p align="center">
<a href="https://modelcontextprotocol.io">Documentation</a> |
<a href="https://modelcontextprotocol.io/docs/getting-started/intro">Documentation</a> |

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Linking to a specific sub-page (/docs/getting-started/intro) for the general "Documentation" label can be fragile. If the documentation structure changes or the page is moved, this link will break. While this avoids a redirect, linking to the root domain https://modelcontextprotocol.io is generally more maintainable for high-level README files, as redirects can be managed server-side without requiring documentation updates.

Suggested change
<a href="https://modelcontextprotocol.io/docs/getting-started/intro">Documentation</a> |
<a href="https://modelcontextprotocol.io">Documentation</a> |

<a href="https://spec.modelcontextprotocol.io">Specification</a> |
<a href="https://github.com/orgs/modelcontextprotocol/discussions">Discussions</a>
</p>
Expand All @@ -22,7 +22,7 @@ The Model Context Protocol (MCP) is an open protocol that enables seamless integ

## Getting Started

- πŸ“š Read the [Documentation](https://modelcontextprotocol.io) for guides and tutorials
- πŸ“š Read the [Documentation](https://modelcontextprotocol.io/docs/getting-started/intro) for guides and tutorials
- πŸ” Review the [Specification](https://spec.modelcontextprotocol.io) for protocol details
- πŸ’» Use our SDKs to start building:
- [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk)
Expand All @@ -33,7 +33,7 @@ The Model Context Protocol (MCP) is an open protocol that enables seamless integ

## Project Structure

- [specification](https://github.com/modelcontextprotocol/specification) - Protocol specification and documentation
- [specification](https://github.com/modelcontextprotocol/modelcontextprotocol) - Protocol specification and documentation

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

The link text [specification] is inconsistent with the other entries in the "Project Structure" list, which use the repository name as the label (e.g., typescript-sdk, python-sdk). Since the URL has been updated to point to the modelcontextprotocol repository, consider updating the label to match the repository name for consistency.

Suggested change
- [specification](https://github.com/modelcontextprotocol/modelcontextprotocol) - Protocol specification and documentation
- [modelcontextprotocol](https://github.com/modelcontextprotocol/modelcontextprotocol) - Protocol specification and documentation

- [typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk) - TypeScript implementation
- [python-sdk](https://github.com/modelcontextprotocol/python-sdk) - Python implementation
- [java-sdk](https://github.com/modelcontextprotocol/java-sdk) - Java implementation
Expand All @@ -51,4 +51,4 @@ Have questions? Join the discussion in our [community forum](https://github.com/

## About

The Model Context Protocol is an open source project run by [Anthropic, PBC.](https://anthropic.com) and open to contributions from the entire community.
The Model Context Protocol is an open source project run by [Anthropic, PBC.](https://www.anthropic.com/) and open to contributions from the entire community.