Commit d54b216
committed
docs(auth): replace section symbol with ASCII in RFC 9728 comments
The README code snippet at L1024-1028 is run through ruff via pytest_examples.
On Windows the ruff subprocess pipe defaults to cp1252 and fails to decode the
\xc2\xa7 byte sequence, breaking the 10 Windows CI jobs with 'stream did not
contain valid UTF-8'. Linux and macOS pipes default to UTF-8 so they passed.
Replace \xc2\xa7 with the word 'section' across the four files I introduced it
in. Pre-existing \xc2\xa7 references elsewhere in the tree are unaffected.1 parent 6c0ebb5 commit d54b216
4 files changed
Lines changed: 7 additions & 7 deletions
File tree
- examples
- servers/simple-auth/mcp_simple_auth
- snippets/servers
- src/mcp/server/auth
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1024 | 1024 | | |
1025 | 1025 | | |
1026 | 1026 | | |
1027 | | - | |
1028 | | - | |
| 1027 | + | |
| 1028 | + | |
1029 | 1029 | | |
1030 | 1030 | | |
1031 | 1031 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
0 commit comments