II.
ToolServer JSON
Structured · livetool-server:mcp-webpack
Webpack MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-webpack",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-dev-tools.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Webpack MCP Server",
"description": "MCP server providing access to Webpack bundler operations.\nEnables AI agents to inspect build configurations, analyze\nbundle stats, and diagnose build issues in Webpack projects.\n",
"protocol": "mcp",
"category": "devtools",
"repoUrl": "https://github.com/nicepkg/webpack-mcp",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-webpack",
"to": "tool:webpack",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-webpack",
"to": "domain:frontend",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-webpack",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}