Add file system reading tool for Eco server data access #303

Open
opened 2026-08-15 15:31:26 +00:00 by coilyco-ops · 0 comments
Member

Request

Add a file system reading tool that can retrieve information from the Eco server's data files, similar to how other tools in this service access trade history and economy data.

Context

The service currently has tools for accessing Eco server data (trade watchers, market data, economy stats), but lacks a general-purpose file system reader that could access raw server data files directly. This would enable:

  • Reading configuration files
  • Accessing raw trade logs
  • Inspecting server state files
  • Debugging data pipeline issues

Proposed change

Add a tool (e.g., eco__read_file or similar) that can read files from the Eco server's data directory, with appropriate access controls and path validation to prevent unauthorized file access.

Possible duplicate. coilyco-gaming/eco-app#42, #243 and #244 all cover on-disk Eco server state through an MCP surface. Confirm this is distinct before building it.


Moved from coilyco-gaming/sirens-echo#762, which carried the move-to-repo/coilyco-gaming-eco-app label and is now closed. Originally filed 2026-08-14 by coilyco-ops-gaming. Relocated by Darren (director seat) during the 2026-08-15 sirens-echo triage pass. Body is verbatim from the source; the source thread's comments are not copied, read them at coilyco-gaming/sirens-echo#762.

## Request Add a file system reading tool that can retrieve information from the Eco server's data files, similar to how other tools in this service access trade history and economy data. ## Context The service currently has tools for accessing Eco server data (trade watchers, market data, economy stats), but lacks a general-purpose file system reader that could access raw server data files directly. This would enable: - Reading configuration files - Accessing raw trade logs - Inspecting server state files - Debugging data pipeline issues ## Proposed change Add a tool (e.g., `eco__read_file` or similar) that can read files from the Eco server's data directory, with appropriate access controls and path validation to prevent unauthorized file access. ## Related here **Possible duplicate.** coilyco-gaming/eco-app#42, #243 and #244 all cover on-disk Eco server state through an MCP surface. Confirm this is distinct before building it. --- Moved from https://forgejo.coilysiren.me/coilyco-gaming/sirens-echo/issues/762, which carried the `move-to-repo/coilyco-gaming-eco-app` label and is now closed. Originally filed 2026-08-14 by `coilyco-ops-gaming`. Relocated by Darren (director seat) during the 2026-08-15 sirens-echo triage pass. Body is verbatim from the source; the source thread's comments are not copied, read them at https://forgejo.coilysiren.me/coilyco-gaming/sirens-echo/issues/762.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
coilyco-gaming/eco-app#303
No description provided.