2bitburrito/xero-mcp
3.2
If you are the rightful owner of xero-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A simple MCP server for interacting with Xero's API's.
Project xero-mcp
A simple MCP server for interacting with Xero's API's.
MakeFile
Run build make command with tests
make all
Build the application
make build
Build and then run the application
make run
Live reload the application:
make watch
Run the test suite:
make test
Clean up binary from the last build:
make clean