We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e78d6f commit 98dc158Copy full SHA for 98dc158
1 file changed
README.md
@@ -58,6 +58,28 @@ $token = (
58
)
59
```
60
61
+### MCP and agent skills <sup>(preview)</sup>
62
+
63
+The 2026.1 preview improves support for agent-driven diagnostics workflows:
64
65
+```
66
+dotnet tool install -g seqcli --prerelease
67
68
69
+For skill installation:
70
71
72
+seqcli skills install -a <agent> [--global]
73
74
75
+For local MCP server installation:
76
77
78
+seqcli mcp install -a <agent> [--global]
79
80
81
+Credentials are set using configuration and environment variables as described above.
82
83
## Contributing
84
85
See `CONTRIBUTING.md`.
0 commit comments