Skip to content

Commit 6a4dc0f

Browse files
authored
Merge pull request modelcontextprotocol#719 from modelcontextprotocol/ihrpr/fix-broken-links
Fix broken links
2 parents da31ad9 + 90c77aa commit 6a4dc0f

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

docs/specification/2025-03-26/basic/lifecycle.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,17 @@ available during the session.
144144

145145
Key capabilities include:
146146

147-
| Category | Capability | Description |
148-
| -------- | -------------- | ---------------------------------------------------------------------------------------- |
149-
| Client | `roots` | Ability to provide filesystem [roots](/specification/2025-03-26/client/roots) |
150-
| Client | `sampling` | Support for LLM [sampling](/specification/2025-03-26/client/sampling) requests |
151-
| Client | `experimental` | Describes support for non-standard experimental features |
152-
| Server | `prompts` | Offers [prompt templates](/specification/2025-03-26/server/prompts) |
153-
| Server | `resources` | Provides readable [resources](/specification/2025-03-26/server/resources) |
154-
| Server | `tools` | Exposes callable [tools](/specification/2025-03-26/server/tools) |
155-
| Server | `logging` | Emits structured [log messages](/specification/2025-03-26/server/utilities/logging) |
156-
| Server | `completions` | Supports argument [autocompletion](/specification/2025-03-26/server/utilites/completion) |
157-
| Server | `experimental` | Describes support for non-standard experimental features |
147+
| Category | Capability | Description |
148+
| -------- | -------------- | ----------------------------------------------------------------------------------------- |
149+
| Client | `roots` | Ability to provide filesystem [roots](/specification/2025-03-26/client/roots) |
150+
| Client | `sampling` | Support for LLM [sampling](/specification/2025-03-26/client/sampling) requests |
151+
| Client | `experimental` | Describes support for non-standard experimental features |
152+
| Server | `prompts` | Offers [prompt templates](/specification/2025-03-26/server/prompts) |
153+
| Server | `resources` | Provides readable [resources](/specification/2025-03-26/server/resources) |
154+
| Server | `tools` | Exposes callable [tools](/specification/2025-03-26/server/tools) |
155+
| Server | `logging` | Emits structured [log messages](/specification/2025-03-26/server/utilities/logging) |
156+
| Server | `completions` | Supports argument [autocompletion](/specification/2025-03-26/server/utilities/completion) |
157+
| Server | `experimental` | Describes support for non-standard experimental features |
158158

159159
Capability objects can describe sub-capabilities like:
160160

docs/specification/draft/changelog.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ the previous revision, [2025-03-26](/specification/2025-03-26).
1111

1212
1. Removed support for JSON-RPC **[batching](https://www.jsonrpc.org/specification#batch)**
1313
(PR [#416](https://github.com/modelcontextprotocol/specification/pull/416))
14-
2. Added support for [structured tool output](server/tools#structured-content)
14+
2. Added support for [structured tool output](/specification/draft/server/tools#structured-content)
1515
(PR [#371](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/371))
16-
3. Classified MCP servers as [OAuth Resource Servers](basic/authorization#authorization-server-discovery),
16+
3. Classified MCP servers as [OAuth Resource Servers](/specification/draft/basic/authorization#authorization-server-discovery),
1717
adding protected resource metadata to discover the corresponding Authorization server.
1818
(PR [#338](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/338))
19-
4. Clarified [security considerations](basic/authorization#security-considerations) and best practices
20-
in the authorization spec and in a new [security best practices page](basic/security_best_practices).
21-
5. Added support for **[elicitation](client/elicitation)**, enabling servers to request additional
19+
4. Clarified [security considerations](/specification/draft/basic/authorization#security-considerations) and best practices
20+
in the authorization spec and in a new [security best practices page](/specification/draft/basic/security_best_practices).
21+
5. Added support for **[elicitation](/specification/draft/client/elicitation)**, enabling servers to request additional
2222
information from users during interactions.
2323
(PR [#382](https://github.com/modelcontextprotocol/modelcontextprotocol/pull/382))
2424
6. Added support for **[resource links](/specification/draft/server/tools#resource-links)** in

docs/specification/draft/server/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ or data. In this case, the tool will return a URI that can be subscribed to or f
252252

253253
#### Embedded Resources
254254

255-
[Resources](resources) **MAY** be embedded to provide additional context
255+
[Resources](/specification/draft/server/resources) **MAY** be embedded to provide additional context
256256
or data using a suitable [URI scheme](./resources#common-uri-schemes). Servers that use embedded resources **SHOULD** implement the `resources` capability:
257257

258258
```json

0 commit comments

Comments
 (0)