File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/modelscope_mcp_server/tools Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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)
147147npx @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)
150150npx @modelcontextprotocol/inspector --cli http://127.0.0.1:8000/mcp/ --transport http --method tools/list
151151```
152152
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments