II.
ToolServer JSON
Structured · livetool-server:mcp-vitest
Vitest MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-vitest",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-dev-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Vitest MCP Server",
"description": "MCP server providing access to the Vitest testing framework.\nEnables AI agents to discover test files, run test suites,\ninspect results, and analyze code coverage reports.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/vitest-dev/mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-vitest",
"to": "tool:vitest",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-vitest",
"to": "domain:qa-testing",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-vitest",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}