diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index d355cda..2dccb85 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -18,7 +18,7 @@
## Checklist
-- [ ] I have read the [MCP Documentation](https://modelcontextprotocol.io)
+- [ ] I have read the [MCP Documentation](https://modelcontextprotocol.io/docs/getting-started/intro)
- [ ] My code follows the repository's style guidelines
- [ ] New and existing tests pass locally
- [ ] I have added appropriate error handling
diff --git a/.jules/bolt.md b/.jules/bolt.md
index 27747cf..d65be74 100644
--- a/.jules/bolt.md
+++ b/.jules/bolt.md
@@ -1,11 +1,9 @@
-## 2025-04-22 - Logo Asset Optimization
+# Bolt Performance Journal
-**Learning:** Replacing large, static PNG assets with theme-aware SVGs significantly reduces repository weight and improves initial page load for organization profiles. SVGs (approx. 3KB) are >90% smaller than high-resolution PNGs (46KB) and maintain clarity at all sizes.
+## 2025-05-06 - Reducing HTTP Redirects in Documentation
+**Learning:** Canonicalizing URLs in documentation (e.g., from `modelcontextprotocol.io` to `modelcontextprotocol.io/docs/getting-started/intro`) eliminates unnecessary network round trips (301/302/308 redirects), providing a faster experience for users.
+**Action:** Always audit documentation links for redirects and update to canonical destinations.
-**Action:** Always prefer SVGs for logos and simple graphics. Use the `
- Documentation | - Specification | + Documentation | + Specification | Discussions
@@ -22,8 +22,8 @@ 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 -- 🔍 Review the [Specification](https://spec.modelcontextprotocol.io) for protocol details +- 📚 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) - [Python SDK](https://github.com/modelcontextprotocol/python-sdk) @@ -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 - [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 @@ -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. diff --git a/profile/assets/logo-dark.svg b/profile/assets/logo-dark.svg index 570ff15..90ce28d 100644 --- a/profile/assets/logo-dark.svg +++ b/profile/assets/logo-dark.svg @@ -1,2 +1 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/profile/assets/logo.svg b/profile/assets/logo.svg index 797714c..7a9e904 100644 --- a/profile/assets/logo.svg +++ b/profile/assets/logo.svg @@ -1,2 +1 @@ - - \ No newline at end of file + \ No newline at end of file