
Security News
Package Maintainers Call for Improvements to GitHub’s New npm Security Plan
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
github.com/protomcp/protomcp
[!WARNING] This project is still in the design phase and not ready for production use. APIs and architecture may change significantly.
A modular protoc
generator framework for creating combined JSON-RPC
2.0 and
MCP
(Model Context Protocol) endpoints from .proto
service definitions,
supporting HTTP/2
and QUIC
transport protocols.
protomcp
generates Go code that provides unified interfaces for services
defined in Protocol Buffer (.proto
) files, enabling them to serve both
JSON-RPC
2.0 and Anthropic's Model Context Protocol (MCP) over modern
transport protocols. The generator prioritizes interface-based design for
modularity and loose coupling.
JSON-RPC
2.0
and MCP
.HTTP/2
and QUIC
protocol support..proto
service definitions.The project follows a modular architecture with clear separation of concerns:
protoc
plugin for code generation.HTTP/2
and QUIC
transport implementations.JSON-RPC
2.0 and MCP
protocol handlers.protomcp/
├── cmd/ # CLI tools and protoc plugins
├── pkg/protomcp/ # Core library code
├── internal/build/ # Build system and tooling
└── examples/ # Usage examples and demos
This project is currently in active design and early development. Nothing is stable yet and everything may change. The initial focus is on:
Do not use this in production environments.
See AGENT.md for development guidelines and build system details.
This project is licensed under the MIT License—see the LICENCE.txt file for details.
FAQs
Unknown package
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
Maintainers back GitHub’s npm security overhaul but raise concerns about CI/CD workflows, enterprise support, and token management.
Product
Socket Firewall is a free tool that blocks malicious packages at install time, giving developers proactive protection against rising supply chain attacks.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.