Token导航 LogoToken导航TokenDH.com
Oemanager MCP logo
开发工具未说明官方级别未说明来源级核验

Oemanager MCP

MCP Server

OEMANAGER MCP Server是一款支持与OpenEdge PASOE AppServer进行基本交互的工具,主要用于在开发过程中修剪AppServer代理进程,确保开发者测试最新的代码。

工具数

0

提示词数

0

GitHub Stars

1

资源数

0
进程管理C#开发工具本地部署

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

consultingwerk

提供方

consultingwerk

最后核验

2026/5/17 20:22

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

OEMANAGER MCP服务器

此MCP服务器支持与OpenEdge PASOE AppServer的基本交互。主要目的是能够修剪AppServer代理进程,以确保开发人员在开发时测试最新的代码。

MCP服务器配置

MCP服务器目前仅支持stdio协议。oemanager-mcp.exe支持两组启动参数:

  • --pasoeUrl-指向OEMANAGER的URL,例如。https://localhost:8811/oemanager
  • --appName-要监视的ABL应用程序的名称,例如oepas1
  • --username-用于身份验证的用户名,例如tomcat
  • --密码-用于身份验证的密码,例如tomcat

  • --defaultConnection-默认连接的标签或应用程序名称,例如oepas1
  • --configFile-带有oemanager连接的配置文件的路径,请参阅https://marketplace.visualstudio.com/items?itemName=ConsultingwerkApplicationModernizationSolutionsLtd.oemanager

当未指定--configFile时,我们默认为%AppData%\\Consultingwerk\\oemanager.conf

示例mcp_config.json

{
    "mcpServers": {
        "oemanmager-mcp": {
            "command": "C:\\Path\\oemanager-mcp\\bin\\Debug\\net8.0\\win-x64\\oemanager-mcp.exe",
            "args": [
                "--defaultConnection",
                "smartpas_stream"
            ],
            "disabledTools": [],
            "disabled": false
        }        
    }
}

MCP服务器工具

显示已配置的连接

    [McpServerTool]
    [Description("Returns all configured AppServer or OEMANAGER connections (Label, Url, applicationName)")]
    public string ShowConnections()

返回AppServer(PASOE)代理的状态

    [McpServerTool]
    [Description("Returns the status of the AppServer (PASOE) Agents")]
    public string ShowAppServerAgentStatus([Description("The Label of the connection to use (optional)")] string connectionName)

终止或修剪所有AppServer(PASOE)代理

    [McpServerTool]
    [Description("Terminates or Trims all AppServer (PASOE) Agents")]
    public string TrimAppServerAgents([Description("The Label of the connection to use (optional)")] string connectionName)

目录标签

目录标签

进程管理C#开发工具本地部署AppServer管理

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP