pms-infra-cmdrun: pms-infra-cmdrun

[ ai, apache, library ] [ Propose Tags ] [ Report a vulnerability ]

README.md


[Skip to Readme]

Modules

  • PMS
    • Infra
      • CmdRun
        • App
          • PMS.Infra.CmdRun.App.Control
        • DM
          • PMS.Infra.CmdRun.DM.Constant
          • PMS.Infra.CmdRun.DM.Type
        • DS
          • PMS.Infra.CmdRun.DS.Core
          • PMS.Infra.CmdRun.DS.Utility

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1.0
Change log CHANGELOG.md
Dependencies aeson, async, base (>=4.21.0.0 && <4.22), bytestring, conduit, data-default, directory, fast-logger, filepath, lens, monad-logger, mtl, pms-domain-model, process, safe-exceptions, stm, text, transformers [details]
License Apache-2.0
Copyright 2025-2026 phoityne.hs@gmail.com
Author phoityne.hs@gmail.com
Maintainer phoityne.hs@gmail.com
Category AI
Home page https://github.com/phoityne/pms-infra-cmdrun
Bug tracker https://github.com/phoityne/pms-infra-cmdrun/issues
Uploaded by phoityne_hs at 2025-06-21T00:13:32Z
Distributions
Downloads 2 total (2 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2025-06-21 [all 2 reports]

Readme for pms-infra-cmdrun-0.0.1.0

[back to package description]

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.


Package Structure

Package Structure

Module Structure

Module Structure