
Security News
RubyGems Adds Cooldown Feature to Bundler for Newly Published Gems
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.
@iflow-mcp/copy-paste-mcp
Advanced tools
An MCP server for extracting specific line ranges from text content
A Model Context Protocol (MCP) server that provides a tool for extracting specific lines from text content.
This package includes an MCP server that exposes the line extraction functionality as a tool that can be used by any MCP client like Claude Desktop, VS Code, or other MCP-compatible applications.
npm install
npm start
This will start the MCP server using the stdio transport, which can be connected to by MCP clients.
In an MCP-compatible client (like Claude Desktop), you can add this server with:
node /path/to/copy-paste-mcp/dist/index.jsOnce connected, you can use the tool through your MCP client's interface:
Tool: extract-lines
Parameters:
- text: "Your multi-line text content goes here\nSecond line\nThird line"
- start_line: 1
- end_line: 2
This will return the first two lines of the provided text content.
Extract lines 10-20 from a large text block:
Tool: extract-lines
Parameters:
- text: [your text content with many lines]
- start_line: 10
- end_line: 20
Extract just a single line (line 5):
Tool: extract-lines
Parameters:
- text: [your text content]
- start_line: 5
- end_line: 5
This tool is useful when you need to:
FAQs
An MCP server for extracting specific line ranges from text content
We found that @iflow-mcp/copy-paste-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.

Security News
Federal audit finds NIST lacked a plan to clear the NVD backlog, wasted funds on duplicate work, and delayed use of CISA data.