Skip to content

twyd-ai/nemeda-agent-kit

v0.3.0Apache-2.0

Portable methodology, tools, and repository context for AI coding agents.

MCP servers

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

workspace-contextstdio
{
  "type": "stdio",
  "command": "node",
  "args": [
    "${PLUGIN_ROOT}/scripts/mcp-server.mjs"
  ]
}

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": "nemeda-agent-kit",
  "version": "0.3.0",
  "description": "Portable methodology, tools, and repository context for AI coding agents.",
  "author": {
    "name": "Marc Noguera",
    "url": "https://github.com/marcnaa"
  },
  "license": "Apache-2.0",
  "homepage": "https://github.com/marcnaa/nemeda-agent-kit",
  "repository": "https://github.com/marcnaa/nemeda-agent-kit",
  "keywords": ["agents", "mcp", "workspace", "methodology"]
}