mirror of
https://github.com/HKUDS/CLI-Anything.git
synced 2026-09-19 01:27:10 +08:00
fix(docs): add missing import to code example
The _call_tool example used -> Any type annotation without showing the required `from typing import Any` import.
This commit is contained in:
@@ -439,6 +439,7 @@ Example: DOMShell provides browser automation via MCP tools.
|
||||
**Backend wrapper** (`utils/<service>_backend.py`):
|
||||
```python
|
||||
import asyncio
|
||||
from typing import Any
|
||||
from mcp import ClientSession, StdioServerParameters
|
||||
from mcp.client.stdio import stdio_client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user