MCP.so
登录

mpc-test

@Jazz-Man

关于 mpc-test

MCP server that exercises all the features of the MCP protocol

基本信息

分类

开发工具

运行时

node

传输方式

stdio

发布者

Jazz-Man

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mpc-test": {
      "command": "bun",
      "args": [
        "run",
        "index.ts"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is mpc-test?

How to use mpc-test?

Install dependencies with bun install, then run with bun run index.ts.

Key features of mpc-test

Use cases of mpc-test

FAQ from mpc-test

What dependencies does mpc-test require?

The README only specifies using bun install; no explicit dependency list is given.

How do I run mpc-test?

Execute bun run index.ts after installing dependencies.

What runtime does mpc-test need?

The project was created with Bun v1.2.7 and is intended to be run with the Bun runtime.

What transport or authentication does mpc-test use?

The README does not mention any transport or authentication details.

What is the purpose of mpc-test?

The README provides no description of the server's functionality.

评论

开发工具 分类下的更多 MCP 服务器