#18236 · @LanternCX · opened Mar 19, 2026 at 12:34 PM UTC · last updated Mar 21, 2026 at 4:14 PM UTC

docs: fix MCP Servers title casing

appdocs
59
+111 files

Score breakdown

Impact

2.0

Clarity

9.0

Urgency

0.0

Ease Of Review

10.0

Guidelines

8.0

Readiness

10.0

Size

10.0

Trust

5.0

Traction

0.0

Summary

A documentation PR updates title casing for "MCP Servers" in the web app's documentation from lowercase to uppercase. This is a single-line, cosmetic text change with no functional impact.

Open in GitHub

Description

Issue for this PR

Closes #

Type of change

  • [ ] Bug fix
  • [ ] New feature
  • [ ] Refactor / code improvement
  • [x] Documentation

What does this PR do?

This updates the English docs title from MCP servers to MCP Servers in packages/web/src/content/docs/mcp-servers.mdx.

This fixes the sidebar/page title casing so it matches the capitalization style used elsewhere in the English docs.

How did you verify your code works?

I verified the change locally by checking the diff and confirming the title change is limited to the docs frontmatter.

Screenshots / recordings

Not needed for this docs-only text change.

Checklist

  • [x] I have tested my changes locally
  • [x] I have not included unrelated changes in this PR

Linked Issues

None.

Comments

No comments.

Changed Files

packages/web/src/content/docs/mcp-servers.mdx

+11
@@ -1,5 +1,5 @@
---
title: MCP servers
title: MCP Servers
description: Add local and remote MCP tools.
---