
Security News
Critical Security Vulnerability in React Server Components
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.
@coretext-ai/actualnonglobal-cd72e19a-bd30-4c3b-ae59-4f0e5d008c28
Advanced tools
actualnonglobal
This MCP server was generated using the Template Orchestrator and includes the following integrations:
This MCP server provides 23 tools across 1 integrations:
npm install @coretext-ai/actualnonglobal-cd72e19a-bd30-4c3b-ae59-4f0e5d008c28
Create a .env file with the following variables:
LINEAR_API_KEY=your_linear_api_key_here
# Development mode
npm run dev
# Production mode
npm run build && npm start
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"actualnonglobal": {
"command": "npx",
"args": ["@coretext-ai/actualnonglobal-cd72e19a-bd30-4c3b-ae59-4f0e5d008c28"],
"env": {
"LINEAR_API_KEY": "your_linear_api_key_here"
}
}
}
}
This MCP server supports request cancellation according to the MCP cancellation specification. Clients can cancel in-progress requests by sending a notifications/cancelled message with the request ID.
When a request is cancelled:
The server supports progress notifications for long-running operations according to the MCP progress specification.
To receive progress updates:
progressToken in your request metadatanotifications/progress messages with:
Progress is reported for:
Example progress notification:
{
"method": "notifications/progress",
"params": {
"progressToken": "operation-123",
"progress": 45,
"total": 100,
"message": "Processing item 45 of 100..."
}
}
FAQs
actualnonglobal
We found that @coretext-ai/actualnonglobal-cd72e19a-bd30-4c3b-ae59-4f0e5d008c28 demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
React disclosed a CVSS 10.0 RCE in React Server Components and is advising users to upgrade affected packages and frameworks to patched versions now.

Research
/Security News
We spotted a wave of auto-generated “elf-*” npm packages published every two minutes from new accounts, with simple malware variants and early takedowns underway.

Security News
TypeScript 6.0 will be the last JavaScript-based major release, as the project shifts to the TypeScript 7 native toolchain with major build speedups.