Skip to content

Commit 4896536

Browse files
doc: update README
1 parent 29a513c commit 4896536

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Xero MCP Server
2-
[![smithery badge](https://smithery.ai/badge/xero-mcp)](https://smithery.ai/server/xero-mcp)
2+
[![smithery badge](https://smithery.ai/badge/xero-mcp)](https://smithery.ai/server/@john-zhang-dev/xero-mcp)
33

44
This MCP server allows Clients to interact with [Xero Accounting Software](https://www.xero.com).
55

@@ -27,7 +27,7 @@ This MCP server allows Clients to interact with [Xero Accounting Software](https
2727
"mcpServers": {
2828
"xero-mcp": {
2929
"command": "npx",
30-
"args": ["-y", "xero-mcp"],
30+
"args": ["-y", "xero-mcp@latest"],
3131
"env": {
3232
"XERO_CLIENT_ID": "YOUR_CLIENT_ID",
3333
"XERO_CLIENT_SECRET": "YOUR_CLIENT_SECRET",
@@ -83,7 +83,6 @@ This MCP server allows Clients to interact with [Xero Accounting Software](https
8383
## WIP Features
8484

8585
- Tools that allow new transactions to be added to Xero
86-
- Docker support
8786

8887
If you have additional requirements, please open an issue on this github repository.
8988

0 commit comments

Comments
 (0)