Skip to content

Commit 57ac8ca

Browse files
committed
Format npm run format
1 parent e547813 commit 57ac8ca

File tree

6 files changed

+16
-10
lines changed

6 files changed

+16
-10
lines changed

docs/development/roadmap.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Our plans for evolving Model Context Protocol
55

66
<Info>Last updated: **2025-03-27**</Info>
77

8-
The Model Context Protocol is rapidly evolving. This page outlines our current thinking on key priorities and direction for approximately **the next six months**, though these may change significantly as the project develops. To see what's changed recently, check out the **[specification changelog](/specification/2025-06-18/changelog/)*.
8+
The Model Context Protocol is rapidly evolving. This page outlines our current thinking on key priorities and direction for approximately **the next six months**, though these may change significantly as the project develops. To see what's changed recently, check out the \*_[specification changelog](/specification/2025-06-18/changelog/)_.
99

1010
<Note>
1111

docs/specification/2025-06-18/basic/lifecycle.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -150,18 +150,18 @@ available during the session.
150150

151151
Key capabilities include:
152152

153-
| Category | Capability | Description |
154-
| -------- | -------------- | ------------------------------------------------------------------------------------ |
153+
| Category | Capability | Description |
154+
| -------- | -------------- | ----------------------------------------------------------------------------------------- |
155155
| Client | `roots` | Ability to provide filesystem [roots](/specification/2025-06-18/client/roots) |
156156
| Client | `sampling` | Support for LLM [sampling](/specification/2025-06-18/client/sampling) requests |
157157
| Client | `elicitation` | Support for server [elicitation](/specification/2025-06-18/client/elicitation) requests |
158-
| Client | `experimental` | Describes support for non-standard experimental features |
158+
| Client | `experimental` | Describes support for non-standard experimental features |
159159
| Server | `prompts` | Offers [prompt templates](/specification/2025-06-18/server/prompts) |
160160
| Server | `resources` | Provides readable [resources](/specification/2025-06-18/server/resources) |
161161
| Server | `tools` | Exposes callable [tools](/specification/2025-06-18/server/tools) |
162162
| Server | `logging` | Emits structured [log messages](/specification/2025-06-18/server/utilities/logging) |
163163
| Server | `completions` | Supports argument [autocompletion](/specification/2025-06-18/server/utilities/completion) |
164-
| Server | `experimental` | Describes support for non-standard experimental features |
164+
| Server | `experimental` | Describes support for non-standard experimental features |
165165

166166
Capability objects can describe sub-capabilities like:
167167

docs/specification/2025-06-18/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ the previous revision, [2025-03-26](/specification/2025-03-26).
2828
tool call results. (PR [#603](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/603))
2929
8. Require [negotiated protocol version to be specified](/specification/2025-06-18/basic/transports#protocol-version-header)
3030
via `MCP-Protocol-Version` header in subsequent requests when using HTTP (PR [#548](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/548)).
31-
9. Change *SHOULD* to *MUST* in [Lifecycle Operation](/specification/2025-06-18/basic/lifecycle#operation)
31+
9. Change _SHOULD_ to _MUST_ in [Lifecycle Operation](/specification/2025-06-18/basic/lifecycle#operation)
3232

3333
## Other schema changes
3434

docs/specification/2025-06-18/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,11 @@ Explore the detailed specification for each protocol component:
133133
icon="sitemap"
134134
href="/specification/2025-06-18/architecture"
135135
/>
136-
<Card title="Base Protocol" icon="code" href="/specification/2025-06-18/basic" />
136+
<Card
137+
title="Base Protocol"
138+
icon="code"
139+
href="/specification/2025-06-18/basic"
140+
/>
137141
<Card
138142
title="Server Features"
139143
icon="server"

docs/specification/2025-06-18/server/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,9 @@ Explore these key primitives in more detail below:
3535
icon="file-lines"
3636
href="/specification/2025-06-18/server/resources"
3737
/>
38-
<Card title="Tools" icon="wrench" href="/specification/2025-06-18/server/tools" />
38+
<Card
39+
title="Tools"
40+
icon="wrench"
41+
href="/specification/2025-06-18/server/tools"
42+
/>
3943
</CardGroup>

docs/specification/draft/changelog.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,8 @@ the previous revision, [2025-06-18](/specification/2025-06-18).
99

1010
## Major changes
1111

12-
1312
## Other schema changes
1413

15-
1614
## Full changelog
1715

1816
For a complete list of all changes that have been made since the last protocol revision,

0 commit comments

Comments
 (0)