Skip to content

Commit e23734f

Browse files
committed
add python 3.10 warn
1 parent e44f7f5 commit e23734f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ The following are the options and commands available with the Cycode CLI applica
293293

294294
# MCP Command
295295

296+
> [!WARNING]
297+
> The MCP command is available only for Python 3.10 and above. If you're using an earlier Python version, this command will not be available.
298+
296299
The Model Context Protocol (MCP) command allows you to start an MCP server that exposes Cycode's scanning capabilities to AI systems and applications. This enables AI models to interact with Cycode CLI tools through a standardized protocol.
297300

298301
> [!TIP]
@@ -306,7 +309,7 @@ To start the MCP server, use the following command:
306309
cycode mcp
307310
```
308311
309-
By default, this starts the server using the `stdio` transport, which is suitable for local integrations and AI applications that can spawn subprocess.
312+
By default, this starts the server using the `stdio` transport, which is suitable for local integrations and AI applications that can spawn subprocesses.
310313
311314
### Available Options
312315

0 commit comments

Comments
 (0)