test-mcp-server

naomori/test-mcp-server

3.2

If you are the rightful owner of test-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The MCP Command Server is a simple implementation of a Model Context Protocol server that processes commands using a structured format.

MCP Command Server

A simple Model Context Protocol (MCP) server implementation using the command transport format.

{
  "arguments": {
    "operation": "add",
    "x": 3,
    "y": 5
  },
  "name": "calculate"
}
{
  "arguments": {
    "expression": "3+5"
  },
  "name": "calculator"
}
{
  "arguments": {},
  "name": "getImage"
}