@forwardimpact/libmcp
Advanced tools
+12
-8
| { | ||
| "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 @@ |
18124
3.46%15
50%