Skip to content

ghchinoy/montage

v0.1.0Apache-2.0

Assess existing applications and determine what Agent Ecosystem tooling can be built from them (Plugins, Skills, MCP Servers, and CLIs).

MCP servers

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

montagestdio
{
  "type": "stdio",
  "command": "montage",
  "args": [
    "mcp"
  ]
}

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": "montage",
  "version": "0.1.0",
  "description": "Assess existing applications and determine what Agent Ecosystem tooling can be built from them (Plugins, Skills, MCP Servers, and CLIs).",
  "author": {
    "name": "ghchinoy",
    "url": "https://github.com/ghchinoy"
  },
  "repository": "https://github.com/ghchinoy/montage",
  "license": "Apache-2.0",
  "keywords": [
    "agent-ecosystem",
    "agent-readiness",
    "mcp",
    "skills",
    "agent-plugins",
    "scaffolding",
    "developer-tooling"
  ]
}