{
  "markdown": "This is the MCP server of [atest](https://github.com/linuxsuren/api-testing).\n\n## Get started\n\nPlease start the MCP server with [atest](https://github.com/linuxsuren/api-testing) gRPC port.\n\n```shell\natest-store-mcp server --runner-address 127.0.0.1:64385\n```\n\nor start in Docker\n\n```shell\ndocker run -p 7845:7845 ghcr.io/linuxsuren/atest-mcp-server --runner-address 127.0.0.1:64385\n```\n\nor start in npx\n\n```shell\nnpx atest-mcp-server-launcher@latest server --mode=stdio --runner-address=localhost:64385\n```\n\nYou can also set the MCP server mode with the `--mode` flag.\n\n```shell\natest-store-mcp server --runner-address 127.0.0.1:64385 --mode=[sse|stdio]\n```\n\n## MCP Server\n\n```json\n{\n  \"mcpServers\": {\n    \"atest\": {\n      \"name\": \"atest\",\n      \"type\": \"streamableHttp\",\n      \"description\": \"The MCP server of atest\",\n      \"isActive\": true,\n      \"baseUrl\": \"http://localhost:7845\",\n      \"disabledAutoApproveTools\": []\n    }\n  }\n}\n```\n\nor as stdio mode:\n```json\n{\n  \"mcpServers\": {\n    \"atest\": {\n      \"name\": \"atest-mcp-stdio\",\n      \"type\": \"stdio\",\n      \"description\": \"\",\n      \"isActive\": true,\n      \"command\": \"atest-store-mcp\",\n      \"args\": [\n        \"server\",\n        \"-m=stdio\",\n        \"--runner-address=localhost:64385\"\n      ]\n    }\n  }\n}\n```\n\n## How to build\n\nYou can build the binary with the following command:\n```shell\nmake build\n```\n\nYou can build `.dxt` package with the following command:\n```shell\nnpm install -g @anthropic-ai/dxt\ndxt pack\n```\n\n## How to publish\n\nYou can publish the package with the following command:\n```shell\nnpm login --registry https://registry.npmjs.com\nnpm publish --registry https://registry.npmjs.com\n\nmcp-publisher login github\nmcp-publisher publish\n```\n\n> read more about [mcp-publisher](https://github.com/modelcontextprotocol/registry/blob/main/docs/guides/publishing/publish-server.md)\n",
  "bytes": 1845,
  "sha": "3f5fec9659fd8671df38b5c6d85efbc959dceca0f3d20978782a803303d31fff",
  "repo_slug": "linuxsuren/atest-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_linuxsuren_atest_mcp_server_0d200d10/readme"
}