
Security News
GitHub Actions Adds cache-mode to Limit Cache Poisoning Risk
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.
@undisk-mcp/mcp-schema
Advanced tools
Machine-readable MCP tool schemas for Undisk — enables IDE autocompletion and code generation for any language
Machine-readable JSON schema for all 25 Undisk MCP tools. Provides typed accessors and an UndiskToolName union type for IDE autocompletion and multi-language code generation.
npm install @undisk-mcp/mcp-schema
import { TOOL_NAMES, loadToolSchemas, getToolSchema } from "@undisk-mcp/mcp-schema";
import type { UndiskToolName } from "@undisk-mcp/mcp-schema";
import rawSchemas from "@undisk-mcp/mcp-schema/tools.json";
// Validate and load schemas from the bundled JSON
const schemas = loadToolSchemas(rawSchemas);
// Get schema for a specific tool
const writeFile = getToolSchema(schemas, "write_file");
console.log(writeFile?.inputSchema);
// Iterate all tool names (typed)
for (const name of TOOL_NAMES) {
console.log(name);
}
// Check tool count
console.log(`${schemas.length} tools available`);
See mcp.undisk.app for full documentation.
MIT
FAQs
Machine-readable MCP tool schemas for Undisk — enables IDE autocompletion and code generation for any language
The npm package @undisk-mcp/mcp-schema receives a total of 87 weekly downloads. As such, @undisk-mcp/mcp-schema popularity was classified as not popular.
We found that @undisk-mcp/mcp-schema demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.

Research
/Security News
A Twitch browser extension on Chrome and Firefox forwards users’ live OAuth session tokens through proxies controlled by a Russian bot service.