Is your feature request related to a problem? Please describe.
When running MCP as a remote server (HTTP/SSE), the agent cannot browse or access the download location of Jira attachments. This creates a significant limitation, as attachments need to be retrieved and processed, but direct file system access is unavailable to remote agents.
Describe the solution you'd like
Implement a feature that allows agents to read Jira attachments directly by passing a resource reference, rather than requiring the attachment to be downloaded to a local path. This would enable remote MCP servers and agents to access attachment data seamlessly, regardless of server location.
Describe alternatives you've considered
Currently, the only option is to download the attachment and provide the local path, which is not feasible for remote execution scenarios. No workaround exists that enables direct reading of the attachment resource.
Use Case
Remote MCP agents running over HTTP/SSE would be able to handle Jira attachments without the need for file system access, improving compatibility, usability, and automation for distributed environments.
Additional Context
This enhancement will help users running MCP in cloud or containerized setups, where filesystem access to downloaded attachments is not practical.
reference: github-mcp-server/get_file_contents
Is your feature request related to a problem? Please describe.
When running MCP as a remote server (HTTP/SSE), the agent cannot browse or access the download location of Jira attachments. This creates a significant limitation, as attachments need to be retrieved and processed, but direct file system access is unavailable to remote agents.
Describe the solution you'd like
Implement a feature that allows agents to read Jira attachments directly by passing a resource reference, rather than requiring the attachment to be downloaded to a local path. This would enable remote MCP servers and agents to access attachment data seamlessly, regardless of server location.
Describe alternatives you've considered
Currently, the only option is to download the attachment and provide the local path, which is not feasible for remote execution scenarios. No workaround exists that enables direct reading of the attachment resource.
Use Case
Remote MCP agents running over HTTP/SSE would be able to handle Jira attachments without the need for file system access, improving compatibility, usability, and automation for distributed environments.
Additional Context
This enhancement will help users running MCP in cloud or containerized setups, where filesystem access to downloaded attachments is not practical.
reference: github-mcp-server/get_file_contents