# Salaxy anonymous testing Provides methods from the Salaxy API that are available anonymously. Useful fortesting and development purposes for row types (palkkalajit), imports, TES logic and general agent skills development. ## Developer use To develop the MCP Apps (the UI for MCP Tools) - Run `deno task dev` for the server - Changes to server-side Deno code are applied immediately - Run `deno task watch:vue` for the Vue UI application in watch mode - Run this in a separate terminal - If you choose not to run this, run `deno task build:vue` to build the changes in vue app to `vue/dist`. Before commit / deployment: - run `deno task build:vue` if there are any changes on vue side. - run `deno task check` in the monorepo root # TODO-list - Decide: Should we use English or Finnish in documenting the methods and types? - Choose one and stick to it in code - Consider having logic for language versioning? - Reports: Go through all report types - Report types and simple report generation to HTML util should be added to @salaxy/reports - See if we could support "accountingReport"