Skip to content
Y.Yamamoto edited this page Apr 29, 2025 · 6 revisions

外部ネットワーク経由でのファイルのアクセス例

flowchart LR

    subgraph 192.168.1.100
        subgraph FileSystem [File System]
        end
        subgraph WebServer [Web Server]
        end
        subgraph EagleApp [Eagle App<br/>localhost:41595]
        end
    end

    subgraph 192.168.1.101
        subgraph MCPServer [MCP Server<br/>localhost:8000]
        end
    end

    subgraph 192.168.1.xxx
        subgraph MCPClient [MCP Client]
        end
    end

    EagleApp ==> MCPServer e1@==> MCPClient
    MCPClient e2@==> MCPServer ==> EagleApp
    EagleApp ==> FileSystem
    FileSystem ==> EagleApp
    WebServer ==> FileSystem
    MCPClient ==> WebServer

    e1@{ animate: true }
    e2@{ animate: true }
Loading

Warning

security risk

Clone this wiki locally