Skip to content

Commit 787e86e

Browse files
Merge pull request modelcontextprotocol#147 from evalstate/fix/draft-links
Fix broken links in DRAFT and 2024-11-05 spec docs.
2 parents d297ce3 + 915a51f commit 787e86e

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

docs/resources/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ sidebar:
99
The Model Context Protocol (MCP) provides multiple resources for documentation and implementation:
1010

1111
- **User Documentation**: Visit [modelcontextprotocol.io](https://modelcontextprotocol.io) for comprehensive user-facing documentation
12-
- **Python SDK**: The Python implementation is available at [github.com/modelcontextprotocol/python-sdk](https://github.com/modelcontextprotocol/python-sdk) - [Discussions](https://github.com/modelcontextprotocol/python-sdk/discussions)
12+
- **Python SDK**: The Python implementation is available at [github.com/modelcontextprotocol/python-sdk](https://github.com/modelcontextprotocol/python-sdk) - [Issues](https://github.com/modelcontextprotocol/python-sdk/issues)
1313
- **Specification**: The core specification is available at [github.com/modelcontextprotocol/specification](https://github.com/modelcontextprotocol/specification) - [Discussions](https://github.com/modelcontextprotocol/specification/discussions)
14-
- **TypeScript SDK**: The TypeScript implementation can be found at [github.com/modelcontextprotocol/typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk) - [Discussions](https://github.com/modelcontextprotocol/typescript-sdk/discussions)
14+
- **TypeScript SDK**: The TypeScript implementation can be found at [github.com/modelcontextprotocol/typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk) - [Issues](https://github.com/modelcontextprotocol/typescript-sdk/issues)
1515

1616
For questions or discussions, please open a discussion in the appropriate GitHub repository based on your implementation or use case. You can also visit the [Model Context Protocol organization on GitHub](https://github.com/modelcontextprotocol) to see all repositories and ongoing development.

docs/specification/2024-11-05/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ aliases:
1414

1515
[Model Context Protocol](https://modelcontextprotocol.io) (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
1616

17-
This specification defines the authoritative protocol requirements, based on the TypeScript schema in [schema.ts](https://github.com/modelcontextprotocol/specification/2024-11-05/blob/main/schema/schema.ts).
17+
This specification defines the authoritative protocol requirements, based on the TypeScript schema in [schema.ts](https://github.com/modelcontextprotocol/specification/blob/main/schema/2024-11-05/schema.ts).
1818

1919
For implementation guides and examples, visit [modelcontextprotocol.io](https://modelcontextprotocol.io).
2020

docs/specification/2024-11-05/basic/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ See the following pages for more details on the different components:
4646

4747
## Auth
4848

49-
Authentication and authorization are not currently part of the core MCP specification, but we are considering ways to introduce them in future. Join us in [GitHub Discussions](https://github.com/modelcontextprotocol/specification/2024-11-05/discussions) to help shape the future of the protocol!
49+
Authentication and authorization are not currently part of the core MCP specification, but we are considering ways to introduce them in future. Join us in [GitHub Discussions](https://github.com/modelcontextprotocol/specification/discussions) to help shape the future of the protocol!
5050

5151
Clients and servers **MAY** negotiate their own custom authentication and authorization strategies.
5252

5353
## Schema
5454

55-
The full specification of the protocol is defined as a [TypeScript schema](http://github.com/modelcontextprotocol/specification/2024-11-05/tree/main/schema/schema.ts). This is the source of truth for all protocol messages and structures.
55+
The full specification of the protocol is defined as a [TypeScript schema](http://github.com/modelcontextprotocol/specification/tree/main/schema/2024-11-05/schema.ts). This is the source of truth for all protocol messages and structures.
5656

57-
There is also a [JSON Schema](http://github.com/modelcontextprotocol/specification/2024-11-05/tree/main/schema/schema.json), which is automatically generated from the TypeScript source of truth, for use with various automated tooling.
57+
There is also a [JSON Schema](http://github.com/modelcontextprotocol/specification/tree/main/schema/2024-11-05/schema.json), which is automatically generated from the TypeScript source of truth, for use with various automated tooling.

docs/specification/2024-11-05/contributing/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cascade:
66
breadcrumbs: false
77
---
88

9-
We welcome contributions from the community! Please review our [contributing guidelines](https://github.com/modelcontextprotocol/specification/2024-11-05/blob/main/CONTRIBUTING.md) for details on how to submit changes.
9+
We welcome contributions from the community! Please review our [contributing guidelines](https://github.com/modelcontextprotocol/specification/blob/main/CONTRIBUTING.md) for details on how to submit changes.
1010

11-
All contributors must adhere to our [Code of Conduct](https://github.com/modelcontextprotocol/specification/2024-11-05/blob/main/CODE_OF_CONDUCT.md).
11+
All contributors must adhere to our [Code of Conduct](https://github.com/modelcontextprotocol/specification/blob/main/CODE_OF_CONDUCT.md).
1212

13-
For questions and discussions, please use [GitHub Discussions](https://github.com/modelcontextprotocol/specification/2024-11-05/discussions).
13+
For questions and discussions, please use [GitHub Discussions](https://github.com/modelcontextprotocol/specification/discussions).

docs/specification/draft/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 10
1212

1313
[Model Context Protocol](https://modelcontextprotocol.io) (MCP) is an open protocol that enables seamless integration between LLM applications and external data sources and tools. Whether you're building an AI-powered IDE, enhancing a chat interface, or creating custom AI workflows, MCP provides a standardized way to connect LLMs with the context they need.
1414

15-
This specification defines the authoritative protocol requirements, based on the TypeScript schema in [schema.ts](https://github.com/modelcontextprotocol/specification/draft/blob/main/schema/schema.ts).
15+
This specification defines the authoritative protocol requirements, based on the TypeScript schema in [schema.ts](https://github.com/modelcontextprotocol/specification/blob/main/schema/draft/schema.ts).
1616

1717
For implementation guides and examples, visit [modelcontextprotocol.io](https://modelcontextprotocol.io).
1818

docs/specification/draft/basic/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ See the following pages for more details on the different components:
4646

4747
## Auth
4848

49-
Authentication and authorization are not currently part of the core MCP specification, but we are considering ways to introduce them in future. Join us in [GitHub Discussions](https://github.com/modelcontextprotocol/specification/draft/discussions) to help shape the future of the protocol!
49+
Authentication and authorization are not currently part of the core MCP specification, but we are considering ways to introduce them in future. Join us in [GitHub Discussions](https://github.com/modelcontextprotocol/specification/discussions) to help shape the future of the protocol!
5050

5151
Clients and servers **MAY** negotiate their own custom authentication and authorization strategies.
5252

5353
## Schema
5454

55-
The full specification of the protocol is defined as a [TypeScript schema](http://github.com/modelcontextprotocol/specification/draft/tree/main/schema/schema.ts). This is the source of truth for all protocol messages and structures.
55+
The full specification of the protocol is defined as a [TypeScript schema](http://github.com/modelcontextprotocol/specification/tree/main/schema/draft/schema.ts). This is the source of truth for all protocol messages and structures.
5656

57-
There is also a [JSON Schema](http://github.com/modelcontextprotocol/specification/draft/tree/main/schema/schema.json), which is automatically generated from the TypeScript source of truth, for use with various automated tooling.
57+
There is also a [JSON Schema](http://github.com/modelcontextprotocol/specification/tree/main/schema/draft/schema.json), which is automatically generated from the TypeScript source of truth, for use with various automated tooling.

docs/specification/draft/contributing/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ cascade:
66
breadcrumbs: false
77
---
88

9-
We welcome contributions from the community! Please review our [contributing guidelines](https://github.com/modelcontextprotocol/specification/draft/blob/main/CONTRIBUTING.md) for details on how to submit changes.
9+
We welcome contributions from the community! Please review our [contributing guidelines](https://github.com/modelcontextprotocol/specification/blob/main/CONTRIBUTING.md) for details on how to submit changes.
1010

11-
All contributors must adhere to our [Code of Conduct](https://github.com/modelcontextprotocol/specification/draft/blob/main/CODE_OF_CONDUCT.md).
11+
All contributors must adhere to our [Code of Conduct](https://github.com/modelcontextprotocol/specification/blob/main/CODE_OF_CONDUCT.md).
1212

13-
For questions and discussions, please use [GitHub Discussions](https://github.com/modelcontextprotocol/specification/draft/discussions).
13+
For questions and discussions, please use [GitHub Discussions](https://github.com/modelcontextprotocol/specification/discussions).

0 commit comments

Comments
 (0)