Skip to content

Commit 98dc158

Browse files
authored
README updates to point out preview MCP/agent skills
1 parent 0e78d6f commit 98dc158

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,28 @@ $token = (
5858
)
5959
```
6060

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+
6183
## Contributing
6284

6385
See `CONTRIBUTING.md`.

0 commit comments

Comments
 (0)