Skip to content

Commit 693c644

Browse files
committed
Update readme
1 parent 3c018de commit 693c644

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/TALXIS.CLI.MCP/README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ This project provides a Model Context Protocol (MCP) server for the TALXIS CLI,
44

55
## Installation
66

7-
Install the MCP server as a global .NET tool (this will add the `txc-mcp` alias):
7+
**Install the MCP server as a global .NET tool (this will add the `txc-mcp` alias):**
88

99
```sh
1010
dotnet tool install --global TALXIS.CLI.MCP
1111
```
1212

13+
**Update to the latest version:**
14+
15+
```sh
16+
dotnet tool update --global TALXIS.CLI.MCP
17+
```
18+
1319
See the package on NuGet: [TALXIS.CLI.MCP](https://www.nuget.org/packages/TALXIS.CLI.MCP)
1420

1521
## Usage with VS Code and GitHub Copilot

0 commit comments

Comments
 (0)