You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -293,6 +293,9 @@ The following are the options and commands available with the Cycode CLI applica
293
293
294
294
# MCP Command
295
295
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
+
296
299
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.
297
300
298
301
> [!TIP]
@@ -306,7 +309,7 @@ To start the MCP server, use the following command:
306
309
cycode mcp
307
310
```
308
311
309
-
By default, this starts the server using the `stdio` transport, which is suitable forlocal 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.
0 commit comments