← Back to Plugins
MCP Server MCP

ASD-STE100 Simplified Technical English

github By github 👁 1 views ▲ 0 votes

An MCP server for the ASD-STE100 (Simplified Technical English) Issue 9 standard.

Homepage Verified source GitHub

Install

uvx biz-dfch-asdste100mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "biz-dfch-asdste100mcp",
      "version": "3.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Transport mode: stdio or sse",
          "format": "string",
          "name": "ASDSTE100_MCP_TRANSPORT"
        },
        {
          "description": "Bind address (SSE transport only)",
          "format": "string",
          "name": "ASDSTE100_MCP_HOST"
        },
        {
          "description": "TCP port (SSE transport only)",
          "format": "string",
          "name": "ASDSTE100_MCP_PORT"
        },
        {
          "description": "Colon-separated paths to additional vocabulary .jsonl files",
          "format": "string",
          "name": "ASDSTE100_MCP_FILES"
        },
        {
          "description": "Load the built-in ASD-STE100 Issue 9 vocabulary",
          "format": "boolean",
          "name": "ASDSTE100_MCP_USE_STE100"
        },
        {
          "description": "Also load the technical words vocabulary",
          "format": "boolean",
          "name": "ASDSTE100_MCP_USE_STE100_TECHNICAL_WORDS"
        },
        {
          "description": "Colon-separated paths to additional rules files (JSON array each)",
          "format": "string",
          "name": "ASDSTE100_MCP_RULES_FILES"
        },
        {
          "description": "Load the built-in ASD-STE100 Issue 9 ruleset",
          "format": "boolean",
          "name": "ASDSTE100_MCP_USE_STE100_RULES"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...