Skip to content

Commit 0d45dfd

Browse files
authored
[MINOR] fix: correct spelling error from "wnat" to "want" (#99)
1 parent d7f9708 commit 0d45dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpt-oss-mcp-server/python_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
When you send a message containing python code to python, it will be executed in a stateless docker container, and the stdout of that process will be returned to you.
2121
""",
2222
annotations={
23-
# Harmony format don't wnat this schema to be part of it because it's simple text in text out
23+
# Harmony format don't want this schema to be part of it because it's simple text in text out
2424
"include_in_prompt": False,
2525
})
2626
async def python(code: str) -> str:

0 commit comments

Comments
 (0)