{
"id": "mcp-resource:filesystem-readonly",
"_kind": "MCPResource",
"_file": "extensions/mcp/mcp-resources-anthropic.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Filesystem (read-only)",
"uri": "file:///",
"mimeType": "application/octet-stream",
"subscribable": false,
"description": "Generic filesystem resource exposed by `@modelcontextprotocol/server-filesystem`\nwhen started in read-only mode. Files under the advertised root(s) are listable\nvia `resources/list` and fetchable via `resources/read`.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "tool-server:filesystem-mcp",
"to": "mcp-resource:filesystem-readonly",
"kind": "exposes_resource",
"attributes": {}
}
]
}