Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@forwardimpact/libmcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@forwardimpact/libmcp - npm Package Compare versions

Comparing version
0.1.6
to
0.1.7
+12
-8
package.json
{
"name": "@forwardimpact/libmcp",
"version": "0.1.6",
"description": "Config-driven gRPC-to-MCP tool registration — agents see protobuf services as MCP tools.",
"version": "0.1.7",
"description": "Config-driven gRPC-to-MCP tool registration — expose protobuf services as agent tools without glue code.",
"keywords": [

@@ -19,8 +19,12 @@ "mcp",

"author": "D. Olsson <hi@senzilla.io>",
"forwardimpact": {
"capability": "agent-infrastructure",
"needs": [
"Register a gRPC service as MCP tools"
]
},
"jobs": [
{
"user": "Platform Builders",
"goal": "Keep Service Contracts Typed",
"trigger": "Registering a gRPC service as MCP tools and realizing the tool schema is just the proto definition rewritten by hand.",
"bigHire": "register gRPC services as MCP tools from config instead of writing glue code.",
"littleHire": "expose a new proto method as an agent tool without touching tool registration.",
"competesWith": "hand-written tool schemas; per-service MCP adapters; leaving services invisible to agents"
}
],
"type": "module",

@@ -27,0 +31,0 @@ "main": "./src/index.js",

+6
-1
# libmcp
Config-driven gRPC-to-MCP tool registration.
<!-- BEGIN:description — Do not edit. Generated from package.json. -->
Config-driven gRPC-to-MCP tool registration — expose protobuf services as agent
tools without glue code.
<!-- END:description -->
## Getting Started

@@ -6,0 +11,0 @@