Commit e21fb9f
authored
Prepare release 1.7.1 (#63)
* Prepare release 1.7.1
* Update release notes with stateless mode fix (#65)
* Enable stateless mode for MCP HTTP transport
Configure the MCP server to use stateless mode by setting
options.Stateless = true in WithHttpTransport(). This eliminates
session management issues that cause "Session not found" errors
when the server restarts or clients reconnect.
Benefits:
- No session IDs required - each request is independent
- No Data Protection key management needed
- Survives server restarts without breaking client connections
- Works across multiple server instances without session affinity
Trade-off: McpServer.ClientInfo will be null as client metadata
is not tracked across requests in stateless mode.
Resolves connection issues with MCP clients including Claude Code.
* Update release notes with stateless mode fix
Add PR #64 (Enable stateless mode for MCP HTTP transport) to
the 1.7.1 release notes under Bug Fixes section. This fix
resolves "Session not found" errors experienced by MCP clients
when reconnecting or after server restarts.
Updates both RELEASE_NOTES.md and Directory.Build.props with
the new bug fix entry.1 parent e811c32 commit e21fb9f
2 files changed
+10
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
12 | | - | |
| 10 | + | |
13 | 11 | | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 22 | + | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
4 | 2 | | |
5 | 3 | | |
6 | 4 | | |
| |||
9 | 7 | | |
10 | 8 | | |
11 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 17 | | |
20 | 18 | | |
21 | 19 | | |
| |||
0 commit comments