hocr_mcp_server
3.2
The HOCR MCP Agent is a model context protocol server designed to facilitate communication between a Vue frontend and an MCP server.
HOCR MCP Agent
Vue Frontend
Start command:
cd hocr-vue-client/
npm install
npm run dev
Required packages:
cd hocr-vue-client/
npm install katex
npm install axios
MCP Server
Start command:
uvicorn mcp_server:app --reload --host 0.0.0.0 --port 8000