Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: C# SDK Roadmap
author: jeffhandley
description: ModelContextProtocol C# SDK roadmap and spec implementation tracking
uid: roadmap
---
## Spec Implementation Tracking

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).

## Current Focus Areas

### Next Spec Revision

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.

### Feedback and End-to-End Scenarios

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.

## Milestones

See the [milestones page](https://github.com/modelcontextprotocol/csharp-sdk/milestones) to see which issues and features are being planned for future versions.

## Versioning

For more information about the C# SDK's approach to versioning, breaking changes, and support, see the [Versioning](versioning.md) documentation.
2 changes: 2 additions & 0 deletions docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ items:
href: concepts/index.md
- name: API Reference
href: api/ModelContextProtocol.yml
- name: Roadmap
href: roadmap.md
- name: Versioning
href: versioning.md
- name: Experimental APIs
Expand Down
Loading