8000 Separate client and server APIs into two separate packages · Issue #369 · modelcontextprotocol/csharp-sdk · GitHub
[go: up one dir, main page]

Skip to content
Separate client and server APIs into two separate packages #369
Closed
@KrzysztofCwalina

Description

@KrzysztofCwalina

Right now, the NuGet package (ModelContextProtocol) contains both the client and the server APIs. There are scenarios where just the client is needed, but that pulls-in server specific dependencies, e.g. dependencies on the ASP.NET DI container abstractions which are not used in many client apps (non ASP.NET).

It would be great to break the package into two, e.g.
ModelContextProtocol.Client
ModelContextProtocol.Server

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0