Skip to content

Commit 780e1a9

Browse files
authored
Apply suggestions from code review
1 parent 94b1338 commit 780e1a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/copilot-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This repository contains the official C# SDK for the Model Context Protocol (MCP
55
## Project Overview
66

77
The SDK consists of three main packages:
8-
- **ModelContextProtocol** - The main package with hosting and dependency injection extensions
9-
- **ModelContextProtocol.AspNetCore** - HTTP-based MCP server implementations
108
- **ModelContextProtocol.Core** - Client and low-level server APIs with minimal dependencies
9+
- **ModelContextProtocol** - The main package with hosting and dependency injection extensions and which references ModelContextProtocol.Core
10+
- **ModelContextProtocol.AspNetCore** - HTTP-based MCP server implementations for ASP.NET Core, referencing ModelContextProtocol
1111

1212
## C# Coding Standards
1313

@@ -48,9 +48,9 @@ The SDK consists of three main packages:
4848
- Name parameters consistently: `cancellationToken`
4949

5050
### MCP Protocol
51-
- Follow the MCP specification at https://spec.modelcontextprotocol.io/
51+
- Follow the MCP specification at https://spec.modelcontextprotocol.io/ (https://github.com/modelcontextprotocol/modelcontextprotocol/tree/main/docs/specification)
5252
- Use JSON-RPC 2.0 for message transport
53-
- Support standard MCP capabilities: tools, prompts, resources, sampling
53+
- Support all standard MCP capabilities (e.g. tools, prompts, resources, sampling)
5454
- Implement proper error handling with `McpException` and `McpErrorCode`
5555

5656
## Testing

0 commit comments

Comments
 (0)