Skip to content

Commit 6af6f18

Browse files
committed
docs: update README with additional specification resources and documentation links
1 parent 8126ca4 commit 6af6f18

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,10 @@ The server provides resource templates that allow accessing specification resour
8282
- `https://modelcontextprotocol.io/specification/{version}/index.md`: Access the complete specification for any supported version
8383
- `https://modelcontextprotocol.io/specification/{version}/schema.json`: Access the JSON schema for any supported version
8484
- `https://modelcontextprotocol.io/specification/{version}/architecture/index.md`: Access the architecture specification for any supported version
85-
- And more...
85+
- `https://modelcontextprotocol.io/specification/{version}/basic/index.md`: Access the base protocol specification for any supported version
86+
- `https://modelcontextprotocol.io/specification/{version}/basic/utilities/index.md`: Access the utilities specification for any supported version
87+
- `https://modelcontextprotocol.io/specification/{version}/server/index.md`: Access the server features specification for any supported version
88+
- `https://modelcontextprotocol.io/specification/{version}/client/index.md`: Access the client features specification for any supported version
8689

8790
Supported versions: `draft`, `2024-11-05`, `2025-03-26`, `2025-06-18` (default)
8891

@@ -93,12 +96,17 @@ Supported versions: `draft`, `2024-11-05`, `2025-03-26`, `2025-06-18` (default)
9396

9497
**Note on Backward Compatibility**: Clients that only support Resources (and not Resource Templates) will still be able to access the regular Resources using the configured default version. The server maintains full backward compatibility with existing clients.
9598

96-
**Additional Documentation**
99+
**Additional Documentation Resources**
97100
- **Getting Started** (`/quickstart`): Getting started guides for client developers, server developers, and users
98101
- **Development** (`/development`): Development resources including contributing guidelines, roadmap, and updates
99102
- **SDK Documentation** (`/sdk`): SDK documentation for various programming languages
100103
- **Tutorials & Examples** (`/tutorials`): Tutorials, examples, and implementation guides
101104
- **General Documentation** (`/docs`): General documentation including FAQs, introduction, and client list
105+
- **Community Documentation** (`/community`): Community guidelines including SEP Guidelines, Communication, and Governance
106+
- **Getting Started Guide** (`/docs/getting-started`): Introduction and getting started with MCP
107+
- **Learning Resources** (`/docs/learn`): Architecture overview and core concepts
108+
- **MCP Debugging Tools** (`/legacy/tools`): Debugging tools including the MCP Inspector
109+
- **MCP Overview** (`/overview`): High-level overview of the Model Context Protocol
102110

103111
All specification content is fetched from a list provided by [a standardized llms.txt file](https://llmstxt.org/) (except for the schema.json which is fetched from GitHub) and cached locally with a 1-hour TTL (time-to-live) to improve performance. If a fetch fails, the server will attempt to use expired cached content as a fallback when available.
104112

0 commit comments

Comments
 (0)