Skip to content

Commit ee9d91d

Browse files
authored
Merge pull request #1 from pengqun/codex/check-for-typos-and-bugs
Fix typos found by codespell
2 parents 35d4363 + 1ed51f2 commit ee9d91d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ You can also debug the server using the [MCP Inspector](https://github.com/model
146146
# Run in UI mode with stdio transport (can switch to HTTP/SSE in the Web UI as needed)
147147
npx @modelcontextprotocol/inspector uv run modelscope-mcp-server
148148

149-
# Run in CLI mode with HTTP transportt (can do operations across tools, resources, and prompts)
149+
# Run in CLI mode with HTTP transport (can do operations across tools, resources, and prompts)
150150
npx @modelcontextprotocol/inspector --cli http://127.0.0.1:8000/mcp/ --transport http --method tools/list
151151
```
152152

src/modelscope_mcp_server/tools/aigc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ async def generate_image(
4141
model: Annotated[
4242
str | None,
4343
Field(
44-
description="The model's ID fo be used for image generation. "
44+
description="The model's ID to be used for image generation. "
4545
"If not provided, uses the default model provided in server settings."
4646
),
4747
] = None,

0 commit comments

Comments
 (0)