Skip to content

tonythethompson/olive-model-optimization

v0.1.0MIT

Configure, validate, and troubleshoot Microsoft Olive optimization workflows for ONNX models across CPU, GPU, and NPU targets.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

olive-mcpstdio
{
  "type": "stdio",
  "command": "python",
  "args": [
    "run.py"
  ],
  "cwd": "${PLUGIN_ROOT}/olive-mcp-server",
  "env": {
    "OLIVE_MCP_RETRIEVAL_MODE": "auto",
    "PYTHONPATH": "${PLUGIN_ROOT}/olive-mcp-server"
  }
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "olive-model-optimization",
  "version": "0.1.0",
  "description": "Configure, validate, and troubleshoot Microsoft Olive optimization workflows for ONNX models across CPU, GPU, and NPU targets.",
  "author": {
    "name": "Tony Thompson",
    "url": "https://github.com/tonythethompson"
  },
  "homepage": "https://microsoft.github.io/Olive/",
  "repository": "https://github.com/tonythethompson/olive-model-optimization",
  "license": "MIT",
  "keywords": [
    "olive",
    "onnx",
    "model-optimization",
    "quantization",
    "onnxruntime",
    "hardware-acceleration",
    "mcp"
  ]
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub