Skip to content

Commit 3877560

Browse files
jeffhandleyCopilotstephentoub
authored
Add Roadmap document and navigation link (#1373)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Stephen Toub <stoub@microsoft.com>
1 parent 3cc4863 commit 3877560

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

docs/roadmap.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: C# SDK Roadmap
3+
author: jeffhandley
4+
description: ModelContextProtocol C# SDK roadmap and spec implementation tracking
5+
uid: roadmap
6+
---
7+
## Spec Implementation Tracking
8+
9+
The C# SDK tracks implementation of MCP spec components using the [modelcontextprotocol project boards](https://github.com/orgs/modelcontextprotocol/projects), with a dedicated project board for each spec revision. For example, see the [2025-11-25 spec revision board](https://github.com/orgs/modelcontextprotocol/projects/26).
10+
11+
## Current Focus Areas
12+
13+
### Next Spec Revision
14+
15+
The next MCP specification revision is being developed in the [protocol repository](https://github.com/modelcontextprotocol/modelcontextprotocol). The C# SDK already has experimental support for [Tasks](concepts/tasks/tasks.md) (experimental in the specification), which will be updated as the specification is revised.
16+
17+
### Feedback and End-to-End Scenarios
18+
19+
The C# SDK team is actively responding to feedback and continuing to explore end-to-end scenarios for opportunities to add more APIs that implement common patterns.
20+
21+
## Milestones
22+
23+
See the [milestones page](https://github.com/modelcontextprotocol/csharp-sdk/milestones) to see which issues and features are being planned for future versions.
24+
25+
## Versioning
26+
27+
For more information about the C# SDK's approach to versioning, breaking changes, and support, see the [Versioning](versioning.md) documentation.

docs/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ items:
33
href: concepts/index.md
44
- name: API Reference
55
href: api/ModelContextProtocol.yml
6+
- name: Roadmap
7+
href: roadmap.md
68
- name: Versioning
79
href: versioning.md
810
- name: Experimental APIs

0 commit comments

Comments
 (0)