anderson-arlen/pacsmith
v0.1.0MIT
Inspect and maintain PacSmith packaging projects through the normal PacSmith MCP client connection.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
pacsmithstdio
{
"type": "stdio",
"command": "pacsmith",
"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": "pacsmith",
"version": "0.1.0",
"description": "Inspect and maintain PacSmith packaging projects through the normal PacSmith MCP client connection.",
"author": {
"name": "PacSmith contributors"
},
"repository": "https://github.com/anderson-arlen/pacsmith",
"license": "MIT",
"keywords": [
"arch-linux",
"packaging",
"mcp"
]
}