How to change HTML CSS Javascript Preprocessors

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://docs.pterocos.eu.org/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Pterocos MCP server": {
    "url": "https://docs.pterocos.eu.org/mcp"
  }
}

Close
GET /change-preprocessors

Pterocos supports preprocessors for HTML, CSS, and JavaScript: Two methods: Method 1: Outside the code editor from the file creation area,

  1. Click on [+ New File] button
  2. Select (HTML CSS JS)
  3. Click on [Configuration] button.
  4. Choose the preprocessors you want.

Method 2: Inside the Editor

  1. Click on the gear button ⚙️ (you'll find it inside the editor cards on html, css or js)
  2. Choose the preprocessor you want to change to
  3. Save and done.
GET /change-preprocessors
curl \
 --request GET 'https://pterocos.eu.org/change-preprocessors'