Skip to content

Commit 7f8c608

Browse files
authored
Merge pull request modelcontextprotocol#50 from yinzhidong/main
docs: fix var name
2 parents 3e550b0 + a09a29a commit 7f8c608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/first-server/python.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ uvicorn.run(app, host="0.0.0.0", port=8000)
751751
pass
752752

753753
def json(self):
754-
return nock_forecast_response
754+
return mock_forecast_response
755755

756756
class AsyncClient():
757757
def __aenter__(self):

0 commit comments

Comments
 (0)