II.
ToolServer JSON
Structured · livetool-server:mcp-prettier
Prettier MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-prettier",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-dev-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Prettier MCP Server",
"description": "MCP server providing access to Prettier code formatting.\nEnables AI agents to format source files, check formatting\ncompliance, and apply consistent code style across projects.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/jsilva-js/prettier-mcp-server",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-prettier",
"to": "tool:prettier",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-prettier",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}