File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/modelscope_mcp_server/tools Expand file tree Collapse file tree 2 files changed +3
-3
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,8 +41,8 @@ async def generate_image(
4141 model : Annotated [
4242 str | None ,
4343 Field (
44- description = "The model's ID fo be used for image generation. "
45- "If not provided, uses the default model provided in server settings ."
44+ description = "The model's ID to be used for image generation. "
45+ "If not provided, the default model for the corresponding generation type (text-to-image or image-to-image) is used ."
4646 ),
4747 ] = None ,
4848 image_url : Annotated [
You can’t perform that action at this time.
0 commit comments