Commit 5abe811
committed
fix(fastmcp): handle strings containing numbers correctly
This is a port of jlowin/fastmcp#63 to this repo
- I guess the transition was made before this PR was merged into
fastmcp, so it wasn't included here.
See jlowin/fastmcp#62 for the initial bug
report.1 parent 4770bcd commit 5abe811
File tree
2 files changed
+16
-1
lines changed- src/mcp/server/fastmcp/utilities
- tests/server/fastmcp
2 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
179 | 194 | | |
180 | 195 | | |
181 | 196 | | |
| |||
0 commit comments