Description
pms-infra-cmdrun.
README.md
pms-infra-cmdrun
pms-infra-cmdrun
is one of the internal packages that make up the pty-mcp-server
project.
pms-infra-cmdrun
is a package that executes scripts corresponding to tool names published in tools-list.json
. When an MCP client requests a tool execution, this component locates the matching script, runs it with any given parameters, and returns the output to the client. It enables a flexible server-side tool execution model, allowing clients to trigger predefined commands dynamically without hardcoding logic on the client side.