Overview
What is HOCR MCP Agent?
HOCR MCP Agent is an MCP server application paired with a Vue.js frontend client. The server is run using uvicorn, and the frontend requires npm packages including katex and axios. The README does not specify the exact purpose or intended audience.
How to use HOCR MCP Agent?
Start the MCP server by running uvicorn mcp_server:app --reload --host 0.0.0.0 --port 8000 in the repository root. For the Vue frontend, navigate to hocr-vue-client/, run npm install, then npm run dev. Additional required packages for the frontend are installed with npm install katex and npm install axios.
Key features of HOCR MCP Agent
- Vue.js frontend client
- MCP server using uvicorn
- Frontend uses katex and axios packages
Use cases of HOCR MCP Agent
—
FAQ from HOCR MCP Agent
—
—
—
(No FAQs are answerable from the provided README.)